CRMT_UBB_VOL_I_ADDITION_FD SAP (Additional Fields for Display) Structure details

Dictionary Type: Structure
Description: Additional Fields for Display




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




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

CRMT_UBB_VOL_I_ADDITION_FD 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 "Additional Fields for Display" 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_ADDITION_FD TYPE CRMT_UBB_VOL_I_ADDITION_FD.

The CRMT_UBB_VOL_I_ADDITION_FD table consists of various fields, each holding specific information or linking keys about Additional Fields for Display data available in SAP. These include PERIODE (Settlement Period), STATUS_PROCESS_I (Status of Usage Volume Document), STATUS_PROCESS_TOOLTIP (Tooltip for PC UI), STATUS_POOL_I (Prebilling Status of Pool Contracts).. 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_ADDITION_FD 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
LINECOLORLine Color CRMT_LINE_COLORCHAR4
PERIODESettlement Period CRMT_UBB_ABB_PERIODECHAR9
STATUS_PROCESS_IStatus of Usage Volume Document CRMT_UBB_VOL_I_STAT_PROC_ICOCHAR20
STATUS_PROCESS_TOOLTIP Tooltip for PC UI0
STATUS_POOL_IPrebilling Status of Pool Contracts CRMT_UBB_VOL_I_STAT_POOL_ICOCHAR20
STATUS_POOL_TOOLTIP Tooltip for PC UI0
ORIGIN_ICONOrigin of Ending Value CRMT_UBB_VOL_I_END_ORIGIN_ICOCHAR14
ORIGIN_TOOLTIP Tooltip for PC UI0
SETTL_FROM_SHORTStart of Settlement Period CRMT_UBB_VOL_I_SETTL_FROM_DISPDATS8SYDATS
SETTL_TO_SHORTEnd of Settlement Period CRMT_UBB_VOL_I_SETTL_TO_DISPDATS8SYDATS
READING_VAL_DISPValue at End of Interval CRMT_UBB_VOL_I_END_VALUECHAR22CRM_MPK_FLTP_UI
PRI_READING_VAL_DISPValue at Start of Interval CRMT_UBB_VOL_I_START_VALUECHAR22CRM_MPK_FLTP_UI
READING_REMINDERReading Reminder Created CRMT_UVV_VOL_I_RR_GENCHAR14CHAR14
READING_REMINDER_TOOLTIP Tooltip for PC UI0
QUANTITY_DISP2Usage Volume CRMT_UBB_QUANTITY_DISPCHAR22CRM_MPK_FLTP_UI
READING_DATE_D2Reading Date CRMT_UBB_READING_DATE_D2DATS8SYDATS
PRI_READ_DATE_D2Date for Initial Value CRMT_UBB_PRI_READING_DATE_D2DATS8SYDATS

Key field Non-key field



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

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

How to access SAP table CRMT_UBB_VOL_I_ADDITION_FD

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