The EFRMTRANSTAB table in SAP ERP or S/4HANA stores Link Between Transaction and Form Class data. There are total 5 fields in EFRMTRANSTAB table. The Link Between Transaction and Form Class table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of EFRMTRANSTAB table. It is in Print Workbench (EEPW) ABAP package and is part of the Print Workbench (CA-GTF-PWB) module.
SAP EFRMTRANSTAB Table Fields
Following is the list of fields that are available in SAP EFRMTRANSTAB table. The primary key fields of the table are AREA (Name Range for SAP or Customer), TCODE (Transaction Code for Table EFRMTRANSTAB), FIELD (Field Name for Application Form Search Help), LFDNR (Sequence Number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| AREA | Name Range for SAP or Customer | RF_AREA | CHAR (1) | |
| TCODE | Transaction Code for Table EFRMTRANSTAB | RF_TCODE | * | CHAR (20) |
| FIELD | Field Name for Application Form Search Help | RF_FIELD | CHAR (60) | |
| LFDNR | Sequence Number | LFDNR | CHAR (3) | |
| FORMCLASS | Form Class | FORMCLASS | EFCL | CHAR (30) |


