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

BAPI for Uploading GL/AR/AP

Former Member
0 Likes
644

Hi Experts,

Could anybody tell me the BAPI'S for uploading GL/AR/AP.

Or else any function modules.

Thanks & Regards.

Murali.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
492

Hi,

BAPI_ACC_DOCUMENT_POST - Can be used to post GL/AP/AR. Take a look at the BAPI, you can see structures for all 3 postings.

BAPI_ACC_INVOICE_RECEIPT_POST - Capable of posting AP only.

Regards,

Satish

Hi Experts,

Could anybody tell me the BAPI'S for uploading GL/AR/AP.

Or else any function modules.

Thanks & Regards.

Murali.

2 REPLIES 2
Read only

Former Member
0 Likes
493

Hi,

BAPI_ACC_DOCUMENT_POST - Can be used to post GL/AP/AR. Take a look at the BAPI, you can see structures for all 3 postings.

BAPI_ACC_INVOICE_RECEIPT_POST - Capable of posting AP only.

Regards,

Satish

Read only

Former Member
0 Likes
492

Hi,

GL uploading - BAPI_GL_ACC_POST

BAPI_ACC_DOCUMENT_POST

BAPI_ACC_GL_POSTING_POST

BAPI_ACC_DOCUMENT_POST - Can be used to post GL/AP/AR. This BAPI contains the structures for all 3 postings.

BAPI_ACC_INVOICE_RECEIPT_POST - Capable of posting AP only.

Also check the program ACC_BAPI_TEST_BILLING for AR postings.

Reward accordingly

ChandraK