The FUSEQDIR table in SAP ERP or S/4HANA stores Test sequences data. There are total 7 fields in FUSEQDIR table. The Test sequences 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 FUSEQDIR table. It is in Function Builder (SFCS) ABAP package and is part of the Function Builder (BC-DWB-TOO-FUB) module.
SAP FUSEQDIR Table Fields
Following is the list of fields that are available in SAP FUSEQDIR table. The primary key fields of the table are UNAME (Author of development object), SEQNR (Counter), GRUPPE (Function group, to which the function module belongs), NAME (Name of ABAP Workbench Object), NUMMER (Name of ABAP Workbench Object), LNUMMER (Counter).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| UNAME | Author of development object | EU_AUTOR | CHAR (12) | |
| SEQNR | Counter | NUM03 | NUMC (3) | |
| GRUPPE | Function group, to which the function module belongs | RS38L_AREA | CHAR (26) | |
| NAME | Name of ABAP Workbench Object | EU_NAME | CHAR (30) | |
| NUMMER | Name of ABAP Workbench Object | EU_NAME | CHAR (30) | |
| LNUMMER | Counter | NUM03 | NUMC (3) | |
| KOMMENTAR | Function name | FUNCNAME | CHAR (30) |


