CRMC_UBB_CND_CT SAP (Condition Types for Usage Volumes) Table details

Dictionary Type: Table
Description: Condition Types for Usage Volumes




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




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

CRMC_UBB_CND_CT is a standard SAP Table which is used to store Condition Types for Usage Volumes data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_UBB_CND_CT table consists of various fields, each holding specific information or linking keys about Condition Types for Usage Volumes data available in SAP. These include APPLICATION (Application as Condition Technique), KSCHL (Condition Type), CONDITION_PURP (Condition Function), CALCULATION_TYPE (Calculation Type for Usage Volumes).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CRMC_UBB_CND_CT 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
APPLICATIONApplication as Condition Technique /SAPCND/APPLICATIONCHAR3Assigned to domain/SAPCND/APPLICATION/SAPCND/KAP
KSCHLCondition Type /SAPCND/COND_TYPECHAR4/SAPCND/T685/SAPCND/COND_TYPE/SAPCND/VKS
CONDITION_PURPCondition Function PRCT_COND_PURPOSECHAR4PRCC_COND_DESTPRC_COND_PURPOSE
CALCULATION_TYPECalculation Type for Usage Volumes CRMT_UBB_CALCULATION_TYPECHAR3CRM_UBB_CALCULATION_TYPE
ROUNDING_RULERounding Rule CRMT_UBB_ROUNDING_RULECHAR1CRM_UBB_ROUNDING_RULE
USE_HOLIDAYSCalculation-free Periods for Time-dependent Conditions CRMT_UBB_USE_HOLIDAYSCHAR1XFELD
RKSCHLCondition Type /SAPCND/COND_TYPECHAR4/SAPCND/T685/SAPCND/COND_TYPE/SAPCND/VKS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_UBB_CND_CT
INTO CORRESPONDING FIELDS OF WA_CRMC_UBB_CND_CT
WHERE...

How to access SAP table CRMC_UBB_CND_CT

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