CRMC_PR_COPY_MA SAP (Copy Transaction Types - General Control Data) Table details

Dictionary Type: Table
Description: Copy Transaction Types - General Control Data




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




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

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

The CRMC_PR_COPY_MA table consists of various fields, each holding specific information or linking keys about Copy Transaction Types - General Control Data data available in SAP. These include PR_TYPE_FROM (Business Transaction Type: Source Document), PR_TYPE_TO (Business Transaction Type: Target Document), ITEM_NUMBER_COPY (Copy Item Number), REF_COMPLETE (Complete Reference).. 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_PR_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
PR_TYPE_FROMBusiness Transaction Type: Source Document CRMT_PROCESS_TYPE_FROMCHAR4CRMC_PROC_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PR_TYPE_TOBusiness Transaction Type: Target Document CRMT_PROCESS_TYPE_TOCHAR4CRMC_PROC_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
ITEM_NUMBER_COPYCopy Item Number CRMT_ITEM_NUMBER_COPYCHAR1CRM_ITEM_NUMBER_COPY
REF_COMPLETEComplete Reference CRMT_REFERENCE_COMPLETECHAR1CRM_REFERENCE_COMPLETE
BADI_COPY_MAINCopying Routine for Copying BADI CRMT_BADI_FILTER_VALUECHAR6CRMC_CP_BADI_FCRMT_BADI_FILTER_VALUE
ATTACHMENT_COPYCopy Attachments CRMT_ATTACHMENT_COPYCHAR1CRM_BOOLEAN
PRAGR_COPY_TYPECopy Control: Price Agreement PRICE_AGRMNT_COPY_TYPE2CHAR1PRICE_AGRMNTC_COPY_TYPE2
COPY_PUR_02Copy Purchase Order Data CRMT_COPY_PURCHAR1CRM_BOOLEAN
COPY_SALES_CY_03Copy Sales Cycle CRMT_COPY_SALES_CYCLECHAR1CRM_BOOLEAN
COPY_FORECAST_03Copy Forecast CRMT_COPY_FORECASTCHAR1CRM_BOOLEAN
COPY_CLASSIFC_03Copy Classification CRMT_COPY_CLASSIFICATIONCHAR1CRM_BOOLEAN
TEMPL_EXPLODEExplode Service Template Hierarchy CRMT_COPY_TSRV_TEMPL_EXPLODECHAR1CRM_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_PR_COPY_MA
INTO CORRESPONDING FIELDS OF WA_CRMC_PR_COPY_MA
WHERE...

How to access SAP table CRMC_PR_COPY_MA

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