CRMC_IT_COPY_MA SAP (Copy Item Categories - General Control Data) Table details

Dictionary Type: Table
Description: Copy Item Categories - General Control Data




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




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

CRMC_IT_COPY_MA is a standard SAP Table which is used to store Copy Item Categories - General Control Data data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_IT_COPY_MA table consists of various fields, each holding specific information or linking keys about Copy Item Categories - General Control Data data available in SAP. These include IT_TYPE_FROM (Item Category: Source Document), IT_TYPE_TO (Item Category: Target Document), BADI_IT_COPY_MA (Copying Routine for Copying BADI), PRICING_COPY (Copy Conditions).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMC_IT_COPY_MA 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
CLIENTClient MANDTCLNT3T000MANDT
IT_TYPE_FROMItem Category: Source Document CRMT_ITEM_TYPE_FROMCHAR4CRMC_ITEM_TYPECRM_ITEM_TYPECRM_ITEM_TYPE
IT_TYPE_TOItem Category: Target Document CRMT_ITEM_TYPE_TOCHAR4CRMC_ITEM_TYPECRM_ITEM_TYPECRM_ITEM_TYPE
BADI_IT_COPY_MACopying Routine for Copying BADI CRMT_BADI_FILTER_VALUECHAR6CRMC_CP_BADI_FCRMT_BADI_FILTER_VALUE
PRICING_COPYCopy Conditions CRMT_PRICING_COPYCHAR1CRM_PRICING_COPY
PRC_COPY_TYPECopy Type PRCT_COPY_TYPECHAR5PRCC_COPY_TYPEPRC_COPY_TYPE
PRAGR_COPY_TYPECopy Control: Price Agreement PRICE_AGRMNT_COPY_TYPE2CHAR1PRICE_AGRMNTC_COPY_TYPE2
CAMPAIGN_COPYCampaign Copy Control CRMT_CAMPAIGN_COPYCHAR1CRM_CAMPAIGN_COPY
STRUCT_EXPL_01Reexplode Structure/Free goods CRMT_STRUCTURE_EXPLODECHAR1CRM_BOOLEAN
CONF_PROCESS_01Process flow of configuration CRMT_CONF_PROCESSCHAR1CRM_CONF_PROCESS
CONF_FIX_01Fix Configuration for 'Background' Run CRMT_CONF_FIXCHAR1CRM_BOOLEAN
COPY_PUR_02Copy Purchase Order Data CRMT_COPY_PURCHAR1CRM_BOOLEAN
COPY_PROD_DET_03Generate Product Master Data Again CRMT_COPY_PROD_DETCHAR1CRM_BOOLEAN
COPY_SURVEY_04Copy Survey CRMT_COPY_SURVEYCHAR1CRM_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_IT_COPY_MA
INTO CORRESPONDING FIELDS OF WA_CRMC_IT_COPY_MA
WHERE...

How to access SAP table CRMC_IT_COPY_MA

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