CRMC_ICM_CRMAPPL SAP (BW-ICM Transfer Application) Table details

Dictionary Type: Table
Description: BW-ICM Transfer Application




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




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

CRMC_ICM_CRMAPPL is a standard SAP Table which is used to store BW-ICM Transfer Application data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_ICM_CRMAPPL table consists of various fields, each holding specific information or linking keys about BW-ICM Transfer Application data available in SAP. These include ICM_APPL (ICM Commission Application), REPID (ABAP Program Name), CREATED_BY (Created by user), CREATED_ON (Created on date).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CRMC_ICM_CRMAPPL 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
CRM_APPLBW-ICM Transfer Application CRMT_ICM_CRMAPPLCHAR6ALPHACRM_ICM_CRMAPPLCRMAPPL
ICM_APPLICM Commission Application CRMT_ICM_ICMAPPLCHAR6Assigned to domainALPHACRM_ICM_CRMAPPL
REPIDABAP Program Name PROGNAMECHAR40TRDIRPROGNAME
CREATED_BYCreated by user CRMT_ICM_CREATEDBYCHAR12USR02XUBNAME
CREATED_ONCreated on date CRMT_ICM_CREATEDONDATS8DATUM
CHANGED_BYChanged by user CRMT_ICM_CHANGEDBYCHAR12USR02XUBNAME
CHANGED_ONChanged on date CRMT_ICM_CHANGEDONDATS8DATUM
PROD_VERTransfer Application productive? CRMT_ICM_PRODVERCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_ICM_CRMAPPL
INTO CORRESPONDING FIELDS OF WA_CRMC_ICM_CRMAPPL
WHERE...

How to access SAP table CRMC_ICM_CRMAPPL

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