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 to create an incoming Payment

Former Member
0 Kudos

Hi,

I have to create an incoming payment (FB01). The posting keys will be 40 and 15.

Wich BAPI could do this ?

(We don't have BAPI_ACC_DOCUMENT_POST).

Thanks.

Sandrine

7 REPLIES 7

raymond_giuseppi
Active Contributor
0 Kudos

Which version do you have ?

Look for FM/BAPI begining with BAPI_ACC (OSS [Note 306504 - Collective note: BAPIs for the AC interface|https://service.sap.com/sap/support/notes/306504]), or look for oldest function module like POSTING_INTERFACE_START, [POSTING_INTERFACE_DOCUMENT|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=posting_interface_document&cat=sdn_all] and POSTING_INTERFACE_END.

Regards

0 Kudos

My version is 4.6C.

0 Kudos

Check the two FM that i gave u, is it there in 4.6C?

Nayan

0 Kudos

BAPI_ACC_DOCUMENT_POST exists in 4.6C, which SP are you, which level of PI

([Note 424374 - PI 2001.1 required for FS-AM general ledger connection|https://service.sap.com/sap/support/notes/424374])

Regards

0 Kudos

yes, i have them.

Former Member
0 Kudos

Hi,

check this FM

FI_DOCUMENT_POST

FM_DOCUMENT_POST

Nayan

Former Member
0 Kudos

hiiii

you can use FM

for FB01

POSTING_INTERFACE_DOCUMENT

There are some other FM also which can help you.

BAPI_ACC_GL_POSTING_POST

BAPI_ACC_INVOICE_RECEIPT_POST

BAPI_ACC_BILLING_POST

regards

twinkal