SRETIDLACD SAP (Indexes of client-specific applications) Table details

Dictionary Type: Table
Description: Indexes of client-specific applications




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




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

SRETIDLACD is a standard SAP Table which is used to store Indexes of client-specific applications data and is available within R/3 SAP systems depending on the version and release level.

The SRETIDLACD table consists of various fields, each holding specific information or linking keys about Indexes of client-specific applications data available in SAP. These include CATID (Index category identification), LANGU (Language Key Acc. SAP Norm (1 character)), LAISO (2-Character SAP Language Code), NUMDOC (Planned No. of Documents for a Language).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SRETIDLACD 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
CLIENTClient MANDTCLNT3T000MANDT
CATIDIndex category identification SRET_CATIDCHAR32SRETIDCATSRET_CATIDH_SRETIDCAT
LANGULanguage Key Acc. SAP Norm (1 character) SRET_LANGUCHAR1SRET_LANGU
LAISO2-Character SAP Language Code LAISOCHAR2LAISO
NUMDOCPlanned No. of Documents for a Language SRET_NUDOCNUMC12SRET_NUDOC
AVGDOCSIZAverage Document Size in KB SRET_AVGDSCHAR10SRET_AVGDS
IDXCOUNTCounter for indexed/de-indexed documents SRET_IDCNTCHAR12SRET_IDCNT
CREA_USERUser who created the language for a category SRET_CRELACHAR12SRET_USER
CRTIMELanguage creation time (date - time) acc. to UTC SRET_CRLTINUMC14SYTSTP
CHNG_USERLanguage last changed by SRET_CHGLACHAR12SRET_USER
CHTIMELast time of change date - time (UTC) SRET_CHLTINUMC14SYTSTP
TTIMETransport (time stamp) SRET_TTIMENUMC14SYTSTP
TFLAGTransport flag (import flag) SRET_TFLAGCHAR1SRET_FLAG1
PYINSIndicates whether a physical index is to be imported SRET_PYINSCHAR1SRET_FLAG1
INDEXDELIndicates that the Index is To Be Deleted SRET_IDXDECHAR1SRET_FLAG1
HASINDEXIndicates Whether a Physical Index Exists SRET_HASIXCHAR1SRET_FLAG
TRORDERTransport request SRET_TRORDCHAR20SRET_TRORD
CTIMETime stamp of export for checking against index SRET_CTIMENUMC14SYTSTP
ITIMETime stamp for export of physical index SRET_ITIMENUMC14SYTSTP
IMPORTIndicates whether the index was imported SRET_IMPFLCHAR1SRET_FLAG1
NEEDCCPYShows if the Index is Copied to a Client Copy SRET_NDCCPCHAR3SRET_FLAG3

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRETIDLACD
INTO CORRESPONDING FIELDS OF WA_SRETIDLACD
WHERE...

How to access SAP table SRETIDLACD

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