SEO_SRC_POS_IND - index table storing source positions of class includes
index table storing source positions of class includes information is stored in SAP table SEO_SRC_POS_IND.
It is part of development package SEO_SOURCE_BASED in software component BC-DWB-TOO-CLA. This development package consists of objects that can be grouped under "Source-based Class Editor".
It is part of development package SEO_SOURCE_BASED in software component BC-DWB-TOO-CLA. This development package consists of objects that can be grouped under "Source-based Class Editor".
Fields for table SEO_SRC_POS_IND
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
INCLUDE_NAME | Character field of length 40 | X | CHAR40 | CHAR | 40 | |
POSITION_KIND | Single-Character Flag | X | CHAR1 | CHAR | 1 | |
VERSION | Single-Character Flag | X | CHAR1 | CHAR | 1 | |
COMPONENT_NAME | X | CHAR | 61 | |||
START_LINE | 4 Byte Signed Integer | INT4 | INT4 | 4 | ||
START_COLUMN | 4 Byte Signed Integer | INT4 | INT4 | 4 | ||
END_LINE | 4 Byte Signed Integer | INT4 | INT4 | 4 | ||
END_COLUMN | 4 Byte Signed Integer | INT4 | INT4 | 4 | ||
CLASS_NAME | 30 Characters | CHAR30 | CHAR | 30 | ||
CS_INCLUDE_TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 |