cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to update PO's and Corresponding line items numbers **URGENT**

former_member2382
Active Participant
0 Kudos

Hi All,

I have a requirement to create a program which will take list of POs and corresponding line item number and update Final invoice indicator for the same. This should be updated in SRM as well as R/3.

I think, it can be done by a BAPI. Do anyone have idea, which BAPI will be applicable for the same?? You can also share yours views on this.

Regards,

Parvez.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

We have done this.. This is easily possible using BAPIs.

Try using SRM BAPIs

META_PO_GETLIST

META_PO_GETDETAIL

<u>Note - SRM system calls BAPI in R/3 backend using RFC Call</u>

In R/3 backend

BAPI_PO_CREATE1

BAPI_PO_CREATE

BAPI_PO_CHANGE

Hope this will definitely help.

Regards

- Atul

former_member2382
Active Participant
0 Kudos

Hi Atul,

Thanks for the reply. Can't we use FM "BBP_PD_PO_UPDATE" to update the final invoice indicator for multiple purchase order items in SRM ?

Regards,

Parvez.

Former Member
0 Kudos

Hi,

Yes.You can use the foll FMs's to update the PO in SRM:

BBP_PROCDOC_UPDATE

BBP_PD_PO_UPDATE

BR,

Disha.

Pls reward points for useful answers.