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

IDOC Inbound Posting Function Module

Former Member
0 Likes
1,552

Dear Friends,

I have a successfully processed IDOC, how should I found which Inbound function Module it used to post the document.

The IDOC type it has FIDCCP02.

I do find a function module IDOC_INPUT_FIDCC2 but wasnt sure whether this was used or other Zfunction module used?

Where this configuation is maitained which function module to be used?.

Thanks,Prashant

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
809

Hi,

First goto WE20-> click on the logical system , now select the receiver LS which you are using as your partner. Now in the inbound parameters cehck what is the process code is attached.

once you get the process code then go to WE42 tcode.. there you give the process code and then double click you will get the function module IDOC_INPUT_FIDCMT.

Hopw you got my point.

Regards,

Nagaraj

3 REPLIES 3
Read only

Former Member
0 Likes
809

Refer to table TMSG2 to get the Inbound Process code of Message type. In Your case standard Process Types are FID1 & FID2. See the Function module attached to these process codes through transaction code WE42 (Table TBD52).

Read only

former_member404244
Active Contributor
0 Likes
810

Hi,

First goto WE20-> click on the logical system , now select the receiver LS which you are using as your partner. Now in the inbound parameters cehck what is the process code is attached.

once you get the process code then go to WE42 tcode.. there you give the process code and then double click you will get the function module IDOC_INPUT_FIDCMT.

Hopw you got my point.

Regards,

Nagaraj

Read only

Former Member
0 Likes
809

Hi Prashanth,

Did the function module IDOC_INPUT_FIDCC2 is useful to post all the records to the corresponding tables (BKPF,BSEG,BSET,BSEC)?

Thank you,

Swetha.C