RCCS_ADMIN_VERSION SAP (RCCF: Engine Version Information) Structure details

Dictionary Type: Structure
Description: RCCF: Engine Version Information




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




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

RCCS_ADMIN_VERSION is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "RCCF: Engine Version Information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RCCS_ADMIN_VERSION TYPE RCCS_ADMIN_VERSION.

The RCCS_ADMIN_VERSION table consists of various fields, each holding specific information or linking keys about RCCF: Engine Version Information data available in SAP. These include VER (Version Display for External Engine), ENGINE_RELEASE (Version Display for External Engine), SP_LEVEL (Version Display for External Engine), PLATFORM (Version Display for External Engine).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RCCS_ADMIN_VERSION structure 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
DEST_IDDestination ID of External Engine in RCCF RCC_DEST_IDCHAR10RCC_DO_CIDRCCSD_DESTID
VERVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
ENGINE_RELEASEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
SP_LEVELVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
PLATFORMVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
LATEST_CHANGEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
BUILD_TIMESTAMPVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
EXE_TYPEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
P4_BRANCHVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
APO_RELEASEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
BUILD_MACHINEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
BUILD_TIME_EPOCHNatural Number INT4INT410INT4
COPYRIGHTVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
FILE_DESCRIPTIONVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
INTERFACEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
INTERNAL_NAMEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
NW_RELEASEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
OPT_IDVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
ORIGINAL_FILENAMEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
OSS_COMPONENTVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
PRODUCT_NAMEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
PRODUCT_VERSIONVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
PROGRAM_PATHChar255 CHAR255CHAR255CHAR255
HOSTNAMEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
PPMS_SC_NAMEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
PPMS_SC_VERSIONVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
PPMS_SP_NAMEVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
PPMS_SP_VERSIONVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
PPMS_SP_PATCHLEVELVersion Display for External Engine RCC_ADMIN_VERCHAR50CHAR50
APPRCCF Application ID RCC_APPCHAR4RCC_DO_APPRCCSD_APP

Key field Non-key field



How do I retrieve data from SAP structure RCCS_ADMIN_VERSION using ABAP code?

As RCCS_ADMIN_VERSION is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RCCS_ADMIN_VERSION as there is no data to select.

How to access SAP table RCCS_ADMIN_VERSION

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