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

Re: COLLECT Statement with Field Symbols

$
0
0

Naveen- we cannot perform any operations without getting field symbols assigned....In that case

it is better to go for   WA2 into ITAB2....In the following code if you  want to  replace wa2 with field symbols and expect to work , thats not possible ......If i am not wrong even in case of append also it will not work ...check it once ...if you execute the program once it come across the field symbol getting assigned with some value , it goes to dump...kindly check please...


  1. loop at itab into wa. 
  2. wa2-field1 = wa-field1. 
  3. wa2-amount1 = wa-amount1. 
  4. collect wa2 into itab2. 
  5. endloop. 

Thanks

Shravan


Viewing all articles
Browse latest Browse all 9076

Trending Articles



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