INSTVERS SAP (Documentation for installation Status and History) Table details

Dictionary Type: Table
Description: Documentation for installation Status and History




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




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

INSTVERS is a standard SAP Table which is used to store Documentation for installation Status and History data and is available within R/3 SAP systems depending on the version and release level.

The INSTVERS table consists of various fields, each holding specific information or linking keys about Documentation for installation Status and History data available in SAP. These include R3RELEASE (SAP Release), SAPSID (Character Field Length = 10), SYSID (SAP System ID), OPSYS (Operating System of Application Server).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP INSTVERS 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
IDNatural Number INT4INT410INT4
R3RELEASESAP Release SAPRELEASECHAR10CHAR10
SAPSIDCharacter Field Length = 10 CHAR10CHAR10CHAR10
SYSIDSAP System ID SYSTEMIDCHAR2CHAR2
OPSYSOperating System of Application Server SYOPSYSCHAR10SYOPSYS
HOSTNAMEApplication Server SYHOSTCHAR32HOST_ID
DBHOSTNAMEApplication Server SYHOSTCHAR32HOST_ID
DBTYPECentral Database System SYDBSYSCHAR10SYCHAR10
DATUMDate DATUMDATS8DATUM
TIMEField of type TIMS TIMSTIMS6TIME
ACTIONActiono (installation, system copy...) ILACTIONCHAR1ILACTION
STATUSNatural Number INT4INT410INT4
TOOLTool for carrying out the action ILTOOLCHAR10ILTOOL
INFO128 character CHAR128CHAR128CHAR128

Key field Non-key field



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

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

SELECT SINGLE *
FROM INSTVERS
INTO CORRESPONDING FIELDS OF WA_INSTVERS
WHERE...

How to access SAP table INSTVERS

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