CONVDOMS SAP (CNV: Domains required by conversion package) Structure details

Dictionary Type: Structure
Description: CNV: Domains required by conversion package




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




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

CONVDOMS 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 "CNV: Domains required by conversion package" 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_CONVDOMS TYPE CONVDOMS.

The CONVDOMS table consists of various fields, each holding specific information or linking keys about CNV: Domains required by conversion package data available in SAP. These include PACKID (Conversion: Conversion package number), DOMNAME (Domain name), ROLLNAME (Data element (semantic domain)), CONVFUNC (Name of the used routine).. 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: Can be enhanced (character-type)


SAP CONVDOMS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PACKIDConversion: Conversion package number CONV_PACKCHAR5CNV_PACK_NO
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
CONVFUNCName of the used routine CONV_FUNCCHAR30CNV_ROUT_FUNC
EXCLUDEConversion: Exclusion indicator CONV_EXCLCHAR1CNV_EXCL
CONVTYPEConversion: Type of routine used CONV_TYPECHAR1CNV_ROU_TYPE
CONVPROGProgram (include) containing the routine CONV_PROGCHAR40CNV_PROG
ORGUNITConversion: Organizational unit for delimitation CONV_ORGCHAR10CNV_ORG_UNIT_DE
PRIOSEQConversion: Sequence Number CONV_ORDCHAR2CNV_ORD
PACKID_SRCNumber of source package CONV_SRCPACKCHAR5CNV_SRCPACK
MCPOSPosition in copy loop at which the field is converted CONV_MCPOSCHAR1CNVMCPOS
CREATEDCreator of control data CONV_CTRL_DATA_CREATORCHAR40CNV_CTRL_DATA_CREATOR
CRDATECreation date CONV_CREATE_DATEDATS8CNV_CREATE_DATE
CRTIMECreation time CONV_CREATE_TIMETIMS6CNV_CREATE_TIME
CRUSERCreating user CONV_CREATE_USERCHAR12CNV_CREATE_USER
CHANGEDModifier of control data CONV_CTRL_DATA_MODIFIERCHAR40CNV_CTRL_DATA_MODIFIER
CHDATEChange date CONV_CHANGE_DATEDATS8CNV_CHANGE_DATE
CHTIMEChange time CONV_CHANGE_TIMETIMS6CNV_CHANGE_TIME
CHUSERChange user CONV_CHANGE_USERCHAR12CNV_CHANGE_USER
SOURCEControl data source CONV_CTRL_DATA_SOURCECHAR1CNV_CTRL_DATA_SOURCE

Key field Non-key field



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

As CONVDOMS 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 CONVDOMS as there is no data to select.

How to access SAP table CONVDOMS

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