SRETIDLACI SAP (Indexes of cross-client applications) Table details

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




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




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

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

The SRETIDLACI table consists of various fields, each holding specific information or linking keys about Indexes of cross-client applications data available in SAP. These include LANGU (Language Key Acc. SAP Norm (1 character)), LAISO (2-Character SAP Language Code), NUMDOC (Planned No. of Documents for a Language), AVGDOCSIZ (Average Document Size in KB).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SRETIDLACI 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_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

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRETIDLACI
INTO CORRESPONDING FIELDS OF WA_SRETIDLACI
WHERE...

How to access SAP table SRETIDLACI

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