CRMT_UBB_VOL_I_EXTD SAP (UBB Volume: Structure External Data DB with ubb_vol_i GUID) Structure details

Dictionary Type: Structure
Description: UBB Volume: Structure External Data DB with ubb_vol_i GUID




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




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

CRMT_UBB_VOL_I_EXTD 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 "UBB Volume: Structure External Data DB with ubb_vol_i GUID" 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_VOL_I_EXTD TYPE CRMT_UBB_VOL_I_EXTD.

The CRMT_UBB_VOL_I_EXTD table consists of various fields, each holding specific information or linking keys about UBB Volume: Structure External Data DB with ubb_vol_i GUID data available in SAP. These include ITEM_GUID (GUID of a CRM Order Object), SETTL_FROM (Start of Settlement for Period), SETTL_TO (End of Settlement for Period), BILLING_TIMEZONE (Time Zone of Billing Plan Set).. 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: Not classified


SAP CRMT_UBB_VOL_I_EXTD 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
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
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 structure CRMT_UBB_VOL_I_EXTD using ABAP code?

As CRMT_UBB_VOL_I_EXTD 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_VOL_I_EXTD as there is no data to select.

How to access SAP table CRMT_UBB_VOL_I_EXTD

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