DFMCA_CORRM_ICR SAP (Temp table for saving enhanced ICR setting for manual corr.) Table details

Dictionary Type: Table
Description: Temp table for saving enhanced ICR setting for manual corr.




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




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

DFMCA_CORRM_ICR is a standard SAP Table which is used to store Temp table for saving enhanced ICR setting for manual corr. data and is available within R/3 SAP systems depending on the version and release level.

The DFMCA_CORRM_ICR table consists of various fields, each holding specific information or linking keys about Temp table for saving enhanced ICR setting for manual corr. data available in SAP. These include NOTIF_ID (Notification No), INCOTYP (Inbound Correspondence Category), PERSL (Key for Period Assignment), FAEDN (Inbound Correspondence Due 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DFMCA_CORRM_ICR 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
NOTIF_IDNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
INCOTYPInbound Correspondence Category INCO_TYP_KKCHAR10TFK_INCORR
PERSLKey for Period Assignment CORR_PERSL_KKCHAR4CORR_PERSL_KK
FAEDNInbound Correspondence Due Date INCORR_FAEDN_KKDATS8DATUM
SALBEAmount in Local Currency with +/- Signs CORR_BETRH_KKCURR13(2) WRTV7
SALWACurrency Key CORR_WAERS_KKCUKY5Assigned to domainWAERS
DEL_MARKCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFMCA_CORRM_ICR
INTO CORRESPONDING FIELDS OF WA_DFMCA_CORRM_ICR
WHERE...

How to access SAP table DFMCA_CORRM_ICR

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