Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8497

Re: excel file upload from pc to internal table

$
0
0

Hi cem,

 

Hope it helpful.

 

Declare internal table as

 

Data :  ist_excel    TYPE  STANDARD TABLE OF alsmex_tabline,

           wa_excel    TYPE alsmex_tabline.



after FM.


LOOP AT ist_excel INTO wa_excel.
     CASE wa_excel-col.
       WHEN '0001'.

  wa_itab-BSKODU = wa_excel-value.

ENDCASE.



AT END OF row.

append wa_itab to itab.

clear wa_itab.

ENDAT.


CLEAR wa_excel.
   ENDLOOP.



Regards,

Venkat.





Viewing all articles
Browse latest Browse all 8497

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>