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 Steps-Process flow?

vsubbakrishna
Participant
0 Likes
614

Hello all,

I have a scenario where I create PO and send the PO details through EDI to Vendor.

Later I manually do the GR and Vendor has to send the Invoice through EDI.

Plesae send me the process flow steps as to how I can configure send PO and receive invoices scenarios in SAP.

1) How should I maintain settings in WE21,WE20 and others.

2) Where is the output file from SAP Stored.

3) How to process input file

Thanks,

Subba

3 REPLIES 3
Read only

Jelena_Perfiljeva
Active Contributor
Read only

Former Member
0 Likes
501

1 . If you want to send the data from sap to edi subsytem first you need to maintain file port ( we21 )

2. through this file port you will place the idoc data into a shared area which is shared for both edi and sap system ( the shared area can be anything like ftp server or mounted drive )

3. at the time of file port creation u need to mention the rfc destination this can be created in sm59 which is to be tcp/ip type .

Read only

vsubbakrishna
Participant
0 Likes
501

solved