EFG_STRN_FORM SAP (Application Form) Structure details

Dictionary Type: Structure
Description: Application Form




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




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

EFG_STRN_FORM 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 "Application Form" 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_FORM TYPE EFG_STRN_FORM.

The EFG_STRN_FORM table consists of various fields, each holding specific information or linking keys about Application Form data available in SAP. These include CLIENT (Client), FORMKEY (Application form), FORMCLASS (Form Class), TDFORM (Form Name).. 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 (Deep)


SAP EFG_STRN_FORM 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
EFRM 0
CLIENTClient MANDTCLNT3MANDT
FORMKEYApplication form FORMKEYCHAR30FORMKEYFOM
FORMCLASSForm Class FORMCLASSCHAR30FORMCLASSFCL
TDFORMForm Name TDFORMCHAR16TDFORM
EXIT_BIBLUser exit include EXIT_BIBLCHAR40PROGRAMM
USER_TOPUser top include USER_TOPCHAR40PROGRAMM
ORIG_SYSTOriginal system of application form EFG_ORG_SYCHAR8SYCHAR08
ERDATDate on Which the Record was Created EFG_DTE_ERDATDATS8DATUM
ERNAMName of Person who Created the Object EFG_DTE_ERNAMCHAR12USNAM
ERSAPSAP Action EFG_KZSAPCHAR1RF_KENNZX
AEDATChanged On EFG_DTE_AEDATDATS8DATUM
AENAMName of Person who Changed Object EFG_DTE_AENAMCHAR12USNAM
AEUZEITTime of Last Change to Work Plan E_AEUZEITTIMS6SYTIME
AESAPSAP Action EFG_KZSAPCHAR1RF_KENNZX
DESCRIPTText for application form DESCR_FORMCHAR50TEXT50
EXIT_INITUser Exit before Hierarchy Interpretation RF_EXIT_BEFORECHAR20RF_USER_EXIT
EXIT_CLOSEUser Exit After Hierarchy Interpretation RF_EXIT_AFTERCHAR20RF_USER_EXIT
EXIT_DISPATCHUser Exit for Data Dispatch EFG_DTE_DATADISPATCH_EXITCHAR20RF_USER_EXIT
FORMTYPEType of Application Form EFG_DTE_FORMTYPECHAR2EFG_FORMTYPE
SMARTFORMSmartForm for Application Form EFG_DTE_SMARTFORMCHAR30TDSFNAMESH_STXFADM
REFCLIENTSource Client for Accessing Other Clients EFG_DTE_SRCCLIENTCLNT3MANDT
ISLINKReference EFG_DTE_FLG_ISLINKCHAR1EFG_FLAG
GENGUIDGUID of Application Form EFG_DTE_GENGUIDRAW16SYSUUID
FORMGUIDGUID of Application Form EFG_DTE_GENGUIDRAW16SYSUUID
FUNC_NAMEGenerated Module EFG_DTE_GENFUNCCHAR30FUNCNAME
FUNC_POOLFunction group, to which the function module belongs RS38L_AREACHAR26AREA
CROSSFCLASSCross-Form Class Collection EFG_DTE_CROSSFCLASSCHAR1EFG_FLAG
ADFORMPDF-Based Forms: Form Name FPWBFORMNAMECHAR30FPNAMEFPWBFORMHFPWBFORM
DATADISPATCH_MODData Dispatch Mode EFG_DTE_DATADISPATCH_MODECHAR10EFG_DATADISPATCH_MODE
OCL_CONTROLControl of Open/Close Optimization EFG_DTE_OCL_CONTROLCHAR1EFG_OCL_CONTROL
PDF_DYNAMICDynamic PDF Form EFG_DTE_PDF_DYNAMICCHAR1EFG_FLAG
ARCH_DOCTYPEDocument type SAEOBJARTCHAR10SADC10_DVDOK
REC_ADDR_FORM_IDID of Address Format EFG_ADD_FORM_IDCHAR4EFG_ADD_FORM_ID
T_EFRMSTR 0
T_EFRMXV 0
T_EFRMLAN 0
T_EFRMTE 0
T_EFRMSTRTE 0
T_COLLECTION 0
T_COLLECTIONT 0

Key field Non-key field



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

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

How to access SAP table EFG_STRN_FORM

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