CRMT_BSP_UBB_DFA_BILLING_ITEMS SAP (Billing Document Item DFA PC UI) Structure details

Dictionary Type: Structure
Description: Billing Document Item DFA PC UI




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




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

CRMT_BSP_UBB_DFA_BILLING_ITEMS 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 "Billing Document Item DFA PC UI" 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_BSP_UBB_DFA_BILLING_ITEMS TYPE CRMT_BSP_UBB_DFA_BILLING_ITEMS.

The CRMT_BSP_UBB_DFA_BILLING_ITEMS table consists of various fields, each holding specific information or linking keys about Billing Document Item DFA PC UI data available in SAP. These include NET_VALUE (Net Value in Document Currency), TAX_VALUE (Tax Amount in Document Currency), GROSS_VALUE (Gross Value in Document Currency), DOC_CURRENCY (Document Currency).. 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: Can be enhanced (character-type or numeric)


SAP CRMT_BSP_UBB_DFA_BILLING_ITEMS 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
NET_VALUENet Value in Document Currency BEA_NET_VALUECURR15(2) WERTV8
TAX_VALUETax Amount in Document Currency BEA_TAX_VALUECURR15(2) WERTV8
GROSS_VALUEGross Value in Document Currency BEA_GROSS_VALUECURR15(2) WERTV8
DOC_CURRENCYDocument Currency BEA_DOC_CURRENCYCUKY5Assigned to domainWAERSFWS
EXCHANGE_RATEExchange Rate BEA_EXCHANGE_RATEDEC9(5) EXCRTBEA_EXCHANGE_RATE
EXCHANGE_DATEConversion Date BEA_EXCHANGE_DATEDATS8SYDATS
BP_SUBTYPEBilling Plan Subtype CRMT_BP_SUBTYPECHAR1Assigned to domainCRMT_BP_SUBTYPE
CASHFLOW_TYPEFlow Category CRMT_CASHFLOW_TYPECHAR4CRMT_CASHFLOW_TYPE
DIS_CHANNELDistribution Channel CRMT_DISTRIBUTION_CHANNELCHAR2Assigned to domainCRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
GROSS_WEIGHTGross Weight CRMT_GROSS_WEIGHTQUAN15(3) MENG15
NET_VALUE_MANTotal Expected Net Value Products in Document Currency CRMT_NET_VALUE_MANCURR15(2) WERTV8
NET_WEIGHTNet Weight CRMT_NET_WEIGHTQUAN15(3) MENG15
NO_OF_SUBITEMSNumber of Expected Subitems for Billing CRMT_UBB_NO_BILL_SUBITEMSNUMC6CRM_UBB_NO_BILL_SUBITEMS
OBJTYPEObject Type BEA_OBJTYPECHAR10BEA_OBJTYPE
PARENT_ITEMNOHigher-Level Billing Item BEA_PARENT_ITEMNONUMC10NUMC10
PRC_INDICATORPricing indicator CRMT_PRICING_INDICATORCHAR1CRM_PRICING_INDICATOR
PRICING_DATEPricing Date CRMT_PRICE_DATEDATS8CRM_PRICE_DATE
PRODUCTInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
PRODUCT_DESCRProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
QTY_UNITUnit of Measure in Which the Product Is Sold CRMT_PROCESS_QTY_UNITUNIT3Assigned to domainCUNITMEINS
QUANTITYQuantity BEA_QUANTITYQUAN13(3) MENGV13
SALES_ORGSales Organization CRMT_SALES_ORGCHAR14HROBJEC_14CRM_ORGMAN_SALES_ORG
SERVICE_ORGService Organization CRMT_SERVICE_ORGCHAR14HROBJEC_14CRM_ORGMAN_SERVICE_ORG
SERVICE_TYPEService Type CRMT_SERVICE_TYPECHAR4Assigned to domainCRMT_SERVICE_TYPE
SRC_HEADNOSource Application Document Number BEA_SRC_HEADNOCHAR10ALPHABEA_SRC_HEADNO_EXTBEA_SRC_HEADNO
SRC_ITEMNOItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
SRC_ITEM_TYPEItem Category CRMT_ITEM_TYPECHAR4Assigned to domainCRM_ITEM_TYPECRM_ITEM_TYPE
SRC_PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
TAX_DEST_COUNTRYTax Destination Country CRMT_TAX_DEST_CTYCHAR3Assigned to domainLAND1
VALUATION_TYPEValuation Type CRMT_VALUATION_TYPECHAR6Assigned to domainCRMT_VALUATION_TYPE

Key field Non-key field



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

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

How to access SAP table CRMT_BSP_UBB_DFA_BILLING_ITEMS

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