BILL_DOC_DET_ITEM SAP (Billing/FI item details for DMEE tree) Structure details

Dictionary Type: Structure
Description: Billing/FI item details for DMEE tree




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




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

BILL_DOC_DET_ITEM 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/FI item details for DMEE tree" 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_BILL_DOC_DET_ITEM TYPE BILL_DOC_DET_ITEM.

The BILL_DOC_DET_ITEM table consists of various fields, each holding specific information or linking keys about Billing/FI item details for DMEE tree data available in SAP. These include J_1ABRNCH (Branch Number), BILL_DOC_NO (Sales and Distribution Document Number), POSNR (Item number of the SD document), MATNR_CODE (Material Number).. 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 BILL_DOC_DET_ITEM 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
BURKSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
J_1ABRNCHBranch Number J_1ABRNCHCHAR4Assigned to domainJ_1BBRANCHJEA
BILL_DOC_NOSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
MATNR_CODEMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATNR_DESC 0
UOM 0
QUANTITY 0
UNIT_PRICENet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
CURR_IDCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ITEM_TOT_AMTNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
OTHER_DATA 0
QUAN_FIELD 0
DATE_FIELD 0
COUNT_FIELD 0
NUM_FIELD2 0
TEXT_FIELD_250 0
USER_FIELD_1First Field Entered by User USER_FIELD_1CHAR40CHAR40
USER_FIELD_2Second Field Entered by User USER_FIELD_2CHAR40CHAR40
USER_FIELD_3Third Field Entered by User USER_FIELD_3CHAR40CHAR40
USER_FIELD_4Fourth Field Entered by User USER_FIELD_4CHAR40CHAR40
USER_FIELD_AField A Entered by User USER_FIELD_ACHAR40CHAR40
USER_FIELD_BField B Entered by User USER_FIELD_BCHAR40CHAR40
USERFIELDNUM1Summarizable Field 1 To Be Filled by User USERFIELDNUM1CURR15(2) WERTV8
USERFIELDNUM2Summarizable Field To Be Filled by User 2 USERFIELDNUM2CURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table BILL_DOC_DET_ITEM

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