CRMC_SALES_HEAD SAP (Transaction Type - Sales Transaction Control Parameter) Table details

Dictionary Type: Table
Description: Transaction Type - Sales Transaction Control Parameter




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




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

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

The CRMC_SALES_HEAD table consists of various fields, each holding specific information or linking keys about Transaction Type - Sales Transaction Control Parameter data available in SAP. These include PROCESS_TYPE (Business Transaction Type), PO_NUMBER_CHECK (Activate Purchase Order Number Check), PO_DATE_PROPOSE (Propose Order Date), PAYPLAN_TYPE (Payment Plan Type).. 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 or numeric)


SAP CRMC_SALES_HEAD 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
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4CRMC_PR_ASSIGNCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PO_NUMBER_CHECKActivate Purchase Order Number Check CRMT_PURCHASING_NUMBER_CHECKCHAR1CRM_BOOLEAN
PO_DATE_PROPOSEPropose Order Date CRMT_PO_DATE_PROPOSECHAR1CRM_BOOLEAN
PAYPLAN_TYPEPayment Plan Type COMT_PAYPLAN_TYPECHAR2COMC_PAYPLCOM_PAYPLAN_TYPE
DOC_PRIC_PROCDocument Pricing Procedure for Pricing Proc. Determination CRMT_DOC_PRIC_PROCCHAR1CRMC_DPRICPROCCRM_DOC_PRIC_PROC
AUTH_CHECK_GRPPayment Cards: Checking Group COMT_AUTH_CHECK_GRPCHAR2COMC_PC_AUTHCOM_AUTH_CHECK_GRP
TEXTID_ISText Type for Internet Sales (Workflow Scenario) COMT_TEXT_TEXTID_ISCHAR4TTXIDTDID
VALIDITY_DAYValidity Period for Sales Document in Days CRMT_VALIDITY_DAYNUMC3CRM_VALIDITY_DAY
CREDIT_CHECKExecute External Credit Check CRMT_CREDIT_CHECKCHAR1CRM_BOOLEAN
KSCHLPricing - Condition Type PRCT_COND_TYPECHAR4/SAPCND/T685/SAPCND/COND_TYPEVKS
DUPL_CHECK_ACTIVDuplicate Check Active CRMT_DUPL_CHECK_ACTIVCHAR1CRM_DUPL_CHECK_ACTIV
GRADE_PROFILERating Profile for Credit Rating Check CRMT_CRC_GRADEPROFCHAR4CRMC_GRADE_PROFCRM_GRADE_PROFILE
GTS_RELEVANCEGlobal Trade Services Relevance CRMT_GTS_RELEVANCECHAR1CRM_GTS_RELEVANCE
SUBJECT_PROFILESubject Profile CRMT_SUBJECT_PROFILECHAR9CRMC_SUBJPROFILECRM_SUBJECT_PROFILE
.INCLU--AP 0
SAREA_CHECK_ACTCheck against sales area and transaction type CRMT_SAREA_CHECKCHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_SALES_HEAD
INTO CORRESPONDING FIELDS OF WA_CRMC_SALES_HEAD
WHERE...

How to access SAP table CRMC_SALES_HEAD

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