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

EDI

Former Member
0 Likes
468

Hi Everybody ,

I want to know the Each and every steps processed in Out boung Process. Anyone help me. If helpful means surely rewarded.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

Hi Vijay,

I hope you want to know how the files are sent out from SAP to Legacy systems.

In this case the following are the steps,

Usually a Background job scheduler will be used to for both Inbound and also Oubound processing.

A Schedule consists of a set of SAP jobs and scripting jobs in a particular order which is as given below,

1. An SAP job will be triggered which generates a file in SAP Inbox.

2. After completion of this job a script job(usually UNIX script in case of EDI) will push the file to the intended location.

3. Files may be pushed to a single location or multiple locations dependant on the script used. For pushing the file to different locations a configuration table is maintained which will contain the transmission location codes to which the files have to be pushed.

Script jobs are differentiated based on Interface ID's. Hope this is clear.

Regards,

Paul.

2 REPLIES 2
Read only

Former Member
0 Likes
442

Hi Vijay,

I hope you want to know how the files are sent out from SAP to Legacy systems.

In this case the following are the steps,

Usually a Background job scheduler will be used to for both Inbound and also Oubound processing.

A Schedule consists of a set of SAP jobs and scripting jobs in a particular order which is as given below,

1. An SAP job will be triggered which generates a file in SAP Inbox.

2. After completion of this job a script job(usually UNIX script in case of EDI) will push the file to the intended location.

3. Files may be pushed to a single location or multiple locations dependant on the script used. For pushing the file to different locations a configuration table is maintained which will contain the transmission location codes to which the files have to be pushed.

Script jobs are differentiated based on Interface ID's. Hope this is clear.

Regards,

Paul.

Read only

ferry_lianto
Active Contributor