cancel
Showing results for 
Search instead for 
Did you mean: 

Change Purchase Order

Former Member
0 Kudos

Hi,

Is it possible to change a purchase order in SRM with ABAP?

Is there any function to do it?

Regards,

JPN

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please check this out too

Former Member
0 Kudos

Yes this is very much possible.You can use the below function modules:

BBP_PD_PO_UPDATE

BBP_PD_PO_SAVE

to can use the FM BBP_PD_PO_GETDETAIL to retrieve the details of the existing PO.

You can find a code sample posted by me here: [Code Sample to update PO|https://www.sdn.sap.com/irj/scn/wiki?path=/display/srm/codeSample1-UpdatePartnerdetailsinaPurchaseOrder&]

Regards

Kathirvel