EFG_STR_COLL_DYN SAP (Screen Structure for Collection) Structure details

Dictionary Type: Structure
Description: Screen Structure for Collection




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




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

EFG_STR_COLL_DYN 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 "Screen Structure for Collection" 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_STR_COLL_DYN TYPE EFG_STR_COLL_DYN.

The EFG_STR_COLL_DYN table consists of various fields, each holding specific information or linking keys about Screen Structure for Collection data available in SAP. These include FORMCLASS (Form Class), DESCRIPT (Description), USER_TOP (User top include), EXIT_BIBL (User exit include).. 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: Can be enhanced (character-type)


SAP EFG_STR_COLL_DYN 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
FORMKEYApplication form FORMKEYCHAR30EFRMFORMKEYFOM
FORMCLASSForm Class FORMCLASSCHAR30EFCLFORMCLASSFCL
DESCRIPTDescription EFG_DTE_DESCRIPTCHAR60TEXT60
USER_TOPUser top include USER_TOPCHAR40Assigned to domainPROGRAMM
EXIT_BIBLUser exit include EXIT_BIBLCHAR40Assigned to domainPROGRAMM
CROSSFCLASSCross-Form Class Collection EFG_DTE_CROSSFCLASSCHAR1EFG_FLAG
INACTIVEInactive EFG_DTE_INACTIVECHAR1EFG_FLAG
TDDESTSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
TDARMODPrint: Archiving mode SYARMODCHAR1SYARMOD
FLG_ATTACHMENTAppendix EFG_DTE_FLG_ATTACHMENTCHAR1EFG_FLAG
IDENTIFICATIONGeneral Identification EFG_DTE_IDENTIFICATIONCHAR30CHAR30
COND_RDICondition EFG_DTE_CONDITIONCHAR2EFG_CONDITION
RDIRaw Data Interface RF_RDICHAR1RF_RDIRDI
COND_XSFCondition EFG_DTE_CONDITIONCHAR2EFG_CONDITION
XSFOutput Format for SmartForms EFG_DTE_XSFCHAR1EFG_XSF
COND_SENDTYPECondition EFG_DTE_CONDITIONCHAR2EFG_CONDITION
SENDTYPEDocument Transmission Method RF_SENDTYPECHAR10RF_SENDTYPERF_SENDTYPE
XFPOutput Format for PDF-Based Form (XFP) EFG_DTE_XFPCHAR1EFG_XFP
COND_XFPCondition EFG_DTE_CONDITIONCHAR2EFG_CONDITION
NODATA_BEHAVIOURBehavior if No Selection Data Exists EFG_DTE_NODATA_BEHAVIOURCHAR1EFG_NODATA_BEHAVIOUR
GET_DATAReturn Data EFG_DTE_GET_DATACHAR1EFG_GET_DATA
TDSUFFIX1Spool request: Suffix 1 RSPO1NAMECHAR4CHAR4
TDSUFFIX2Spool request: Suffix 2 RSPO2NAMECHAR12CHAR12
GENFUNCGenerated Module EFG_DTE_GENFUNCCHAR30Assigned to domainFUNCNAME
GENDATDate of Generation EFG_GENDATDATS8DATUM
AENAMName of Person who Changed Object EFG_DTE_AENAMCHAR12USNAM
AEDATChanged On EFG_DTE_AEDATDATS8DATUM
COLLNAMEName of Entry in Collection EFG_DTE_COLLNAMECHAR30CHAR30
USER_EXITName of User Exit EFG_DTE_USEREXITCHAR20CHAR20
COMPOSITIONComposite EFG_DTE_COMPOSITIONCHAR20CHAR20
COLLECTIONName of Collection EFG_DTE_COLLECTIONCHAR30Assigned to domainFORMKEY
STATUSICONStatus Icon EFG_DTE_STATUSICONCHAR100TEXT100
STATUSTEXTStatus EFG_DTE_STATUSTEXTCHAR60TEXT60
COLLTYPEType of Entry in a Collection EFG_DTE_COLLTYPECHAR10EFG_COLLTYPE
COLLDESCRIPTDescription EFG_DTE_DESCRIPTCHAR60TEXT60
RELTYPEType of Hierarchical Relationship EFG_DTE_RELTYPECHAR5EFG_RELTYPE
DEVCLASS_TOPPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
DEVCLASS_EXITPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
EDIT_EXITStatus Icon EFG_DTE_STATUSICONCHAR100TEXT100
EDIT_TOPStatus Icon EFG_DTE_STATUSICONCHAR100TEXT100
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FORMTYPEType of Application Form EFG_DTE_FORMTYPECHAR2EFG_FORMTYPE

Key field Non-key field



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

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

How to access SAP table EFG_STR_COLL_DYN

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