Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IDOC issue

Former Member
0 Likes
411

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

2 REPLIES 2
Read only

Former Member
0 Likes
387

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

Read only

0 Likes
387

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.