‎2008 Jun 10 10:11 AM
Hi,
What purpose this BAPI used for can any one tell me about this BAPI_PO_CHANGE
Any example program
‎2008 Jun 10 10:13 AM
‎2008 Jun 10 10:14 AM
Hi,
Once you create a PO & later on if you require any changes to be done in the PO, then BAPI_PO_CHANGE can be used.
_Sample Program_
http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm
Best regards,
Prashant
‎2008 Jun 10 10:14 AM
Hi,
Please refer the link below:
http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm
Thanks,
Sriram Ponna.
‎2008 Jun 10 10:17 AM
Hi,
The function module BAPI_PO_CHANGE enables you to change purchase orders. It uses the technology behind the online transaction ME22N.
Go to SE37 and enter this BAPI there and press F9. You would get all the info about this BAPI
Thanks
Nayan
‎2008 Jun 10 10:17 AM
Hi,
BAPI_PO_CHANGE is used for changing Purchase Orders. It's functionality is same as ME22 transaction. But in ME22 you navigate to each screen and give input. Where as in BAPI you have to fill all the required EXPORT and Table parameters to change PO.
Hope this helps your Understanding.
Ramesh.