cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ACC_DOCUMENT_POST downpayment request.

Former Member
0 Kudos

Dear Gurus,

We are configuring BAPI program for advance paymnet receipt by using BAPI_ACC_DOCUMENT_POST. As F-47 is noted item it will have only one line item. we have to capture purchase order number here, I am not getting idea if I choose Accounts payable item which field will help to capture purchase order numbder?

Or there is any other alternative to capture purchase order and special GL indicator?

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Solution :

we used PO number field from GLaccount structure passed to BAPI.

Thanks all

Answers (3)

Answers (3)

former_member188063
Active Contributor
0 Kudos

Hi Shree,

P.O Number can be viewed in Account GL as suggested above.

Regards,

Sudhakar*

coleti
Active Contributor
0 Kudos

Dear Shree,

The PO number is assigned to the Offsetting account of a vendor posting, this is because you can consolidate in one AP different PO´s when you are performing a MIRO for example.

In BAPI_ACC_DOCUMENT_POST you will find the PO number only in the ACCOUNTGL table.

You can try to use this as you also have the VENDOR_NO field in this table.

Best regards,

Gabriel Coleti

ajaycwa1981
Active Contributor
0 Kudos

Hi SK

You should be able to Capture the PO Number in "Purchase Order" field itself. I think it is EBELN/EBELP

Ajay M