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

Debugging - SAP SD

Former Member
0 Likes
1,358

Hello,

        I creates sales order, delivery and an invoice document. On saving invoice document, it  automatically posts accounting document with customer account and Accounts Receivable account. How and where are the G/L accounts determined in this case( when I debug the program )? Are there any specific function modules I need to look into?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,063

Hi,

Kindly go through documentation on "SD-FI integration". Configuration in VKOA  transaction

Regards,

DPM

4 REPLIES 4
Read only

Former Member
0 Likes
1,064

Hi,

Kindly go through documentation on "SD-FI integration". Configuration in VKOA  transaction

Regards,

DPM

Read only

0 Likes
1,063

Hi,

in se37 enter RV_INVOICE_DOCUMENT_ADD , then click on where used put breakpoint,at fm

then create sales order , billing it will  stop at the fm

thanks

srini

Read only

0 Likes
1,063

Thank you. That helped.

Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,063

Hi

Create also a trace with ST05 and set the break-points where you see system is reading or writing in the proper tables (for access sequence KOFI for instance, see this document http://scn.sap.com/docs/DOC-46903)

See also SAP Note 429117 - Collective note advice note SD-FI interface, for further research

Regards

Eduardo