CRMC_OPPORT_H SAP (Transaction Type - Opportunity Control Parameter) Table details

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




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




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

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

The CRMC_OPPORT_H table consists of various fields, each holding specific information or linking keys about Transaction Type - Opportunity Control Parameter data available in SAP. These include PROCESS_TYPE (Business Transaction Type), SALESCYCLE (Sales Cycle), TYPE (Opportunity Group), DOC_PRIC_PROC (Document Pricing Procedure for Pricing Proc. Determination).. 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: Not classified


SAP CRMC_OPPORT_H 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
SALESCYCLESales Cycle CRMT_SALESCYCLECHAR5CRMC_CYCLECRM_SALESCYCLE
TYPEOpportunity Group CRMT_OPPORT_TYPECHAR4CRMC_OPPT_TYPECRM_OPPORT_TYPE
DOC_PRIC_PROCDocument Pricing Procedure for Pricing Proc. Determination CRMT_DOC_PRIC_PROCCHAR1CRMC_DPRICPROCCRM_DOC_PRIC_PROC
SURVEY_TEMPLATEQuestionnaire CRMT_SURVEY_TEMPLATECHAR32CRM_SURVEY_TEMPLATE
TEXT_PROC_COMPText Determination Procedure for Competitors CRMT_TEXT_PROC_COMPCHAR8COMC_TEXT_PCHAR8
TEXT_PROC_BUYCText Determination Procedure for Partners in Buying Center CRMT_TEXT_PROC_BUYCCHAR8COMC_TEXT_PCHAR8
SEM_PLANNINGProfile for Planning Services CRM_KPI_Y_PROFILECHAR40CRM_KPI_PROFILE
OPPDRG_FLAGOportunity type CRMT_OPPDRGFLAGCHAR1CRM_OPPDRGFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_OPPORT_H
INTO CORRESPONDING FIELDS OF WA_CRMC_OPPORT_H
WHERE...

How to access SAP table CRMC_OPPORT_H

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