SOTRIDCAT SAP (Index Category Definition for OTR) Table details

Dictionary Type: Table
Description: Index Category Definition for OTR




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




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

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

The SOTRIDCAT table consists of various fields, each holding specific information or linking keys about Index Category Definition for OTR 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SOTRIDCAT 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

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOTRIDCAT
INTO CORRESPONDING FIELDS OF WA_SOTRIDCAT
WHERE...

How to access SAP table SOTRIDCAT

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