SRETIDCON SAP (Content of Index Category from Type Container) Table details

Dictionary Type: Table
Description: Content of Index Category from Type Container




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




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

SRETIDCON is a standard SAP Table which is used to store Content of Index Category from Type Container data and is available within R/3 SAP systems depending on the version and release level.

The SRETIDCON table consists of various fields, each holding specific information or linking keys about Content of Index Category from Type Container data available in SAP. These include CATIDCCON (Index category identification), TYPE (Type of index category), CREA_USER (SAP user who created the index category), CRTIME (Creation time - date and time acc. to UTC).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SRETIDCON 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
CATIDIndex category key from type container SRET_CONIDCHAR32SRET_CATID
CATIDCCONIndex category identification SRET_CATIDCHAR32SRET_CATIDH_SRETIDCAT
TYPEType of index category SRET_ITYPECHAR1SRET_FLAG1
CREA_USERSAP user who created the index category SRET_CRUSRCHAR12SRET_USER
CRTIMECreation time - date and time acc. to UTC SRET_CRTIMNUMC14SYTSTP
ACTIVEFlag if container content is active SRET_COACTCHAR1SRET_FLAG1

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRETIDCON
INTO CORRESPONDING FIELDS OF WA_SRETIDCON
WHERE...

How to access SAP table SRETIDCON

Within an ECC or HANA version of SAP you can also view further information about SRETIDCON 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!