cancel
Showing results for 
Search instead for 
Did you mean: 

File construction mode in receiver

Former Member
0 Kudos

I have ec to file scenario

I have huge data volume

more than fifty thousand records coming in idoc

I am splitting Idoc by abapers

If I use the append at receiver file,, I can append it

However I need only ten times to be appended. what are the options

1) to tell fcc  to delete the file after being appended time times

can we use os command to delete the file after ten times file is appended

will it help changing the name, by making it dynamic using variable substitution, new name for each day so that next day files will not be appended

Append function of receiver file adapter should be name specific, right

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Midhun,

To control the n appending times is not an easy task, in my opinion. The easiest way, if you are using a proxy, as Hareesh suggested to you in the other thread, the ABAPers can control these N times, in this way with the APPEND mode and using dynamic configuration for the file name you can do your scenario without problem because you will know when the N times comes and to change the file name for a new one. On the other hand you would need to persist the N times, or as you suggested to control externally with OS batch file.

Hope this helps.

Regards.