This document describes how to create a purchase order using BAPI in the following steps:
1) Define header and item structures to populate purchase order details
2) Call the BAPI_PO_CREATE1 function to create the purchase order, passing the header, item and schedule structures
3) Check for any error messages returned and commit the transaction if successful
4) Return the purchase order number and item details to the calling program
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
159 views
PO Creation Using BAPI
This document describes how to create a purchase order using BAPI in the following steps:
1) Define header and item structures to populate purchase order details
2) Call the BAPI_PO_CREATE1 function to create the purchase order, passing the header, item and schedule structures
3) Check for any error messages returned and commit the transaction if successful
4) Return the purchase order number and item details to the calling program