‎2008 Jan 31 7:58 AM
Any BAPI for uploading AP and AR documents. Also for validation as I will be coding an File Interface for the same.
Regards,
Raghav
‎2008 Jan 31 8:04 AM
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
‎2008 Feb 06 10:56 AM
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
‎2008 Feb 06 11:10 AM
Hi,
Better to use idoc type FIDCCP02 as error idocs can be reposted once corrected.
‎2008 Feb 06 11:11 AM
Also with the IDOC route you can use an LSMW so no need to write a program.