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

Tables updated after IDOC posting

Former Member
0 Likes
1,200

Hi All,

I am having a requirement in which I am using a custom function module to create and post an IDOC. The program is taking data from flat file and passing it to the function module IDOC_INBOUND_SINGLE which calls a BAPI BAPI_ACC_INVOICE_RECEIPT_POST to post the IDOC.

For posting IDOCS, IDOC type ACC_INVOICE_RECEIPT03 is being used.

I wanted to know after execution of the FM, which are the tables being updated after posting of IDOC.

Thanks in advance.

regards,

gaurav

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
786

YOu can do a trace to find all the tables that get updated.

Go to ST05 transaction.

Start the trace.

Run your inbound IDOC process.

Go to ST05 again and decativte the trace.

View the trace to find the tables that are Updated.

Regards,

Ravi

Hi All,

I am having a requirement in which I am using a custom function module to create and post an IDOC. The program is taking data from flat file and passing it to the function module IDOC_INBOUND_SINGLE which calls a BAPI BAPI_ACC_INVOICE_RECEIPT_POST to post the IDOC.

For posting IDOCS, IDOC type ACC_INVOICE_RECEIPT03 is being used.

I wanted to know after execution of the FM, which are the tables being updated after posting of IDOC.

Thanks in advance.

regards,

gaurav

3 REPLIES 3
Read only

Former Member
0 Likes
786

Hi Gaurav,

Please cehck the INVOICE related tables

RBKP ---> Document Header: Invoice Receipt

RSEG ---> Document Item: Incoming Invoice

Best regards,

raam

Read only

Former Member
0 Likes
786

Hi,

check these tables EDIDC,EDIDD,EDIDS.

reward points if helpful.

Regards

Read only

Former Member
0 Likes
787

YOu can do a trace to find all the tables that get updated.

Go to ST05 transaction.

Start the trace.

Run your inbound IDOC process.

Go to ST05 again and decativte the trace.

View the trace to find the tables that are Updated.

Regards,

Ravi