WISO_BILLIT SAP (SAP Retail Store Consumer Order: Billing Document Items) Structure details

Dictionary Type: Structure
Description: SAP Retail Store Consumer Order: Billing Document Items




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




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

WISO_BILLIT 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 "SAP Retail Store Consumer Order: Billing Document Items" 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_WISO_BILLIT TYPE WISO_BILLIT.

The WISO_BILLIT table consists of various fields, each holding specific information or linking keys about SAP Retail Store Consumer Order: Billing Document Items data available in SAP. These include BILL_DOC_ITEM (Billing document item), INV_QTY (Actual Invoiced Quantity), SALES_UNIT (Unit of Measure for Display), PRICE_ITM_SUM (SAP Retail Store Sales Order: Item Value).. 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 WISO_BILLIT 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
BILL_DOCBilling document BILL_DOCCHAR10Assigned to domainALPHAVBELN
BILL_DOC_ITEMBilling document item BILL_DOC_ITEMNUMC6Assigned to domainPOSNR
INV_QTYActual Invoiced Quantity FKIMGQUAN13(3) MENG13
SALES_UNITUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
PRICE_ITM_SUMSAP Retail Store Sales Order: Item Value W_WISO_PRICE_ITM_SUMCURR15(2) WERTV8
NETVAL_INVNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
TAX_AMOUNTTax amount in document currency MWSBPCURR13(2) WERTV7
CURRSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
DOC_NUMB_SOSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
ITM_NUMB_SOSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
DELIV_NUMBDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
ITM_NUMB_DLVDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
.INCLU--AP 0
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SHORT_TEXTShort text for sales order item ARKTXCHAR40TEXT40
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
MAT_ID_INPUTSAP Retail Store: Store Order: Material Identifier W_WISO_MAT_ID_INPUTCHAR40W_WISO_MAT_ID_INPUT
MARKEDCheckbox XFELDCHAR1XFELD
ITEM_CATEGSales document item category PSTYVCHAR4Assigned to domainPSTYV
HG_LV_ITEMHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
REF_DOC_CADocument category of preceding SD document VBTYP_VCHAR1VBTYP
REF_DOCDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
REF_DOC_ITItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR

Key field Non-key field



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

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

How to access SAP table WISO_BILLIT

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