cancel
Showing results for 
Search instead for 
Did you mean: 

Use Temporary File (File Receiver)

Former Member
0 Kudos

Hi All,

I have a file format in the file receiver which has a special charecter(#0) that represents the end of the file. but i wanna append more than one message to the same file. if i do so, the content would be added after the end of the file charecter (#0) there by my system which processes these files ignores the content. i think i hav to do something using the option 'Use Temporary File'. but i din't find ample info about it on help.sap.com. Can any one plz throw some light on this?

Thnx in Advance

Anil Kumar Veepuri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anil,

The functionality of temporary file is that, the receiver file adapter first collects the data of the file into a temporary file before putting it on the server.

This is generally use so that ur target system does not read the file when u are writing it on the server.

Try using File construction mode Append.

Hope this helps.

Regards

Vijaya