SRETIDLACS SAP (Index Category Language - Special Form for Administration) Structure details

Dictionary Type: Structure
Description: Index Category Language - Special Form for Administration




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




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

SRETIDLACS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Index Category Language - Special Form for Administration" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SRETIDLACS TYPE SRETIDLACS.

The SRETIDLACS table consists of various fields, each holding specific information or linking keys about Index Category Language - Special Form for Administration data available in SAP. These include CLIENT (Client), CATID (Index category identification), LANGU (Language Key Acc. SAP Norm (1 character)), LAISO (2-Character SAP Language Code).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SRETIDLACS structure 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_LANGUCHAR1Assigned to domainSRET_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
SCLTSpecial field of client for display and administration SRET_SCLTCHAR3SRET_SCLT

Key field Non-key field



How do I retrieve data from SAP structure SRETIDLACS using ABAP code?

As SRETIDLACS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SRETIDLACS as there is no data to select.

How to access SAP table SRETIDLACS

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