Tuesday, February 15, 2011

What are SY-TABIX, SY-INDEX, SY-DBCNT, SY-SUBRC?

What are SY-TABIX, SY-INDEX, SY-DBCNT, SY-SUBRC?

SY-TABIX : used for record count of internal tables.
SY-INDEX : used for loop counter.
SY-DBCNT : it gives the number of rows read from the database.
SY-SUBRC : it is used for error checking

4 comments:

Drop Down lists in the selection parameters

PROGRAM ztest.   TYPE-POOLS : vrm.   DATA : name TYPE vrm_id,        list TYPE vrm_values,        value LIKE LINE OF list. ...