‎2009 Mar 16 5:40 AM
Using BAPI I need to Upload the Purchase Order Header And Item Level Details .
both the details are feteched at runtime using two f4 help files.
i do not have any key field to check the table what is the option.
can any one help me , if it is with code most welcome.
regards!
sara
‎2009 Mar 16 5:46 AM
try these....
BAPI_PO_CREATE Create Purchase Order
BAPI_PO_CREATE1 Create Purchase Order
to see the details...
BAPI_PO_GETDETAIL Display Purchase Order Details
BAPI_PO_GETDETAIL1 Display Purchase Order Details
‎2009 Mar 16 6:09 AM
‎2009 Mar 16 6:11 AM
Hi,
Try these BAPI's
BAPI_PO_CREATE
BAPI_PO_CREATE1
Regards,
Jyothi CH.
‎2009 Mar 16 6:26 AM
Try the SDN link for sample code :
https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/openPurchaseOrderUpload_MaterialsUsing+BAPI
Its always better you do a search in SDN for what ever to want before posting , and it will help you save lot of time waiting for the answers.
Mathews