CRMT_BW_UBB_VOL_I SAP (Messaging Structure UBB_VOL_I) Structure details

Dictionary Type: Structure
Description: Messaging Structure UBB_VOL_I




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




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

CRMT_BW_UBB_VOL_I 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 "Messaging Structure UBB_VOL_I" 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_BW_UBB_VOL_I TYPE CRMT_BW_UBB_VOL_I.

The CRMT_BW_UBB_VOL_I table consists of various fields, each holding specific information or linking keys about Messaging Structure UBB_VOL_I data available in SAP. These include SETTL_FROM (Start of Settlement for Period), SETTL_TO (End of Settlement for Period), VOL_BILLING_TMZN (Time Zone of Billing Plan Set), VOL_USAGEFCT (Usage Function).. 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_BW_UBB_VOL_I 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
VOL_I_GUIDGUID for a Transaction CRMT_PROCESS_GUID_32CHAR32SYSUUID_C
SETTL_FROMStart of Settlement for Period CRMT_SETTL_FROMDEC15TSTPSBCOS_TSTMP
SETTL_TOEnd of Settlement for Period CRMT_SETTL_TODEC15TSTPSBCOS_TSTMP
VOL_BILLING_TMZNTime Zone of Billing Plan Set CRMT_BILLING_TIMEZONECHAR6Assigned to domainTZNZONE
VOL_USAGEFCTUsage Function CRMT_UBB_USAGEFCTCHAR4Assigned to domainCRM_UBB_USAGEFCT
MEAS_POINT_GUIDGUID for a Transaction CRMT_PROCESS_GUID_32CHAR32SYSUUID_C
MEAS_POINT_IDCounter Identifier CRMT_MPK_OBJECT_ID_MPOINTCHAR20ALPHACRM_MPK_OBJECT_ID_MPOINTCRM_MPK_MP_IDCRMH_MPK_MPOINT
VOL_READING_GUIDGUID for a Transaction CRMT_PROCESS_GUID_32CHAR32SYSUUID_C
READING_DATEDate for Ending Value CRMT_UBB_VOL_I_END_TIMESTAMPDEC15TSTPSBCOS_TSTMP
READING_TMZNTime Zone of Ending Value CRMT_UBB_VOL_I_END_TIMEZONECHAR6Assigned to domainTZNZONE
READING_VALValue at End of Interval CRMT_UBB_VOL_I_END_VALUECHAR22CRM_MPK_FLTP_UI
READING_ORIGOrigin of Ending Value CRMT_UBB_VOL_I_END_ORIGINCHAR1CRM_UBB_READING_ORIGIN
PRI_READING_GUIDGUID for a Transaction CRMT_PROCESS_GUID_32CHAR32SYSUUID_C
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 Interval CRMT_UBB_VOL_I_START_VALUECHAR22CRM_MPK_FLTP_UI
PRI_READING_ORIGOrigin of Starting Value CRMT_UBB_VOL_I_START_ORIGINCHAR1CRM_UBB_READING_ORIGIN
VOL_UNITUnit of Measurement for Volumes CRMT_UBB_VOL_I_UNITUNIT3Assigned to domainCUNITMEINSH_T006_USAGE
VOL_QUANTITYCRM Quantity for Cumulated I CRMT_CUM_QUANQUAN15(3) CRM_MENGV15
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
RELEASE_FUT_READLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
DUMMY_INTERNALSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table CRMT_BW_UBB_VOL_I

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