The FMFSSDEF table in SAP ERP or S/4HANA stores Edit Field Status String data. There are total 7 fields in FMFSSDEF table. The Edit Field Status String 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 FMFSSDEF table. It is in New budgeting: FM application part (FMBPA_E) ABAP package and is part of the Budgeting (PSM-FM-BCS-BU) module.
SAP FMFSSDEF Table Fields
Following is the list of fields that are available in SAP FMFSSDEF table. The primary key fields of the table are CLIENT (Client), FSS (Field Status Definition), FIELDNAME (Field name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| FSS | Field Status Definition | BUCU_FSS | FMFSS | CHAR (4) |
| FIELDNAME | Field name | BUKU_FIELDNAME | BUFIELDS | CHAR (30) |
| FLG_HIDE | Checkbox | XFELD | CHAR (1) | |
| FLG_OUTPUT | Checkbox | XFELD | CHAR (1) | |
| FLG_MANDATORY | Checkbox | XFELD | CHAR (1) | |
| FLG_OPTIONAL | Checkbox | XFELD | CHAR (1) |


