Showing posts with label code_srm_po_change. Show all posts
Showing posts with label code_srm_po_change. Show all posts

Tuesday, June 11, 2013

Update Partner details in a Purchase Order

This is a very simple code sample to update the purchase order partner details.  The following function modules are used:
 CRMD_PARTNER table contains partner details .
BBP_PD_PO_GETDETAIL : Read the details of a Purchase Order
BBP_PD_PO_UPDATE : Updates the details of a Purchase Order
BBP_PD_PO_SAVE : Finally called to save the details of a Purchase Order
This is just an illustrative example and can be enhanced to update any existing detail of a purchase order.