The DSYAX table in SAP ERP or S/4HANA stores Structures: Parameters for Views on a Book data. There are total 6 fields in DSYAX table. The Structures: Parameters for Views on a Book 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 DSYAX table. It is in SAPfind (SF) ABAP package and is part of the Implementation Guide (BC-CUS-TOL-IMG) module.
SAP DSYAX Table Fields
Following is the list of fields that are available in SAP DSYAX table. The primary key fields of the table are OUTLINE (Structures: name of the structure), VIEWNAME (Structures: Name of View), VIEW_TYP (View type), SEQN4 (Sequential number, 5 characters).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OUTLINE | Structures: name of the structure | DOKU_OUTLI | CHAR (12) | |
| VIEWNAME | Structures: Name of View | DOKU_VIEWN | CHAR (12) | |
| VIEW_TYP | View type | DOKU_VIEWO | CHAR (4) | |
| SEQN4 | Sequential number, 5 characters | DOKU_SEQN5 | NUMC (5) | |
| VIEW_DATA1 | Data field no. 1 for view | DOKU_VIEWC | CHAR (20) | |
| VIEW_DATA2 | Data field no. 2 for view | DOKU_VIEWV | CHAR (65) |


