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

AP/AR documents

former_member182354
Contributor
0 Likes
494

Any BAPI for uploading AP and AR documents. Also for validation as I will be coding an File Interface for the same.

Regards,

Raghav

4 REPLIES 4
Read only

Former Member
0 Likes
467

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_member182354
Contributor
0 Likes
467

Can BAPI_ACC_DOC_POST create documents for each line in the Excel sheet that we are using for uploading the AP/AR documents???

Regards,

Raghav

Read only

0 Likes
467

Hi,

Better to use idoc type FIDCCP02 as error idocs can be reposted once corrected.

Read only

0 Likes
467

Also with the IDOC route you can use an LSMW so no need to write a program.