cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PO creation from Excel file

Former Member
0 Kudos
3,033

Hi,

is it possible to create a PO up-loading an Excel file (in the file I have material code, description, quantity, price, etc...).

Thanks

Fabio

View Entire Topic
pankaj_singh9
Active Contributor
0 Kudos

Hi,

It is possible to upload PO data directly from excel. In my case, I am using PO BAPI to upload open POs and uploading data from excel file.

At the selection of screen, just call the function;

CALL FUNCTION 'WS_FILENAME_GET'        " To get the flat file to SAP
   EXPORTING
     def_filename           = '*'
     mask                   = '.xls'

Take help of ABAPer to do this.