Application Development 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: 

BAPI for customer/vendor down payment request

Former Member
0 Kudos

Hi,

Is there a BAPI to create customer down payment request (F-37) or vendor down payment request (F-47)?

Thanks in advance.

2 REPLIES 2

former_member200345
Contributor
0 Kudos

Hi, Check the BAPI "BAPI_PAYMENTREQUEST_CREATE".

0 Kudos

Hi Everyone,

We could achieve this by BAPI_ACC_DOCUMENT_POST. This BAPI is originally designed to post accounting document so while posting noted item you may get an standard error that "balance in transaction currency".

In this case, you also have to implement BADI_ACC_DOCUMENT for it to allow noted item.

Regards,
Sanket