CMP_KSCHL SAP (Condition Type for Complaints Processing) Table details

Dictionary Type: Table
Description: Condition Type for Complaints Processing




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




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

CMP_KSCHL is a standard SAP Table which is used to store Condition Type for Complaints Processing data and is available within R/3 SAP systems depending on the version and release level.

The CMP_KSCHL table consists of various fields, each holding specific information or linking keys about Condition Type for Complaints Processing data available in SAP. These include CMP_KALSM (Sales and Distribution: Pricing Procedure in Pricing), CMP_COUNT (Counter for Condition Sequence), KSCHL (Condition Type), DISPL_ONLY (Display Only in Complaints Processing (Cannot be Changed)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = CMP_KSCHL_TXT


SAP CMP_KSCHL 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
CMP_KALSMSales and Distribution: Pricing Procedure in Pricing KALSMASDCHAR6T683KALSM
CMP_COUNTCounter for Condition Sequence CMP_COUNTNUMC1CMP_COUNT
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
DISPL_ONLYDisplay Only in Complaints Processing (Cannot be Changed) CMP_DISPLAY_ONLYCHAR1CMP_DISPLAY_ONLY

Key field Non-key field



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

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

SELECT SINGLE *
FROM CMP_KSCHL
INTO CORRESPONDING FIELDS OF WA_CMP_KSCHL
WHERE...

How to access SAP table CMP_KSCHL

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