RSCNVCG SAP (Conversion Groups) Table details

Dictionary Type: Table
Description: Conversion Groups




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




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

RSCNVCG is a standard SAP Table which is used to store Conversion Groups data and is available within R/3 SAP systems depending on the version and release level.

The RSCNVCG table consists of various fields, each holding specific information or linking keys about Conversion Groups data available in SAP. These include IPRONM (InfoProvider Being Converted), OBJVERS (Object version), OPNO (Operation Number), OPTYPE (Operation Type).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSCNVCG 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
CGNMRemodeling Rule Name RSMRT_CGNMCHAR10RSMRT_CGNM
IPRONMInfoProvider Being Converted RSMRT_IPRONMCHAR30RSINFOPROV
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
OPNOOperation Number RSMRT_OPNONUMC3RSMRT_OPNO
OPTYPEOperation Type RSMRT_OPTYPECHAR10RSMRT_OPTYPE
PARAM1Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM2Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM3Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM4Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM5Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM6Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM7Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM8Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM9Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM10Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM11Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM12Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM13Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAM14Operation Parameter RSMRT_PARAMCHAR60RSMRT_PARAM
PARAMCONSTDim: Field for a User-Defined Characteristic Value RSCHAVLSSTR1333RSCHAVL

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSCNVCG
INTO CORRESPONDING FIELDS OF WA_RSCNVCG
WHERE...

How to access SAP table RSCNVCG

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