VSBBILDAT SAP (Self-Billing Procedure Data from Billing Documents) Structure details

Dictionary Type: Structure
Description: Self-Billing Procedure Data from Billing Documents




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




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

VSBBILDAT 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 "Self-Billing Procedure Data from Billing Documents" 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_VSBBILDAT TYPE VSBBILDAT.

The VSBBILDAT table consists of various fields, each holding specific information or linking keys about Self-Billing Procedure Data from Billing Documents data available in SAP. These include VBELV (Delivery), POSNV (Delivery Item), VBTYP_V (SD document category), VBELN (Billing Document).. 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 VSBBILDAT 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VBELVDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNVDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
VBTYP_VSD document category VBTYPCHAR1VBTYP
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
POSNNBilling item POSNR_VFNUMC6Assigned to domainPOSNR
VBTYP_NSD document category VBTYPCHAR1VBTYP
FKIMGActual Invoiced Quantity FKIMGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
NETWRNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
NETWR_RETRONet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
MWSBPTax amount in document currency MWSBPCURR13(2) WERTV7
MWSBP_RETROTax amount in document currency MWSBPCURR13(2) WERTV7
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
FKARTBilling Type FKARTCHAR4Assigned to domainFKART
FKDATBilling date for billing index and printout FKDATDATS8DATUM
AUGRUOrder reason (reason for the business transaction) AUGRUCHAR3Assigned to domainAUGRU
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
OPEN_ITEMCheckbox XFELDCHAR1XFELD
NEW_ITEMCheckbox XFELDCHAR1XFELD
RETRO_ITEMCheckbox XFELDCHAR1XFELD
ITEM_USEDCheckbox XFELDCHAR1XFELD
SELFBIL_ITEMCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table VSBBILDAT

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