LBBIL_HD_GEN SAP (BIlling Header: General Data) Structure details

Dictionary Type: Structure
Description: BIlling Header: General Data




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




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

LBBIL_HD_GEN 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 Header: General Data" 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_LBBIL_HD_GEN TYPE LBBIL_HD_GEN.

The LBBIL_HD_GEN table consists of various fields, each holding specific information or linking keys about BIlling Header: General Data data available in SAP. These include SOLD_TO_PARTY (Sold-to party), SHIP_TO_PARTY (Ship-to party), BILL_TO_PARTY (Bill-to party), PAYER (Payer).. 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 LBBIL_HD_GEN 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
BIL_NUMBERSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
SOLD_TO_PARTYSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
SHIP_TO_PARTYShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
BILL_TO_PARTYBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
PAYERPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
SP_VATVAT Registration Number STCEGCHAR20STCEG
T001_VATVAT Registration Number STCEGCHAR20STCEG
T001Z_VATParameter value PAVALCHAR48TEXT48
INCOTERMS1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCOTERMS2Incoterms (Part 2) INCO2CHAR28INCO2
SHIP_CONDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
TERMS_PAYMTerms of Payment Key DZTERMCHAR4ZTERM
VAL_DAYAdditional value days VALTGNUMC2TAGE2
VAL_DATEFixed value date VALDTDATS8DATUM
BIL_WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
BIL_NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
BIL_DISCAmount from billing document qualifying for cash discount SKFBKCURR15(2) WERTV8
BIL_TAXTax amount in document currency MWSBPCURR13(2) WERTV7
BIL_VBTYPESD document category VBTYPCHAR1VBTYP
BIL_CATBilling category FKTYPCHAR1FKTYP
BIL_TYPEBilling Type FKARTCHAR4Assigned to domainFKART
BIL_DATEBilling date for billing index and printout FKDATDATS8DATUM
BRT_WEIGHTGross weight BRGEW_15QUAN15(3) MENG15
NET_WEIGHTNet weight NTGEW_15QUAN15(3) MENG15
UNIT_OF_WEIGHTWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLUMEVolume VOLUM_15QUAN15(3) MENG15
VOLUMEUNITVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
BIL_EDATEDate on Which Record Was Created ERDATDATS8DATUM
BIL_ENAMEName of Person who Created the Object ERNAMCHAR12USNAM
BIL_SCHEMAProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
KOND_NUMBNumber of the document condition KNUMVCHAR10KNUMV
BIL_APPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
IL_TYPEInvoice list type FKART_RLCHAR4Assigned to domainFKART
IL_DATEBilling date for the invoice list FKDAT_RLDATS8DATUM
MAT_LANDCountry of origin of the material HERKLCHAR3Assigned to domainLAND1LND
DLV_LANDCountry of Destination LLANDCHAR3Assigned to domainLAND1VLL
SHP_LANDDeparture country (country from which the goods are sent) ALANDCHAR3Assigned to domainLAND1VAL
LANDTXTax departure country LANDTXCHAR3Assigned to domainLAND1LND
SFAKNCancelled billing document number SFAKNCHAR10Assigned to domainALPHAVBELNVF
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
EXNUMNumber of foreign trade data in MM and SD documents EXNUMCHAR10Assigned to domainEXNUM
KIDNOPayment Reference KIDNOCHAR30CHAR30
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
RPLNRNumber of payment card plan type RPLNRCHAR10Assigned to domainFPLNR
DPVALNet Value in Document Currency NETWRCURR15(2) WERTV8
CCVALNet Value in Document Currency NETWRCURR15(2) WERTV8
XEGLD_L1Indicator: European Union Member? XEGLDCHAR1XFELD
XEGLD_COIndicator: European Union Member? XEGLDCHAR1XFELD
DPNETNet Value in Document Currency NETWRCURR15(2) WERTV8
DPENDNet Value in Document Currency NETWRCURR15(2) WERTV8
DPMWS_ENDTax amount in document currency MWSBPCURR13(2) WERTV7
DPMWSTax amount in document currency MWSBPCURR13(2) WERTV7
XFILKDBranch/head office relationship XFILKD_VFCHAR1XFILKD_VF
STCD1_T001NTax Number for Plants Abroad STCD1_001NCHAR16STCD1
XEGDRIndicator: Triangular deal within the EU ? XEGDRCHAR1XFELD
KNUMAAgreement (various conditions grouped together) KNUMACHAR10Assigned to domainALPHAKNUMAVMBO
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table LBBIL_HD_GEN

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