The FPLAYOUTT table in SAP ERP or S/4HANA stores Form Objects: Layout – Textual Description data. There are total 5 fields in FPLAYOUTT table. The Form Objects: Layout – Textual Description 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 FPLAYOUTT table. It is in SAP Form Processing (API) (SAFPAPI) ABAP package and is part of the Forms Processing (BC-SRV-FP) module.
SAP FPLAYOUTT Table Fields
Following is the list of fields that are available in SAP FPLAYOUTT table. The primary key fields of the table are NAME (Name of a Form Object), STATE (Status of Form Object), LANGUAGE (Language Key), ID (GUID in ‘CHAR’ Format in Uppercase).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| NAME | Name of a Form Object | FPNAME | FPLAYOUT | CHAR (30) |
| STATE | Status of Form Object | FPSTATE | CHAR (1) | |
| LANGUAGE | Language Key | SPRAS | LANG (1) | |
| ID | GUID in ‘CHAR’ Format in Uppercase | GUID_32 | CHAR (32) | |
| DIRTY | Boolean Value (True or False) | FPBOOL | CHAR (1) |


