CRMA_UBB_VOL_I SAP (Change Document Structure for Volumes) Structure details

Dictionary Type: Structure
Description: Change Document Structure for Volumes




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




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

CRMA_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 "Change Document Structure for 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_CRMA_UBB_VOL_I TYPE CRMA_UBB_VOL_I.

The CRMA_UBB_VOL_I table consists of various fields, each holding specific information or linking keys about Change Document Structure for Volumes data available in SAP. These include CLIENT (Client), GUID (32 Character CRM Object GUID (Converted)), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMA_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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUID32 Character CRM Object GUID (Converted) CRMT_OBJECT_GUID32CHAR32
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 structure CRMA_UBB_VOL_I using ABAP code?

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

How to access SAP table CRMA_UBB_VOL_I

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