CRMT_UBB_USGVOL_WRK SAP (Condition Line Usage Volumes) Structure details

Dictionary Type: Structure
Description: Condition Line Usage Volumes




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




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

CRMT_UBB_USGVOL_WRK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Condition Line Usage Volumes" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CRMT_UBB_USGVOL_WRK TYPE CRMT_UBB_USGVOL_WRK.

The CRMT_UBB_USGVOL_WRK table consists of various fields, each holding specific information or linking keys about Condition Line Usage Volumes data available in SAP. These include STUNR (Level Number in a Determ. Procedure), ZAEHK (Counter for a Level Number for a Collection), KSCHL (Condition Type), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CRMT_UBB_USGVOL_WRK structure 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
ITEMGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
STUNRLevel Number in a Determ. Procedure /SAPCND/COND_COLL_IDNUMC3/SAPCND/COND_COLL_ID
ZAEHKCounter for a Level Number for a Collection /SAPCND/COND_COLL_ID_SUBNUMC3/SAPCND/COND_COLL_ID_SUB
KSCHLCondition Type /SAPCND/COND_TYPECHAR4Assigned to domain/SAPCND/COND_TYPE/SAPCND/VKS
CALCULATION_TYPECalculation Type for Usage Volumes CRMT_UBB_CALCULATION_TYPECHAR3CRM_UBB_CALCULATION_TYPE
CONDITION_PURPCondition Function PRCT_COND_PURPOSECHAR4Assigned to domainPRC_COND_PURPOSE
ROUNDING_RULERounding Rule CRMT_UBB_ROUNDING_RULECHAR1CRM_UBB_ROUNDING_RULE
USE_HOLIDAYSCalculation-free Periods for Time-dependent Conditions CRMT_UBB_USE_HOLIDAYSCHAR1XFELD
USAGE_VOLUsage Volume CRMT_UBB_USAGE_VOLUMEQUAN15(3) CRM_UBB_USAGE_VOLUME
USAGE_VOL_UNITUnit for Usage Volumes CRMT_UBB_USAGE_VOLUME_UNITUNIT3Assigned to domainCUNITCRM_UBB_MEINS
USAGE_VOL_KPEINCondition Pricing Unit CRMT_UBB_KPEINDEC5CRM_UBB_KPEIN
USAGE_VOL_KMEINCondition Unit CRMT_UBB_KMEINUNIT3Assigned to domainCUNITCRM_UBB_MEINS
USAGE_VOL_BASEBasis for Usage Volumes CRMT_UBB_USG_VOL_BASEDEC18(5) CRM_UBB_USG_VOL_BASE
USAGE_VOL_BASE_UNITUnit of Measure in Which the Product Is Sold CRMT_PROCESS_QTY_UNITUNIT3Assigned to domainCUNITMEINS
USAGE_VOL_VALUEUsage Volume CRMT_UBB_USAGE_VOLUMEQUAN15(3) CRM_UBB_USAGE_VOLUME
USAGE_VOL_VALUE_UNITUnit for Usage Volumes CRMT_UBB_USAGE_VOLUME_UNITUNIT3Assigned to domainCUNITCRM_UBB_MEINS

Key field Non-key field



How do I retrieve data from SAP structure CRMT_UBB_USGVOL_WRK using ABAP code?

As CRMT_UBB_USGVOL_WRK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CRMT_UBB_USGVOL_WRK as there is no data to select.

How to access SAP table CRMT_UBB_USGVOL_WRK

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