CDBC_PRCPROC_DET SAP (CDB: Determination of Pricing Procedure) Table details

Dictionary Type: Table
Description: CDB: Determination of Pricing Procedure




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




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

CDBC_PRCPROC_DET is a standard SAP Table which is used to store CDB: Determination of Pricing Procedure data and is available within R/3 SAP systems depending on the version and release level.

The CDBC_PRCPROC_DET table consists of various fields, each holding specific information or linking keys about CDB: Determination of Pricing Procedure data available in SAP. These include SFAC_PRCPROC_DET (GUID for condition technique and Price determination(CDB)), SALES_ORG (Sales Organization), DIS_CHANNEL (Distribution Channel), 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CDBC_PRCPROC_DET 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
SFAC_PRCPROC_DETGUID for condition technique and Price determination(CDB) CDBT_CND_GUIDCHAR32CDB_CND_GUID
SALES_ORGSales Organization CRMT_SALES_ORGCHAR14HROBJEC_14CRM_ORGMAN_SALES_ORG
DIS_CHANNELDistribution Channel CRMT_DISTRIBUTION_CHANNELCHAR2Assigned to domainCRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
DOC_PRIC_PROCDocument Pricing Procedure for Pricing Proc. Determination CRMT_DOC_PRIC_PROCCHAR1Assigned to domainCRM_DOC_PRIC_PROC
CUST_PRIC_PROCCustomer Pricing Procedure CRMT_CUST_PRIC_PROCCHAR1Assigned to domainCRM_CUST_PRIC_PROC
PRICING_PROCEDURPricing Procedure PRCT_PRIC_PROCCHAR6Assigned to domainPRC_PRIC_PROC
FREE_GOODS_PROCProcedure for Free Goods Determination CRMT_FREE_GOODS_PROCEDURECHAR6FGD_PROC
DIVISIONDivision CRMT_DIVISIONCHAR2Assigned to domainCRM_DIVISIONCRM_DIVISION
FREE_GOODS_MODEFree Goods: Determination Mode CRMT_FREE_GOODS_DET_MODECHAR1CRM_FREE_GOODS_DET_MODE
CAMPAIGN_PROCCampaign Determination Procedure CRMT_CAMPAIGN_PROCCHAR6Assigned to domain/SAPCND/CTLIST_NAME
MULT_CAMPAIGNActive Indicator for Assignment of Multiple Promotions CRMT_MULTIPLE_CAMPAIGN_DETCHAR1CRM_MULTIPLE_CAMPAIGN
LISTING_PROCName of Determ.Procedure /SAPCND/CTLIST_NAMECHAR6Assigned to domain/SAPCND/CTLIST_NAME
EXCLUSION_PROCName of Determ.Procedure /SAPCND/CTLIST_NAMECHAR6Assigned to domain/SAPCND/CTLIST_NAME
CHECK_VERSIONListing Version LSTT_VERSIONCHAR1LST_VERSION

Key field Non-key field



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

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

SELECT SINGLE *
FROM CDBC_PRCPROC_DET
INTO CORRESPONDING FIELDS OF WA_CDBC_PRCPROC_DET
WHERE...

How to access SAP table CDBC_PRCPROC_DET

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