The FPLAYOUT table in SAP ERP or S/4HANA stores Form Objects: Layout data. There are total 10 fields in FPLAYOUT table. The Form Objects: Layout 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 FPLAYOUT table. It is in SAP Form Processing (API) (SAFPAPI) ABAP package and is part of the Forms Processing (BC-SRV-FP) module.
SAP FPLAYOUT Table Fields
Following is the list of fields that are available in SAP FPLAYOUT table. The primary key fields of the table are NAME (Name of a Form Object), STATE (Status of Form Object).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| NAME | Name of a Form Object | FPNAME | CHAR (30) | |
| STATE | Status of Form Object | FPSTATE | CHAR (1) | |
| FIRSTUSER | Created by | FPFIRSTUSER | CHAR (12) | |
| FIRSTDATE | Created On | FPFIRSTDATE | DATS (8) | |
| FIRSTTIME | Created At | FPFIRSTTIME | TIMS (6) | |
| LASTUSER | Last Changed by | FPLASTUSER | CHAR (12) | |
| LASTDATE | Changed On | FPLASTDATE | DATS (8) | |
| LASTTIME | Last changed at | FPLASTTIME | TIMS (6) | |
| FORMTECH | Layout Technology | FPFORMTECH | CHAR (1) | |
| TYPE | Layout Type | FPLAYOUTTYPE | CHAR (1) |


