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 - Finance Document Query

Former Member
0 Likes
646

Hi,

When IDOC generated successfully then finance document get posted , so is there function module to know for particular IDOC finance document/ Company Code is generated or not .

Thanks

4 REPLIES 4
Read only

jayesh_gupta
Active Participant
0 Likes
588

Hi,

In the inbound system (system in which the Idoc is received), go to transaction WE20 (Partner Profiles). Select the inbound system on the left side and double click on the Message type under inbound parameters which is being used for this Idoc.

On the next screen double click on the process code. The next screen will show you the function module/BAPI which has been used to submit the IDoc in the inbound system. Usually this function module/BAPI only takes care of the document generation.

Jayesh

Read only

jayesh_gupta
Active Participant
0 Likes
588

Hi,

In the inbound system (system in which the Idoc is received), go to transaction WE20 (Partner Profiles). Select the inbound system on the left side and double click on the Message type under inbound parameters which is being used for this Idoc.

On the next screen double click on the process code. The next screen will show you the function module/BAPI which has been used to submit the IDoc in the inbound system. Usually this function module/BAPI only takes care of the document generation.

Jayesh

Read only

Former Member
0 Likes
588

Check the table "EDIDS", if status = 53 document is generated.

Regards

Vinod

Read only

Former Member
0 Likes
588

Hi...

We can directly see in transaction WE02 whether idoc is created successfully or not.

if any error occurs it will show error also in status records.

Regards,

Lokeswari.