LBBIL_IT_GEN SAP (Billing Item: General Data) Structure details

Dictionary Type: Structure
Description: Billing Item: General Data




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




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

LBBIL_IT_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 Item: 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_IT_GEN TYPE LBBIL_IT_GEN.

The LBBIL_IT_GEN table consists of various fields, each holding specific information or linking keys about Billing Item: General Data data available in SAP. These include ITM_NUMBER (Item number of the SD document), POSEX (Item Number of the Underlying Purchase Order), POSPA (Item number in the partner segment), MATERIAL (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 LBBIL_IT_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
ITM_NUMBERItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
POSEXItem Number of the Underlying Purchase Order POSEXCHAR6ALPHAPOSEX
POSPAItem number in the partner segment POSPANUMC6Assigned to domainPOSNR
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAT_ENTRDMaterial entered MATWACHAR18Assigned to domainMATN1MATNRMAT
SHORT_TEXTShort text for sales order item ARKTXCHAR40TEXT40
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MAT_PRICEPricing Reference Material PMATNCHAR18Assigned to domainMATN1MATNRMAT
CUST_MATMaterial Number Used by Customer MATNR_KUCHAR35IDNEX
FKIMGActual Invoiced Quantity FKIMGQUAN13(3) MENG13
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
INV_QTY_STOCKBilling quantity in stockkeeping unit FKLMGQUAN13(3) MENG13
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
NET_WEIGHTNet weight NTGEW_15QUAN15(3) MENG15
GROSS_WTGross weight BRGEW_15QUAN15(3) MENG15
UNIT_OF_WTWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLUMEVolume VOLUM_15QUAN15(3) MENG15
VOLUMUNITVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
ITEM_CATEGSales document item category PSTYVCHAR4Assigned to domainPSTYV
ITEM_TYPEItem type POSARCHAR1POSAR
DB_CR_INDDebit/Credit Indicator SHKZGCHAR1SHKZG
SALES_QTY_DENOMDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
SALES_QTY_NUMNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UECHAHigher-Level Item of Batch Split Item UECHANUMC6Assigned to domainPOSNR
KNUMH_CHNumber of condition record from batch determination KNUMH_CHCHAR10KNUMB
CUOBJConfiguration CUOBJ_VANUMC18CUOBJ
CUOBJ_CHInternal object number of the batch classification CUOBJ_CHNUMC18CUOBJ
SHKZGReturns Item SHKZG_VACHAR1XFELD
VKAUSUsage Indicator ABRVWCHAR3Assigned to domainABRVW
UEPOSHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
DISP_TYPE_DESCRDescription of the Shipping Type VERSARTBEZCHAR20TEXT20
DISP_TYPEShipping type VERSARTCHAR2Assigned to domainVERSART
SUGRDReason for material substitution SUGRDCHAR4Assigned to domainSUGRDVDG
SUDRUOriginal entry will be printed SUDRUCHAR1XFELD
XCHARBatch management indicator (internal) XCHARCHAR1XFELD
TAX_JUR_CODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
PRIC_DATEDate for pricing and exchange rate PRSDTDATS8DATUM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
FBUDADate on which services rendered FBUDADATS8DATUM
SALES_OFFSales Office VKBURCHAR4Assigned to domainVKBURVKB
UNLOAD_POINTUnloading Point ABLADCHAR25TEXT25
FPLNRBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
FPLTRItem for billing plan/invoice plan/payment cards FPLTRNUMC6Assigned to domainFPLTR

Key field Non-key field



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

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

How to access SAP table LBBIL_IT_GEN

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