2007 Jan 23 12:48 PM
want to know system fields of serial no
like sy-tabix ,sy-lsind
want to know system fields of serial no
like sy-tabix ,sy-lsind
2007 Jan 23 12:49 PM
Hello ARun
Check the structure SYST and search for INT fields.
Vasanth
2007 Jan 23 12:51 PM
for serail no , there is no system variable
u can use SY-INDEX and increment it
2007 Jan 23 12:52 PM
sy-tabix is the line count in the internal table .
sy-lsind is the list index for the report.
like first output sy-lsind =1.
interactive for the basic output list is secondary list
sy-lsind = 2.
regards,
vijay
2007 Jan 23 12:52 PM
If you are inside a loop statement, the sy-tabix increments by 1 each loop pass.
If you are in a do-enddo loop, then sy-index is the counter.
Regards,
Ravi
2007 Jan 23 1:01 PM
HI,
System fields are, Sy-lsind, Sy-tabix, Sy-index.
if you want to generate the No's then you need to create NO range Object using the T.code SNRO. and you need to use the Function moduel <b>GET_NEXT_NUMBERS</b>
or <b>RH_GET_NEXT_NUMBER</b>
Regards
Sudheer
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |