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 customer/vendor down payment request

Former Member
0 Likes
4,364

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
Read only

Former Member
0 Likes
2,105

Hi, Check the BAPI "BAPI_PAYMENTREQUEST_CREATE".

Read only

Former Member
0 Likes
2,105

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