VERSSUBOBJ SAP (Table structures for a versionable object) Table details

Dictionary Type: Table
Description: Table structures for a versionable object




ABAP Code to SELECT data from VERSSUBOBJ
Related tables to VERSSUBOBJ
Access table VERSSUBOBJ




Table field list including key, data, relationships and ABAP select examples

VERSSUBOBJ is a standard SAP Table which is used to store Table structures for a versionable object data and is available within R/3 SAP systems depending on the version and release level.

The VERSSUBOBJ table consists of various fields, each holding specific information or linking keys about Table structures for a versionable object data available in SAP. These include VERSNO (Version Management: Version Number), ACTFLAG (Activation flag for versionable objects), SUBOBJ (Name of a section of a versionable object), SUBTYPE (CHAR05 data element for SYST).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VERSSUBOBJ table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
OBJECTObject Type TROBJTYPECHAR4VERSOBJOBJECTSCTSOBJECT
VERSNOVersion Management: Version Number VERSNONUMC5VERSNO
ACTFLAGActivation flag for versionable objects VERSACTFLCHAR1VERSACTFL
SUBOBJName of a section of a versionable object VERSSOBJCHAR15VERSSOBJ
SUBTYPECHAR05 data element for SYST SYCHAR05CHAR5SYCHAR05
DDIC_STRUCTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
DELTASTRUCTable Name TABNAMECHAR30DD02LAS4TABDTB
MKDEL_FUNCName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
MERGE_FUNCName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
ADD_FUNCName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
F_GET_PARParameter name RS38L_PAR_CHAR30FUPARAREFRS38L_PARA
GT_VRS_PARParameter name RS38L_PAR_CHAR30RS38L_PARA
CHECK_TIMETime of the last structure scheck VERSTSTAMPCHAR14TIMESTMP
TABLE_TYPEName of table type TTYPENAMECHAR30Assigned to domainTTYPENAMETTYP

Key field Non-key field



How do I retrieve data from SAP table VERSSUBOBJ using ABAP code

The following ABAP code Example will allow you to do a basic selection on VERSSUBOBJ to SELECT all data from the table
DATA: WA_VERSSUBOBJ TYPE VERSSUBOBJ.

SELECT SINGLE *
FROM VERSSUBOBJ
INTO CORRESPONDING FIELDS OF WA_VERSSUBOBJ
WHERE...

How to access SAP table VERSSUBOBJ

Within an ECC or HANA version of SAP you can also view further information about VERSSUBOBJ and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!