SEO_SRC_POS_IND SAP (index table storing source positions of class includes) Table details

Dictionary Type: Table
Description: index table storing source positions of class includes




ABAP Code to SELECT data from SEO_SRC_POS_IND
Related tables to SEO_SRC_POS_IND
Access table SEO_SRC_POS_IND




Table field list including key, data, relationships and ABAP select examples

SEO_SRC_POS_IND is a standard SAP Table which is used to store index table storing source positions of class includes data and is available within R/3 SAP systems depending on the version and release level.

The SEO_SRC_POS_IND table consists of various fields, each holding specific information or linking keys about index table storing source positions of class includes data available in SAP. These include POSITION_KIND (Single-Character Indicator), VERSION (Single-Character Indicator), COMPONENT_NAME (), START_LINE (Natural Number).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SEO_SRC_POS_IND table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
INCLUDE_NAMECharacter field of length 40 CHAR40CHAR40CHAR40
POSITION_KINDSingle-Character Indicator CHAR1CHAR1CHAR1
VERSIONSingle-Character Indicator CHAR1CHAR1CHAR1
COMPONENT_NAME 0
START_LINENatural Number INT4INT410INT4
START_COLUMNNatural Number INT4INT410INT4
END_LINENatural Number INT4INT410INT4
END_COLUMNNatural Number INT4INT410INT4
CLASS_NAME30 Characters CHAR30CHAR30CHAR30
CS_INCLUDE_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table SEO_SRC_POS_IND using ABAP code

The following ABAP code Example will allow you to do a basic selection on SEO_SRC_POS_IND to SELECT all data from the table
DATA: WA_SEO_SRC_POS_IND TYPE SEO_SRC_POS_IND.

SELECT SINGLE *
FROM SEO_SRC_POS_IND
INTO CORRESPONDING FIELDS OF WA_SEO_SRC_POS_IND
WHERE...

How to access SAP table SEO_SRC_POS_IND

Within an ECC or HANA version of SAP you can also view further information about SEO_SRC_POS_IND and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!