SAP VERSSUBOBJ Table structures for a versionable object Table
Overview
VERSSUBOBJ is a standard SAP S/4HANA table that stores Table structures for a versionable object data. There are total 14 fields in the VERSSUBOBJ table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table VERSSUBOBJ belongs to SAP Note Assistant (BC-UPG-NA) module and is located in the package Basis Versions (SVRS).
In addition, following links provide an overview of foreign key relationships, if any, that link VERSSUBOBJ to other SAP tables and standard CDS views available based on VERSSUBOBJ table in S/4HANA 2020.
Techincal Settings of VERSSUBOBJ
Below are technical details of the table VERSSUBOBJ
- Buffering switched on
- Full buffering as specified by generic key
- Storage type is Column Store
List of VERSSUBOBJ Fields
The following table gives you an overview of the fields available in VERSSUBOBJ
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| OBJECT | Object Type | TROBJTYPE | VERSOBJ | CHAR | 4 |
| VERSNO | Version Management: Version Number | VERSNO | NUMC | 5 | |
| ACTFLAG | Activation flag for versionable objects | VERSACTFL | CHAR | 1 | |
| SUBOBJ | Name of a section of a versionable object | VERSSOBJ | CHAR | 15 | |
| SUBTYPE | CHAR05 data element for SYST | SYCHAR05 | CHAR | 5 | |
| DDIC_STRUC | Table Name | TABNAME | * | CHAR | 30 |
| DELTASTRUC | Table Name | TABNAME | DD02L | CHAR | 30 |
| MKDEL_FUNC | Name of Function Module | RS38L_FNAM | TFDIR | CHAR | 30 |
| MERGE_FUNC | Name of Function Module | RS38L_FNAM | TFDIR | CHAR | 30 |
| ADD_FUNC | Name of Function Module | RS38L_FNAM | TFDIR | CHAR | 30 |
| F_GET_PAR | Parameter name | RS38L_PAR_ | FUPARAREF | CHAR | 30 |
| GT_VRS_PAR | Parameter name | RS38L_PAR_ | CHAR | 30 | |
| CHECK_TIME | Time of the last structure scheck | VERSTSTAMP | CHAR | 14 | |
| TABLE_TYPE | Name of table type | TTYPENAME | * | CHAR | 30 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for VERSSUBOBJ
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| VERSSUBOBJ | ADD_FUNC | : | TFDIR |
| VERSSUBOBJ | DELTASTRUC | : | DD02L |
| VERSSUBOBJ | F_GET_PAR | : | FUPARAREF |
| VERSSUBOBJ | MERGE_FUNC | : | TFDIR |
| VERSSUBOBJ | MKDEL_FUNC | : | TFDIR |
| VERSSUBOBJ | OBJECT | : | VERSOBJ |