cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter value to transformation file

christophtill
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi all,

is it possible to pass a parameter value filled in a data manager packager for data import to the selected transformation file?

I want to use the parameter value to fill a specific dimension.

E.g. VERSION = *NEWCOL(%VERSION%)

Best regards,

Christoph

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Assuming you are on NW, you can achieve this functionality using a BADI (START_ROUTINE or END ROUTINE).

I wrote a process that loads data from BW which implements an END_ROUNTINE.  It filters data based on a property value but could poplutate a field.

There are several ways you could set this up to met your requirement but in every possible solution a BADI is required.

Hope this helps!