‎2009 Oct 22 5:50 AM
Hi Experts,
I am using the BAPI BAPI_ACC_DOCUMENT_POST to post the Vendor Open Line Items. To the BAPI, I am passing the Business Trasaction as 'RFBU' . The document is getting posted successfully but the PAYMENT TERMS is not getting populated.
PAYMENT TERM is not present in my Flat file.
Will it not populate the PAYMENT TERMS by Default? Do I need to pass the PAYMENT TERMS in the flat file?
Thanks
Farhana
‎2009 Oct 22 6:01 AM
Hi,
Maintain the payment terms in the vendor master and then try to post the Vendor Open Line Items
using the BAPI BAPI_ACC_DOCUMENT_POST.
Regards,
Vinod
‎2009 Oct 22 6:09 AM
Hi,
Payment Terms is maintained in the Vendor Master table.
Regards,
Farhana
‎2009 Oct 30 7:10 PM
Hello,
You can populate the payment terms using the ACCOUNTPAYABLE table of the BAPI, field PMNTTRMS. Of course I'm assuming that you are creating lines in this table for your Vendor amount.
Regards,
Joã
‎2013 Dec 09 1:01 PM
Hi,
I am exactly doing this but when I display the document the payment term is filled but the days and percentage values are empty even if the paymant term is filled in the master data correctly.
What can be wrong if the payment term field is filled but the corresponding values for days and percentage is not being filled?
Greetings, Vanessa
‎2021 Mar 18 1:54 PM
Have you found a solution to this?
We are facing the same problem here.
Thanks in advance.
Elsa
‎2021 Jul 22 10:43 AM
Hi Elsa,
Try to populate '*' in ACCOUNTPAYABLE-PMNTTRMS in case of vendor invoices or ACCOUNTRECEIVABLE-PMNTTRMS in case of customer invoices. If still it is not working then try to pass 'RMRP' to DOCUMENTHEADER-BUS_ACT.
Murali