CNVHCM_PARDEF SAP (TDMS4HCM: Parameter Object Definitions) Table details

Dictionary Type: Table
Description: TDMS4HCM: Parameter Object Definitions




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




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

CNVHCM_PARDEF is a standard SAP Table which is used to store TDMS4HCM: Parameter Object Definitions data and is available within R/3 SAP systems depending on the version and release level.

The CNVHCM_PARDEF table consists of various fields, each holding specific information or linking keys about TDMS4HCM: Parameter Object Definitions data available in SAP. These include MOLGA (TDMS4HCM: Country / Area Id), PARAM (TDMS4HCM: Table Grouping), VALNUM (Numc3, internal use), DEVCTAB (TDMS4HCM: Development Class / Table).. 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: Can be enhanced (character-type or numeric)


SAP CNVHCM_PARDEF 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
MOLGATDMS4HCM: Country / Area Id CNV_HCM_MOLGACHAR2Assigned to domainCNV_HCM_MOLGA
PARAMTDMS4HCM: Table Grouping CNV_HCM_PARAMCHAR20Assigned to domainCNVHCM_PARAMS
VALNUMNumc3, internal use NUMC3NUMC3NUMC3
DEVCTABTDMS4HCM: Development Class / Table CNV_HCM_DEVTABCHAR10CNV_HCM_DEVTAB
SIGNTDMS4HCM: Sign: 'I' or 'E' - (Including or Excluding) CNV_HCM_SIGNCHAR1CNV_HCM_SIGN
SOPTIONTDMS4HCM: Option CNV_HCM_OPTICHAR2CNV_HCM_OPTI
VALUE_LOWLow Value CNV_MBT_VALUE_LOWCHAR45RSSELVALUE
VALUE_HIGHHigh Value CNV_MBT_VALUE_HIGHCHAR45RSSELVALUE
OTYPETDMS4HCM: Object type CNV_HCM_OTYPECHAR2CNV_HCM_OTYPE
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVHCM_PARDEF
INTO CORRESPONDING FIELDS OF WA_CNVHCM_PARDEF
WHERE...

How to access SAP table CNVHCM_PARDEF

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