EFRMGENETAB SAP (Log Table for Generations) Table details

Dictionary Type: Table
Description: Log Table for Generations




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




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

EFRMGENETAB is a standard SAP Table which is used to store Log Table for Generations data and is available within R/3 SAP systems depending on the version and release level.

The EFRMGENETAB table consists of various fields, each holding specific information or linking keys about Log Table for Generations data available in SAP. These include GENDAT (Date of Generation), GENTIM (Time of generation), FORMKEY (Application form), GENNAM (Name of last user to generate the print program).. 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: Not classified


SAP EFRMGENETAB 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
GENDATDate of Generation EFG_GENDATDATS8DATUM
GENTIMTime of generation EFG_GENTIMTIMS6SYTIME
FORMKEYApplication form FORMKEYCHAR30Assigned to domainFORMKEYFOM
GENNAMName of last user to generate the print program EFG_GENNAMCHAR12USNAM
FUNC_POOLGenerated function group for the generated function module FUNC_POOLCHAR26Assigned to domainAREA
FUNC_NAMEName of function module to be generated E_FUNCNAMECHAR30Assigned to domainFUNCNAME
EXIT_BIBLUser exit include EXIT_BIBLCHAR40Assigned to domainPROGRAMM
USER_TOPUser top include USER_TOPCHAR40Assigned to domainPROGRAMM

Key field Non-key field



How do I retrieve data from SAP table EFRMGENETAB using ABAP code

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

SELECT SINGLE *
FROM EFRMGENETAB
INTO CORRESPONDING FIELDS OF WA_EFRMGENETAB
WHERE...

How to access SAP table EFRMGENETAB

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