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

Re: How to use Decrement(--) and Increment(++) in abap?

$
0
0

Hi Karthi,

 

Tou can try this code and check solution...

 

PARAMETERS: INNER TYPE I.

 

data  n type i.

n = inner.

DO INNER TIMES.

 

   DO n TIMES.

 

     WRITE: '+'.

 

   ENDDO.

 

   WRITE:/.

 

   n = n - 1.

 

ENDDO.

 

 

Regards,


Viewing all articles
Browse latest Browse all 10498

Trending Articles



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