EFG_FORMLOG SAP (Logs for Generating Application Forms) Table details

Dictionary Type: Table
Description: Logs for Generating Application Forms




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




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

EFG_FORMLOG is a standard SAP Table which is used to store Logs for Generating Application Forms data and is available within R/3 SAP systems depending on the version and release level.

The EFG_FORMLOG table consists of various fields, each holding specific information or linking keys about Logs for Generating Application Forms data available in SAP. These include FORMKEY (Application form), GENFUNC (Generated Module), GENDAT (Date of Generation), GENTIM (Time of generation).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EFG_FORMLOG table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FORMKEYApplication form FORMKEYCHAR30EFRMFORMKEYFOM
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 table EFG_FORMLOG using ABAP code

The following ABAP code Example will allow you to do a basic selection on EFG_FORMLOG to SELECT all data from the table
DATA: WA_EFG_FORMLOG TYPE EFG_FORMLOG.

SELECT SINGLE *
FROM EFG_FORMLOG
INTO CORRESPONDING FIELDS OF WA_EFG_FORMLOG
WHERE...

How to access SAP table EFG_FORMLOG

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