CRMC_REJECTION SAP (Reasons for Rejection) Table details

Dictionary Type: Table
Description: Reasons for Rejection




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




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

CRMC_REJECTION is a standard SAP Table which is used to store Reasons for Rejection data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_REJECTION table consists of various fields, each holding specific information or linking keys about Reasons for Rejection data available in SAP. These include REJECTION_CODE (Cancellation Reason Code), TO_BE_DELETED (A flag for 'to be deleted'), USED_BY_VENDOR (Vendor Cancellation Reason), DELETE_DELIVERY (Delete Delivery).. 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)


SAP CRMC_REJECTION 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 MANDTCLNT3Assigned to domainMANDT
REJECTION_CODECancellation Reason Code CRMT_REJECTION_CODECHAR2CRM_REJECTION_CODE
TO_BE_DELETEDA flag for 'to be deleted' CRMT_TO_BE_DELETEDCHAR1XFELD
USED_BY_VENDORVendor Cancellation Reason CRMT_REJECTION_BY_VENDORCHAR1XFELD
DELETE_DELIVERYDelete Delivery CRMT_DELETE_DELIVERYCHAR1CRM_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_REJECTION
INTO CORRESPONDING FIELDS OF WA_CRMC_REJECTION
WHERE...

How to access SAP table CRMC_REJECTION

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