VERSOBJ SAP (List of the Versionable Objects) Table details

Dictionary Type: Table
Description: List of the Versionable Objects




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




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

VERSOBJ is a standard SAP Table which is used to store List of the Versionable Objects data and is available within R/3 SAP systems depending on the version and release level.

The VERSOBJ table consists of various fields, each holding specific information or linking keys about List of the Versionable Objects data available in SAP. These include VERSNO (Version Management: Version Number), ACTFLAG (Activation flag for versionable objects), MAXVERSNO (Version Management: Version Number), VERSDB (Table Name).. 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 VERSOBJ 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 TROBJTYPECHAR4OBJECTSCTSOBJECT
VERSNOVersion Management: Version Number VERSNONUMC5VERSNO
ACTFLAGActivation flag for versionable objects VERSACTFLCHAR1VERSACTFL
MAXVERSNOVersion Management: Version Number VERSNONUMC5VERSNO
VERSDBTable Name TABNAMECHAR30DD02LAS4TABDTB
RELIDCHAR02 data element for SYST SYCHAR02CHAR2SYCHAR02
FUNC_GETName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
REP_GETABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
FUNC_WRITEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
REP_WRITEABAP Program Name PROGNAMECHAR40TRDIRPROGNAME
FUNC_DISPName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
REP_DISPABAP Program Name PROGNAMECHAR40TRDIRPROGNAME
FUNC_COMPName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
REP_COMPABAP Program Name PROGNAMECHAR40TRDIRPROGNAME
MODI_PARAMParameter name RS38L_PAR_CHAR30FUPARAREFRS38L_PARA
MODI_VALUE 0
NAME_PARAMParameter name RS38L_PAR_CHAR30FUPARAREFRS38L_PARA
INFOSUBOBJName of a section of a versionable object VERSSOBJCHAR15VERSSUBOBJVERSSOBJ
FIELD_DATEField Name FIELDNAMECHAR30DD03LFDNAMEDFD
FIELD_TIMEField Name FIELDNAMECHAR30DD03LFDNAMEDFD
FIELD_AUTHField Name FIELDNAMECHAR30DD03LFDNAMEDFD
APPL_COMPApplication Component UFFCTRCHAR20DF14LUFFCTRBMFR

Key field Non-key field



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

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

SELECT SINGLE *
FROM VERSOBJ
INTO CORRESPONDING FIELDS OF WA_VERSOBJ
WHERE...

How to access SAP table VERSOBJ

Within an ECC or HANA version of SAP you can also view further information about VERSOBJ 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!