COMC_PR_MAPPING SAP (Mapping Table for CRM Product Structures) Table details

Dictionary Type: Table
Description: Mapping Table for CRM Product Structures




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




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

COMC_PR_MAPPING is a standard SAP Table which is used to store Mapping Table for CRM Product Structures data and is available within R/3 SAP systems depending on the version and release level.

The COMC_PR_MAPPING table consists of various fields, each holding specific information or linking keys about Mapping Table for CRM Product Structures data available in SAP. These include TARGET_FIELD (Name of Target Field to Which Is Being Mapped), SOURCE_NAME (Name of Source Structure to Which Is Being Mapped), SOURCE_FIELD (Name of Source Field to Which is Being Mapped), MAPPING_CLASS (OO Class Where the Mapping Method Is).. 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: Cannot Be Enhanced


SAP COMC_PR_MAPPING 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
TARGET_NAMEName of Target Structure to Which Is Being Mapped COMT_PR_MAP_TARGET_NAMECHAR30OBJECTNAME
TARGET_FIELDName of Target Field to Which Is Being Mapped COMT_PR_MAP_TARGET_FIELDCHAR30Assigned to domainFDNAME
SOURCE_NAMEName of Source Structure to Which Is Being Mapped COMT_PR_MAP_SOURCE_NAMECHAR30OBJECTNAME
SOURCE_FIELDName of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
MAPPING_CLASSOO Class Where the Mapping Method Is COMT_PR_MAP_CLASSCHAR30SEOCLSNAME
MAPPING_METHODOO Method, Which Carries Out Mapping COMT_PR_MAP_METHODCHAR30CHAR30
IMPORT_PARAM_2Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_3Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_4Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_5Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_6Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_7Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_8Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_9Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_10Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_11Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_12Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_13Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_14Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_15Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
IMPORT_PARAM_16Name of Source Field to Which is Being Mapped COMT_PR_MAP_SOURCE_FIELDCHAR30Assigned to domainFDNAME
SETTYPE_IDSet Type ID: Internal Format COMT_SETTYPE_IDCHAR16CHAR16COM_SETTYPE_GENERATED
SETTYPE_FIELDName of Set Type Field COMT_SETTYPE_FIELDCHAR30Assigned to domainFDNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM COMC_PR_MAPPING
INTO CORRESPONDING FIELDS OF WA_COMC_PR_MAPPING
WHERE...

How to access SAP table COMC_PR_MAPPING

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