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

Inbound IDoc Posting from application server

Former Member
0 Likes
395

Hi sir,

I am working on an inbound scenario for goods movements from ABC system to SAP thru WPUWBW01 IDOC

I have to do two things:

Step 1: SAP read flat file from ABC sysem & Convert data from flat file into IDOC structure according to the agreed data mapping

Step 2: Process IDOC to create goods movement.

I have very less idea on inbound scenarios. I know for outbound we used to write code in User exits.

What about inbound one? where to write code.

Please suggest.

Regards

Krishan

1 REPLY 1
Read only

Former Member
0 Likes
344

Hi,

Check if there is any standard function module to post the idoc, or else, create one custom function module and use that to process the idoc.

Regards,

Subramanian