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 F-53

Former Member
0 Likes
2,397

Hi,

We have a requirement as below

Step1: create a Vendor AP Doc using f-02 -- we

Step2: create an outgoing payment for the open item of f-02

doc as reference.

i tried with BDC for F-53 and want to replace it with a

BAPI_ACC_INVOICE_RECEIPT_POST.

i tried filling the internal tables of this BAPI with the

AWKEY = f-02 doc's BKPF AWKEY value.

But the doc created with the same doc no which i

gave as referecne.

Please let me know if any other BAPI can be used for this to create an outgoing payment using F-53 with a new doc no for the open item(doc) as reference. this doc is finallly used to generate cheque no using FCH5 tcode.

Hi,

We have a requirement as below

Step1: create a Vendor AP Doc using f-02 -- we

Step2: create an outgoing payment for the open item of f-02

doc as reference.

i tried with BDC for F-53 and want to replace it with a

BAPI_ACC_INVOICE_RECEIPT_POST.

i tried filling the internal tables of this BAPI with the

AWKEY = f-02 doc's BKPF AWKEY value.

But the doc created with the same doc no which i

gave as referecne.

Please let me know if any other BAPI can be used for this to create an outgoing payment using F-53 with a new doc no for the open item(doc) as reference. this doc is finallly used to generate cheque no using FCH5 tcode.

4 REPLIES 4
Read only

mithun_shetty4
Contributor
0 Likes
1,396

Check this Sample Program

ACC_BAPI_TEST_INVOICE_RECEIPT. Use Referene key as used in the Program.

Read only

0 Likes
1,396

HI Mithun,

Thank you...

I am able to create a doc successfully .

My functional team has not confirmed the correctness of the payment document posted.

Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,396

Hi

See SAP Note 306504 - Collective note: BAPIs for the AC interface related with how to populate AWKEY

Regards

Eduardo

Read only

0 Likes
1,396

Thank you Eduardo.