cancel
Showing results for 
Search instead for 
Did you mean: 

proxy to file scenario

Former Member
0 Kudos

Hi,

I have a ABAP proxy to fie scenario. I need to create differnt files based on some conditions.

When I am executing the interface files are getting overwritten because the timestamps are same.

Even in the filename I am including Microseconds.

How can I overcome this situation?

Is there a way to add a delay in sending data from R/3 to PI

Thanks

Suma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

use dynamic configuration based on some field of your interface - file to distinguish. This way you will have diffeerent file names.

alternative is to use Variable substitution, refer - http://www.saptechnical.com/Tutorials/XI/Variable/substitution.htm , with this there is no coding.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Suma,

You can control the filename in abap proxy itself.

Create a number range object in ABAP and when include a selection screen for number of records/packages in abap extract program.

For each extract, generate a new number range for the filename and trigger it to xi.

This would be the best and easy solution as you will have the footprint of filenames from r/3 to pi.

Regards

Krish