‎2007 May 09 4:57 PM
Hi,
I am sending IDOCS to a seebeyond system , the problem is that after every segment the CRLF is not being added when the IDOC reaches the middleware . Is there any way in SAP to add CRLF after every segment . This important since the reciving system cannot read a data stream without the CRLF after every segment.
Kunal
‎2007 May 09 5:01 PM
I think you need to write the code in Outbound function to get data,look at user exit
it starts with Call function '001' or 002.
Reward Points if it is helpful
Thanks
Seshu
‎2007 May 09 5:04 PM
The user exit just allows me to change the data records and control records , it does not allow me to change the character after the data records.