cancel
Showing results for 
Search instead for 
Did you mean: 

Target file

Former Member
0 Kudos

Hi,

My scenario is a simple file-2-file scenario but want to create target file name based on element of the payload without any udf?

thanks

sai

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

the simplest option wud be an UDF. Else you will have to use Java mapping or an Adapter module.

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

You already received a warning for your last thread. Read rules of engagement.

Regards,

Prateek Raj Srivastava

Former Member
0 Kudos

hello,

Check below link u can create target file name using payload.

http://wiki.sdn.sap.com/wiki/display/XI/FileSenderAdapter-PollingMultipleDirectories

Regards,

Phani

Former Member
0 Kudos

hi,

My scenario is a simple file-2-file scenario but want to create target file name based on element of the payload without any udf?

We have 3 approaches to create target file based on element

1. Using dynamic configuration set the attribute value of payload dynamically to ASMA

2. Using AF module, write the value of ASMA in a variable

3. Using the variable substitution (with out udf)

Please refer below WIKI:

http://wiki.sdn.sap.com/wiki/display/XI/CombiningthreedifferentaspectsofPIinoneshot

thanks,