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

Re: upload data from EXCEL sheet inot Z Table

$
0
0

Try like this:

 

LOOP AT tabexcel.

      CASE tabexcel-col.

        WHEN '0001'.

          ztable-field1 = tabexcel-value.

         WHEN '0002'.

          ztable-field2 = tabexcel-value.

        WHEN '0003'.

          ztable-field3 = tabexcel-value.

  ...

 

 

      ENDCASE.

      INSERT ztable.

    ENDLOOP.


Viewing all articles
Browse latest Browse all 2740

Trending Articles



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