The DSYGL table in SAP ERP or S/4HANA stores DSYS Parent-child Table – Grouping Lines data. There are total 7 fields in DSYGL table. The DSYS Parent-child Table – Grouping Lines 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 DSYGL table. It is in SAPfind (SF) ABAP package and is part of the Implementation Guide (BC-CUS-TOL-IMG) module.
SAP DSYGL Table Fields
Following is the list of fields that are available in SAP DSYGL table. The primary key fields of the table are OUTLINE (Hypertext Structure), LEVL (Level in DSYS structure), PAR_CLASS (Hypertext: Object Class), PAR_ONAME (Documentation Object Name), SEQNO (Sequence number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OUTLINE | Hypertext Structure | OUTLINE | CHAR (12) | |
| LEVL | Level in DSYS structure | LEVL | NUMC (1) | |
| PAR_CLASS | Hypertext: Object Class | DOKU_CLASS | CHAR (4) | |
| PAR_ONAME | Documentation Object Name | DOKU_ONAME | CHAR (20) | |
| SEQNO | Sequence number | DOKU_SEQNO | NUMC (2) | |
| DOKCLASS | Hypertext: Object Class | DOKU_CLASS | CHAR (4) | |
| DOKNAME | Documentation Object Name | DOKU_ONAME | CHAR (20) |


