2009 Mar 24 6:09 AM
Hi
I want to upload Purchase Orders from flat file into SAP through BAPI.Can anybody tell me the name of standard BAPI and also guide the procedure.
Hi
I want to upload Purchase Orders from flat file into SAP through BAPI.Can anybody tell me the name of standard BAPI and also guide the procedure.
2009 Mar 24 6:12 AM
You can use 'BAPI_PO_CREATE1'
**Call the BAPI PO Create Function Module
call function 'BAPI_PO_CREATE1'
exporting
poheader = poheader
poheaderx = poheaderx
no_price_from_po = 'X'
importing
exppurchaseorder = po_number
expheader = expheader
tables
return = return
poitem = poitem
poitemx = poitemx
poschedule = poschedule
poschedulex = poschedulex
poaccount = poaccount
poaccountx = poaccountx
pocond = pocond
pocondx = pocondx
poservices = poservice
potextheader = poheadertext.Edited by: Satya suresh Donepudi on Mar 24, 2009 1:14 AM
2009 Mar 24 6:14 AM
plz SEARCH in SCN you will get lot of posts by this bapi.
BAPI_PO_CREATE1
2009 Mar 24 6:24 AM
Hi Venu,
pls try the Bapi
BAPI_PURORD_PROXY_UPLOAD
BAPI_AGREEMENT_PROXY_UPLOA
this will work fine
thanks
ravi
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |