The BPFI_NODE_TEXTS table in SAP ERP or S/4HANA stores BPF Additional Text Table data. There are total 5 fields in BPFI_NODE_TEXTS table. The BPF Additional Text Table 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_NODE_TEXTS 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_NODE_TEXTS Table Fields
Following is the list of fields that are available in SAP BPFI_NODE_TEXTS table. The primary key fields of the table are NODE_CAT (Node Category), LAYOUT_ID (Layout ID), TEXT_FIELD (Field for Node Text), SPRAS (Language Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| NODE_CAT | Node Category | BPF_NODE_CAT | BPFI_NODEINFO | CHAR (4) |
| LAYOUT_ID | Layout ID | BPF_LAYOUT_ID | BPFI_NODEINFO | CHAR (30) |
| TEXT_FIELD | Field for Node Text | BPF_TEXT_FIELD | CHAR (30) | |
| SPRAS | Language Key | LANGU | T002 | LANG (1) |
| TEXT | Additional Text for Node | BPF_TEXT | CHAR (30) |


