Table/Structure Field list used by SAP ABAP Function Module RS_OBJECT_POSITION (Returns the requested position in the source for a module (FORM,...))
SAP ABAP Function Module
RS_OBJECT_POSITION (Returns the requested position in the source for a module (FORM,...)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DD03P - FIELDNAME | Field Name | ||
| 2 | SSTMNT - FROM | Index of first token of statement in token table | ||
| 3 | SSTMNT - TO | Index of last token of statement in token table | ||
| 4 | SSTMNT - TYPE | Type of statement (EXEC SQL, INCLUDE, macro, ..., rest) | ||
| 5 | STOKEN - TYPE | Token type (identifier, literal, list, comment) | ||
| 6 | STOKESX - OFF3 | Offset of 'C part' of token in STR or overflow area | ||
| 7 | STOKESX - TYPE | Token type (identifier, literal, list, comment) | ||
| 8 | STOKESX - STR | STOKESX-STR | ||
| 9 | STOKESX - ROW | Number of source line where token appears (>= 1) | ||
| 10 | STOKESX - OFF2 | Offset of 'B part' of token in STR or overflow area | ||
| 11 | STOKESX - LEN3 | Length of 'C part' of token | ||
| 12 | STOKESX - LEN1 | Length of 'A part' of token | ||
| 13 | STOKESX - COL | Column position of token (>= 0) | ||
| 14 | SYST - FDPOS | ABAP System Field: Occurrence in Byte or Character String | ||
| 15 | SYST - INDEX | ABAP System Field: Loop Index | ||
| 16 | SYST - TABIX | ABAP System Field: Row Index of Internal Tables | ||
| 17 | TRDIR - NAME | ABAP Program Name | SOURCE REFERENCE(MAINPROGRAM) TYPE TRDIR-NAME OPTIONAL |
|
| 18 | TRDIR - NAME | ABAP Program Name |