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

Re: work area abap

$
0
0

Dear Sriram,

Work Area is a buffer or temporary memory area used to store a record retrieved from Internal Table.

 

TABLES spfli.

data : wa_flight type spfli. t_flight type table of spfli.

 

loop at t_flight into wa_flight.

  write : wa_flight-carrid,

           wa_flight-connid.

endloop.


Viewing all articles
Browse latest Browse all 8712

Trending Articles



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