SRETGSTRUC SAP (SAP Retrieval - Structure for general field definitions) Structure details

Dictionary Type: Structure
Description: SAP Retrieval - Structure for general field definitions




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




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

SRETGSTRUC 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 "SAP Retrieval - Structure for general field definitions" 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_SRETGSTRUC TYPE SRETGSTRUC.

The SRETGSTRUC table consists of various fields, each holding specific information or linking keys about SAP Retrieval - Structure for general field definitions data available in SAP. These include RCODE (Error number), CLDEP (Indicates whether application is client-specific), DELCL (Delivery class of index category), ERRCODE (Error number).. 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 SRETGSTRUC 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
SRETGUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
RCODEError number SRET_ERCODCHAR4SRET_ERCOD
CLDEPIndicates whether application is client-specific SRET_CCLDPCHAR1SRET_FLAG1
DELCLDelivery class of index category SRET_DELCLCHAR3SRET_DELCL
ERRCODEError number SRET_ERCODCHAR4SRET_ERCOD
BOOLOne-character control indicator SRET_BOOLCHAR1SRET_BOOL
DOCIDDocument ID SRET_DOCIDCHAR64SRET_ATRVL
IDSTORIDLogical index key (hexadecimal) SRET_ISTIDRAW40SRET_ISTID
CIDSTRIDIndex storage ID: Logical index key SRET_CISIDCHAR40SRET_CISID
NUMOFHITNo. of hits for a query SRET_NUOHTNUMC10SRET_NUOHT
NUMBERFENumber of Requested Characteristics SRET_NOFENUMC10
RESULTFTResult from/to SRET_RESFTNUMC10SRET_RESFT
FLAGSingle-character flag SRET_FLAGCHAR1SRET_FLAG
XSENGSearch Engine (Hexadeximal Equivalent) SRET_XSENGRAW10SRET_XSENG
ATRCPCode page for attributes SRET_ATRCPRAW3SRET_XCODP
DOCCPDocument code page SRET_DOCCPRAW3SRET_XCODP
FUNCTFunction module name SRET_FUNCTCHAR30Assigned to domainFUNCNAME
ERRTEXTError Text for Evaluation of the 'SY-SUBRC' Field SRET_ETEXTCHAR60SRET_ETEXT
SECOND1Seconds SRET_SECINT410SRET_SEC
HOUR1Hours SRET_HOURFLTP16(16) SRET_HOUR
VERSTRVersion information for RFC server and search engine SRET_VSTRCHAR64SRET_VSTR
XVERSTRVersion information on RFC server and search engine SRET_XVSTRRAW64SRET_XVSTR
VERRFCVersion information SRET_VERSCHAR32SRET_VERS
VERSEVersion information SRET_VERSCHAR32SRET_VERS
XACTIONFunction call action (hexadecimal) SRET_XACTRAW2SRET_XFLG2
ACTIONAction: Call administration function SRET_ACTICHAR2SRET_FLAG2
DATAPATHData path for administration call SRET_DAPTHCHAR255SRET_DAPTH
XDATAPATHData path for administration calls (hexadecimal) SRET_XDAPHRAW255SRET_XDAPH
DELAYMODEIndexing type SRET_DELAYCHAR1SRET_FLAG1
XDALAYMODEIndexing type (hexadecimal representation) SRET_XDLAYRAW1SRET_XFLG1
CONTAINFLGIndex Category Container Flag SRET_COTFLCHAR1SRET_FLAG
SAPCPSAP internal code page SRET_SAPCPNUMC4Assigned to domainCPCODEPAGE
SIDRFCDESTRFC Destination for R/3 Links SRET_SRFCDCHAR32Assigned to domainRFCDEST
XUSECLASSFlag for Classification for RFC Transfer SRET_XUSCLRAW1SRET_XFLG1
THRESHOLDError threshhold SRET_THRESNUMC5
METHODClassification Method SRET_METHOCHAR12SRET_METHO
X2FLAG2 Character RAW Flag SRET_X2FLGRAW2
NOCLASSNumber of Classes at Classification SRET_NOCLSNUMC5

Key field Non-key field



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

As SRETGSTRUC 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 SRETGSTRUC as there is no data to select.

How to access SAP table SRETGSTRUC

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