The BPFI_LAYOUT table in SAP ERP or S/4HANA stores Layout Table for Business Process Flow data. There are total 6 fields in BPFI_LAYOUT table. The Layout Table for Business Process Flow 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 BPFI_LAYOUT table. It is in Business Process Flow DDIC objects (BPF_DDIC) ABAP package and is part of the Business Document Flow (CA-GTF-BPF) module.
SAP BPFI_LAYOUT Table Fields
Following is the list of fields that are available in SAP BPFI_LAYOUT table. The primary key fields of the table are LAYOUT_ID (Layout ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| LAYOUT_ID | Layout ID | BPF_LAYOUT_ID | CHAR (30) | |
| LABEL_SWITCH | Label Switch | BPF_LABEL_SWITCH | CHAR (1) | |
| LABEL_POPOVER_SWITCH | Label Popover Switch | BPF_LABEL_POPOVER_SWITCH | CHAR (1) | |
| NODE_POPOVER_SWTICH | Node Popover Switch for BPF | BPF_NODE_POPOVER_SWITCH | CHAR (1) | |
| MAIN_NAVGN_SWITCH | Main Navigation Switch | BPF_MAIN_NAVGN_SWITCH | CHAR (1) | |
| NAVGN_SWITCH | Switch for Navigation Actions | BPF_NAVGN_SWITCH | CHAR (1) |


