Reading Single Lines:
READ TABLE <itab> [INTO <wa>] INDEX <idx>.
Reads the single line with index <idx> into <wa> (or into header line, if omitted). This is the fastest method.
<idx> <= 0 : runtime error;
<idx> > table size : SY-SUBRC = 4;
<idx> found : SY-SUBRC = 0, SY-TABIX = <idx>.
Serkan AKKAVAK
Computer Engineer BSc
SAP Department Manager
Contact : serkurumsal@yandex.com
0 Comments