CRMD_UBB_VOL_I SAP (UBB Vol_i DB Objects) Table details

Dictionary Type: Table
Description: UBB Vol_i DB Objects




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




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

CRMD_UBB_VOL_I is a standard SAP Table which is used to store UBB Vol_i DB Objects data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_UBB_VOL_I table consists of various fields, each holding specific information or linking keys about UBB Vol_i DB Objects data available in SAP. These include CLIENT (Client), GUID (GUID of a CRM Order Object), ERROR_FLAG (Logical Variable), ITEM_GUID (GUID of a CRM Order Object).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMD_UBB_VOL_I 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
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
ERROR_FLAGLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
ITEM_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
SETTL_FROMStart of Settlement for Period CRMT_SETTL_FROMDEC15TSTPSBCOS_TSTMP
SETTL_TOEnd of Settlement for Period CRMT_SETTL_TODEC15TSTPSBCOS_TSTMP
BILLING_TIMEZONETime Zone of Billing Plan Set CRMT_BILLING_TIMEZONECHAR6Assigned to domainTZNZONE
IDENTIFIERNumber of Extension Entry CRMT_VOL_DOC_NONUMC10CRM_ITEM_NO
USAGEFCTUsage Function CRMT_UBB_USAGEFCTCHAR4CRMC_UBB_USG_FCTCRM_UBB_USAGEFCT
MEAS_POINT_GUIDGUID of a Kernel Object CRMT_MPK_OBJECT_GUIDRAW16SYSUUID
MEAS_POINT_IDCounter Identifier CRMT_MPK_OBJECT_ID_MPOINTCHAR20ALPHACRM_MPK_OBJECT_ID_MPOINTCRM_MPK_MP_IDCRMH_MPK_MPOINT
READING_GUIDGUID of a Kernel Object CRMT_MPK_OBJECT_GUIDRAW16SYSUUID
READING_IDReading Number CRMT_MPK_OBJECT_ID_READINGCHAR20ALPHACRM_MPK_OBJECT_ID_READINGCRM_MPK_RD_IDCRMH_MPK_READING
READING_DATEReading Date CRMT_UBB_VOL_I_END_TIMESTAMPDDEC15TSTPSBCOS_TSTMP
READING_TMZNTime Zone of Ending Value CRMT_UBB_VOL_I_END_TIMEZONECHAR6Assigned to domainTZNZONE
READING_VALValue at End of Time Interval in Database Format CRMT_UBB_VOL_I_END_VALUE_FLTPFLTP16(16) CRM_MPK_FLTPS
READING_ORIGOrigin of Ending Value CRMT_UBB_VOL_I_END_ORIGINCHAR1CRM_UBB_READING_ORIGIN
PRI_READING_GUIDGUID of a Kernel Object CRMT_MPK_OBJECT_GUIDRAW16SYSUUID
PRI_READING_IDNumber of Previous Reading CRMT_UBB_VOL_ID_READING_PRICHAR20ALPHACRM_MPK_OBJECT_ID_READING
PRI_READING_DATEDate for Initial Value CRMT_UBB_VOL_I_START_TIMESTAMPDEC15TSTPSBCOS_TSTMP
PRI_READING_TMZNTime Zone of Starting Value CRMT_UBB_VOL_I_START_TIMEZONECHAR6Assigned to domainTZNZONE
PRI_READING_VALValue at Start of Period Interval in Database Format CRMT_UBB_VOL_I_START_VALUE_FLTFLTP16(16) CRM_MPK_FLTPS
PRI_READING_ORIGOrigin of Starting Value CRMT_UBB_VOL_I_START_ORIGINCHAR1CRM_UBB_READING_ORIGIN
UNITUnit of Measurement for Volumes CRMT_UBB_VOL_I_UNITUNIT3Assigned to domainCUNITMEINSH_T006_USAGE
QUANTITYCRM Quantity for Cumulated I CRMT_CUM_QUANQUAN15(3) CRM_MENGV15
DECIMALSNumber of Decimal Places in a Counter CRMT_MPK_DECIMALSINT25CRM_MPK_DECIMALS
STATUS_PROCESSStatus of Usage Volume Document CRMT_UBB_VOL_I_STATUS_PROCESSCHAR1CRMT_UBB_VOL_I_STATUS_PROCESS
STATUS_POOLPrebilling Status of Pool Contracts CRMT_UBB_VOL_I_STATUS_POOLCHAR1CRM_BOOLEAN
MERGEDSeveral Periods Merged CRMT_UBB_MERGEDCHAR1CRM_BOOLEAN
PERIOD_TYPEPeriod Type (First, Last, First and Last, etc.) CRMT_PERIOD_TYPECHAR2Assigned to domainCRM_PERIOD_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMD_UBB_VOL_I
INTO CORRESPONDING FIELDS OF WA_CRMD_UBB_VOL_I
WHERE...

How to access SAP table CRMD_UBB_VOL_I

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