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

Re: How to get records containing total amount < 0

$
0
0

Hi Mazal,

 

Try this,

 


Loop at it_erdk into wa_erdk.

 

If wa_erdk-total_amount LT '0'.

 

   wa_erdk-total_amount EQ '0'.

   modify it_erdk from wa_erdk.

 

endif.

 

endloop.

 

The above code will change the total amount value to '0', if it is less than '0'.


Viewing all articles
Browse latest Browse all 9680

Trending Articles



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