Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Uploading Puchase orders

Former Member
0 Likes
518

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.

3 REPLIES 3
Read only

Former Member
0 Likes
493

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

Read only

GauthamV
Active Contributor
0 Likes
493

plz SEARCH in SCN you will get lot of posts by this bapi.

BAPI_PO_CREATE1

Read only

Former Member
0 Likes
493

Hi Venu,

pls try the Bapi

BAPI_PURORD_PROXY_UPLOAD

BAPI_AGREEMENT_PROXY_UPLOA

this will work fine

thanks

ravi