SRETIDCAT SAP (Index Category Definition) Table details

Dictionary Type: Table
Description: Index Category Definition




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




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

SRETIDCAT is a standard SAP Table which is used to store Index Category Definition data and is available within R/3 SAP systems depending on the version and release level.

The SRETIDCAT table consists of various fields, each holding specific information or linking keys about Index Category Definition data available in SAP. These include CATCLTDEP (Indicates whether application is client-specific), MODIFYCLS (Modification Indicator of an 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

Text table = SRETIDCATT


SAP SRETIDCAT 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 identification SRET_CATIDCHAR32SRET_CATIDH_SRETIDCAT
CATCLTDEPIndicates whether application is client-specific SRET_CCLDPCHAR1SRET_FLAG1
MODIFYCLSModification Indicator of an Index Category SRET_MODCLCHAR3SRET_MODCL
CREA_USERSAP user who created the index category SRET_CRUSRCHAR12SRET_USER
CRTIMECreation time - date and time acc. to UTC SRET_CRTIMNUMC14SYTSTP
CHNG_USERSAP user who last changed the index category SRET_CHUSRCHAR12SRET_USER
CHTIMELast change - date and time (UTC) SRET_CHTIMNUMC14SYTSTP
SRSVRIDSearch server relation ID SRET_SSRIDCHAR10SRET_SSRID
ACTIVEIndicates whether index category is active SRET_ACTIVCHAR1SRET_FLAG1
HASINDEXIndicates Whether a Physical Index Exists SRET_HASIXCHAR1SRET_FLAG
TYPEType of index category SRET_ITYPECHAR1SRET_FLAG1
CLASSIndex category class SRET_ICLASCHAR1SRET_FLAG1
SYINDEPENDFlag if an Index Category is Cross-system SRET_IDSIDCHAR1SRET_FLAG
MASTERIndex Category is MASTER (System Independent) SRET_MASTRCHAR1SRET_FLAG
USECLASSFlag if a Classfication Should Be Used SRET_USECLCHAR1SRET_FLAG1
USETMIndicates if Text Mining is used SRET_USTMCHAR1SRET_FLAG1
USEFILTERIndicates if filter has been set SRET_USFLCHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRETIDCAT
INTO CORRESPONDING FIELDS OF WA_SRETIDCAT
WHERE...

How to access SAP table SRETIDCAT

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