FDM_CCM_CORR SAP (Trigger Table for Manual Adjustments (Claims Management)) Table details

Dictionary Type: Table
Description: Trigger Table for Manual Adjustments (Claims Management)




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




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

FDM_CCM_CORR is a standard SAP Table which is used to store Trigger Table for Manual Adjustments (Claims Management) data and is available within R/3 SAP systems depending on the version and release level.

The FDM_CCM_CORR table consists of various fields, each holding specific information or linking keys about Trigger Table for Manual Adjustments (Claims Management) data available in SAP. These include AWSYS (Logical System), AWTYP (Reference Transaction), AWKEY (Reference Key), CASE_GUID_LOC (UUID in character form).. 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 FDM_CCM_CORR 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 MANDTCLNT3T000MANDT
AWSYSLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
AWTYPReference Transaction AWTYPCHAR5TTYPAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
CASE_GUID_LOCUUID in character form SYSUUID_CCHAR32SYSUUID_C
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BLARTDocument Type BLARTCHAR2T003BLARTBAR
FKTYPBilling category FKTYPCHAR1FKTYP
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
DISPUTE_IF_TYPEDispute Management: Dispute Interface Category DISPUTE_IF_TYPECHAR1DISPUTE_IF_TYPE
TIMESTAMPTime Stamep: Time Data Was Created or Updated BDM_COLL_TIMESTAMPDEC15TSTPSBDM_TIMESTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM FDM_CCM_CORR
INTO CORRESPONDING FIELDS OF WA_FDM_CCM_CORR
WHERE...

How to access SAP table FDM_CCM_CORR

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