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

Re: How to know no of records(in Internal Table) modified after using Modify statement

$
0
0
Re: sy-index sy-tabix

sharad narayanBronze

SY-TABIX  :   gives    the  Current line of an internal table

 

example

 

 

SEARCH T FOR 're'.

 

READ TABLE T INDEX SY-TABIX.

 

 

SY-INDEX :    gives the  Number of loop passes.

 

 

example

 

 

DO 5 TIMES.

 

WRITE: SY-INDEX.

 

<REMOVED BY MODERATOR>

 

ENDDO.

 

And so you can't to use this to see how many lines has been modified.


Viewing all articles
Browse latest Browse all 8807

Trending Articles



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