cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically create file name in Passthrough scenario

Former Member
0 Kudos

Hi All,

I have a requirement where in a pass through file to file scenario (No mapping Involved). We have to generate the file with the following file name

PAYMENT_MMDDYYYY.csv.gpg

I have been using file construction mode for adding time stamp, but doing this the date time stamp will be added in  the last of the file name.

Is there a way I can add only the date stamp and not the time stamp in mid of the file name , note that we do not have mapping for this scenario .

Any help/pointer will be of great help .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You have to either use java mapping or create adapter module to dynamically define target file names in a pass through scenario.

Adapter module :

http://wiki.sdn.sap.com/wiki/display/Snippets/Dynamic+file+name+in+a+File+to+File+pass+through+scena...

Java mapping:

http://wiki.sdn.sap.com/wiki/display/XI/Dynamic+file+name+for+pass-through+scenario

Thanks

Amit Sriavstava