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

Sap script -urgent pl

Former Member
0 Likes
483

1) Please tell me how do i convert the output of the sap script to a file so as to store it on the application server for EDI..

2) DO i make the coding in the print program for this...?

1) Please tell me how do i convert the output of the sap script to a file so as to store it on the application server for EDI..

2) DO i make the coding in the print program for this...?

2 REPLIES 2
Read only

Former Member
0 Likes
456

Hi,

For EDI(Electronic Data Interchange) the input(inbound process) will be generally Idoc file, not the sapscript format, Idoc is totally a different concept, this configuration will be done in output types, instead of printout option we will be selecting output type EDI, so both are totally different concepts all together.

2) there are standard codes available for creating IDocs, in rare occasions you will coding for standards.

Regards:-

<b>Santosh.</b>

Read only

Former Member
0 Likes
456

For EDI the best is to use IDOC ...basically you would need to do the coding in print program and use the same information to generate the IDOC for EDI.

Regards

Anurag