CRMC_COMPL_ITEM SAP (Transaction Item Cat. - Complaints - Control Parameter) Table details

Dictionary Type: Table
Description: Transaction Item Cat. - Complaints - Control Parameter




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




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

CRMC_COMPL_ITEM is a standard SAP Table which is used to store Transaction Item Cat. - Complaints - Control Parameter data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_COMPL_ITEM table consists of various fields, each holding specific information or linking keys about Transaction Item Cat. - Complaints - Control Parameter data available in SAP. These include ITM_TYPE (Item Category), QTY_SUGGESTION (Change to Default Complaint Quantity), PROD_TYPE (Indicator New Part/Used Part), PROD_RETURNABLE (Check Returns Product Against Product Master).. 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: Can be enhanced (character-type)


SAP CRMC_COMPL_ITEM 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
ITM_TYPEItem Category CRMT_ITEM_TYPECHAR4CRMC_ITEM_TYPECRM_ITEM_TYPECRM_ITEM_TYPE
QTY_SUGGESTIONChange to Default Complaint Quantity CRMT_QTY_SUGGESTIONCHAR1CRM_QTY_SUGGESTION
PROD_TYPEIndicator New Part/Used Part CRMT_COMPL_PROD_TYPECHAR1CRM_COMPL_PROD_TYPE
PROD_RETURNABLECheck Returns Product Against Product Master CRMT_PROD_RETURNABLECHAR1CRM_PROD_RETURNABLE
MAJOR_QTY_FIELDType of Major Quantity for Complaints CRMT_MAJOR_QTY_FIELDCHAR1CRMDM_MAJOR_QTY
CHK_BILLDOC_HISTCheck Billing Document History for Complaints CRMT_CHK_BILLDOC_HISTCHAR1XFELD
CHK_INH_SUB_ITEMEntry Possible in Main Item if Subitem Exists CRMT_CHK_INH_SUB_ITEMCHAR1XFELD
ATP_REM_PROFILEATP Profile for Determining Remanufacturer CRMT_ATP_REMAN_PROFILECHAR6CRMC_ATP_PROFILECRM_ATP_PROFILE
CHK_PROD_REF_OBJProduct Relationship Between Item and Reference Object CRMDT_PROD_REL_REFOBJCHAR1CRMDM_PROD_REL_REFOBJ
TPOP_RELEVANTItem Is Relevant for Third-Party Order Processing (TPOP) CRMT_TPOP_RLVNTCHAR1CRM_BOOLEAN
REMAN_TYPELocation Type for Determination of Remanufacturer CRMT_REMAN_TYPECHAR1CRM_REMAN_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_COMPL_ITEM
INTO CORRESPONDING FIELDS OF WA_CRMC_COMPL_ITEM
WHERE...

How to access SAP table CRMC_COMPL_ITEM

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