EFG_STR_FORMLOG SAP (Fields of Generation Log) Structure details

Dictionary Type: Structure
Description: Fields of Generation Log




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




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

EFG_STR_FORMLOG 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 "Fields of Generation Log" 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_FORMLOG TYPE EFG_STR_FORMLOG.

The EFG_STR_FORMLOG table consists of various fields, each holding specific information or linking keys about Fields of Generation Log data available in SAP. These include GENDAT (Date of Generation), GENTIM (Time of generation), GENNAM (Name of last user to generate the print program), VERN_LIBPROG (Version 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: Cannot Be Enhanced


SAP EFG_STR_FORMLOG 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
GENFUNCGenerated Module EFG_DTE_GENFUNCCHAR30Assigned to domainFUNCNAME
GENDATDate of Generation EFG_GENDATDATS8DATUM
GENTIMTime of generation EFG_GENTIMTIMS6SYTIME
GENNAMName of last user to generate the print program EFG_GENNAMCHAR12USNAM
VERN_LIBPROGVersion number VERNCHAR6SYCHAR06
VERN_USERTOPVersion number VERNCHAR6SYCHAR06
VERN_EXITBIBLVersion number VERNCHAR6SYCHAR06
GENGUIDGUID of Application Form EFG_DTE_GENGUIDRAW16SYSUUID
FCLASSGUIDGUID of Form Class EFG_DTE_FCLASSGUIDRAW16SYSUUID
BUILDVERSIONBuild Version for Generated Program EFG_DTE_BUILDVERSIONNUMC3NUMC3
STATUSStatus EFG_DTE_STATUSCHAR1EFG_STATUS
FORMCLASSForm Class FORMCLASSCHAR30Assigned to domainFORMCLASSFCL
EXIT_BIBLUser exit include EXIT_BIBLCHAR40Assigned to domainPROGRAMM
USER_TOPUser top include USER_TOPCHAR40Assigned to domainPROGRAMM
TDFORMForm Name TDFORMCHAR16TDFORM
SMARTFORMSmartForm for Application Form EFG_DTE_SMARTFORMCHAR30Assigned to domainTDSFNAMESH_STXFADM

Key field Non-key field



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

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

How to access SAP table EFG_STR_FORMLOG

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