Quantcast
Viewing all articles
Browse latest Browse all 2161

Re: upload data from EXCEL sheet inot Z Table

Hi Yeso M,

 

If your uploading an TEXT file then you will use 'GUI_UPLOAD'  fm  then it will work fine..

 

then coming to your problem you have use 'ALSM_EXCEL_TO_INTERNAL_TABLE' fm

for EXCEL sheet

 

'ALSM_EXCEL_TO_INTERNAL_TABLE' is  the function module which is used to upload data from excel sheet to internal table . the input for the above function module is

  • FILE NAME WITH EXTENSION
  • BEGIN  COLUMN
  • BEGIN  ROW
  • END COLUMN
  • END ROW

 

and OUTPUT for above fm

  • an internal table which contains 3 fields (row,col,value).

 

i hope this helps..

please reward if useful.

 

regards

santosh


Viewing all articles
Browse latest Browse all 2161

Trending Articles