Application Development 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: 

Help on incoming Idoc's

Former Member
0 Kudos

Hello All,

I am new to SAP Interface and looking answers to my these below listed questions.

Scenario: Need to implement an interface that should trigger an idoc to sap system through which as SO will be created.

--> XYZ company will get a input file from some middleware and using that input data it will create an outbound idoc and sends to our system.

I guess this will be an incoming idoc for me.

Now after this what i need to do?

Do i have to do any settings in my system?

Do i have to create any program, FM to process this incoming idoc?

What will be my job?

Do i have to do field mapping? if yes how to do?

Please answer these points in detail, if possible explain me using transaction codes.....

Thanks in advance for your earliest reply.

Regards,

Devasing.

1 REPLY 1

Former Member
0 Kudos

Hi

If I have understood ur requirement correctly, u have to do the ALE configrations for the posting of sales order in the system.

<u><i>

Now after this what i need to do?</i></u>

U have to do following settings in the system(Suppose u are using XI as middleware, so XI system will send the sales order in the IDOC format ORDERS05):-

1) Create the logical system for the middleware and the your system.<b>(T.code SALE)</b>

2) Create the partner profile of <b>type LS</b> , and the partner number as the logical system name of the middleware system.(<b>t.Code-WE20).</b> Add the inbound message ORDERS.

Check the radio-button 'Trigger Immediately'.

Give the process code 'ORDE' ( This process code will automatically the inbound posting Fn module 'IDOC_INPUT_ORDERS' that will create the sales order.

Save your partner profile.

Now whenever moddleware will send the IDOC, inbound Idoc process will start and cretae the IDOC, in the system.

You can check the Idoc status using WE02 or WE05 T,codes.

If the IDOC is not posted successfully, u can reprocess the IDOC using WE87 T.code.

<u><i>Do i have to create any program, FM to process this incoming idoc?</i></u>

No

<u><i>

Do i have to do field mapping? if yes how to do?</i></u>

No, field mapping will be done in middleware.

I hope , ur doubts are cleared.

Reward Points if uesful.

Regards,

Monika