EFG_STRN_PROG SAP (ABAP Program) Structure details

Dictionary Type: Structure
Description: ABAP Program




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




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

EFG_STRN_PROG 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 "ABAP Program" 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_EFG_STRN_PROG TYPE EFG_STRN_PROG.

The EFG_STRN_PROG table consists of various fields, each holding specific information or linking keys about ABAP Program data available in SAP. These include TRDIR (), NAME (ABAP Program Name), SQLX (Source code protection), EDTX (Editor lock flag).. 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: Cannot Be Enhanced


SAP EFG_STRN_PROG 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
REPIDABAP Program Name REPIDCHAR40PROGNAME
TRDIR 0
NAMEABAP Program Name PROGNAMECHAR40PROGNAME
SQLXSource code protection SQLXCHAR1SYCHAR01
EDTXEditor lock flag EDTXCHAR1RDIR_FUNC
VARCLCase-Sensitive VARCLCHAR1SYCHAR01
DBAPLApplication database DBAPLCHAR1APPL_KUERZ
DBNALogical database DBNACHAR2SYCHAR02
CLASProgram class CLASCHAR4CLAS
TYPESelection screen version RDIR_TYPECHAR3SYCHAR03
OCCURSAutomatically generated program OCCUCHAR1SYCHAR01
SUBCProgram type SUBCCHAR1SUBC
APPLApplication RDIR_APPLCHAR1PAPPL
SECUAuthorization Group SECUCHAR8SYCHAR08
CNAMAuthor CNAMCHAR12SYCHAR12
CDATCreated on RDIR_CDATEDATS8SYDATS
UNAMLast changed by UNAMCHAR12SYCHAR12
UDATChanged On RDIR_UDATEDATS8SYDATS
VERNVersion number VERNCHAR6SYCHAR06
LEVLLevel RDIR_LEVLCHAR4SYCHAR04
RSTATStatus RDIR_RSTATCHAR1RSTAT
RMANDClient RMANDCHAR3SYCHAR03
RLOADMaster Language RLOADLANG1ISOLALANG
FIXPTFixed point arithmetic FIXPTCHAR1RDIR_FUNC
SSETStart only via variant SSETCHAR1RDIR_FUNC
SDATEStandard selection screen generation: Date RDIR_SDATEDATS8SYDATS
STIMEStandard selection screen generation: Time RDIR_STIMECHAR6SYCHAR06
IDATESelection screen generation: Date RDIR_IDATEDATS8SYDATS
ITIMESelection screen generation: Time RDIR_ITIMECHAR6SYCHAR06
LDBNAMELDB name LDBNAMCHAR20LDBNAMELDBSH_LDBD
UCCHECKFlag, if unicode check was performed UCCHECKCHAR1SYCHAR01
TADIR 0
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
KORRNUMRequest/task up to and including Release 3.0 TRKORR_OLDCHAR10TRKORR_OLD
SRCSYSTEMOriginal System of Object SRCSYSTEMCHAR10SYSNAME
AUTHORPerson Responsible for a Repository Object RESPONSIBLCHAR12AS4USERUSER_ADDR
SRCDEPRepair Flag for Repository Object REPAIRCHAR1SYSDEP
DEVCLASSPackage DEVCLASSCHAR30DEVCLASSDVCDEVCLASS
GENFLAGGeneration flag GENFLAGCHAR1GENFLAG
EDTFLAGFlag: Object can only be edited with a special editor EDTFLAGCHAR1AS4FLAG
CPROJECTInternal Use CPROJECTCHAR8CPROJECT
MASTERLANGOriginal Language in Repository objects MASTERLANGLANG1ISOLASPRASH_T002
VERSIDInternal Use VERSIONIDCHAR20VERSIONID
PAKNOCHECKException Indicator for Package Check PAKNOCHECKCHAR1PAKNOCHECK
OBJSTABLTY Obsolete Field0
COMPONENTSoftware Component DLVUNITCHAR30DLVUNITH_CVERS
CRELEASESAP Release SAPRELEASECHAR10CHAR10
DELFLAGDeletion Flag OBJDELFLAGCHAR1AS4FLAG
TRANSLTTXTTranslate Technical Texts into Development Language TRANSLTTXTCHAR1TRANSLTTXT
CREATED_ONCreation Date of the Object CREATIONDTDATS8AS4DATE
CHECK_DATEChecked on SCC_DATEDATS8SCC_DATE
CHECK_CFGCheck Configuration SCC_CFGCHAR30SCC_CONFIG_ID
T_CODING 0

Key field Non-key field



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

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

How to access SAP table EFG_STRN_PROG

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