LINEBAL SAP (Line Balance Versions in iPPE) Table details

Dictionary Type: Table
Description: Line Balance Versions in iPPE




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




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

LINEBAL is a standard SAP Table which is used to store Line Balance Versions in iPPE data and is available within R/3 SAP systems depending on the version and release level.

The LINEBAL table consists of various fields, each holding specific information or linking keys about Line Balance Versions in iPPE data available in SAP. These include LBGUID (GUID for the Line Balance Version), LBNAME (Name of Line Balance), PNGUID (Internal Number of iPPE Node), MMGUID (Internal Identification of the Model Mix).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = LINEBALT


SAP LINEBAL table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
LBGUIDGUID for the Line Balance Version PPE_LBGUIDRAW16SYSUUID
LBNAMEName of Line Balance PPE_LBNAMECHAR20LBNAMEPPE_LBN01
PNGUIDInternal Number of iPPE Node PVS_PNGUIDRAW16SYSUUID
MMGUIDInternal Identification of the Model Mix PVS_MMGUIDRAW16MODMIXHSYSUUID
TIMSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmss,mmmuuun) PVS_TIMSTMPDEC21(7) TZNTSTMPL
CREADATDate of Application PVS_ANDATDATS8DATUM
CREABYUser who created record PVS_ANNAMCHAR12USNAM
CHNGDATDate of Last Change PVS_AEDATDATS8DATUM
CHNGBYName of Person Who Changed Object PVS_AENAMCHAR12USNAM
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
LBRATE_QUANTLine Balance Rate - Quantity PPE_LBRATE_QUANTQUAN13(3) PPE_LBRATE_QUANT
LBRATE_QUNITLine Balance Rate - Unit of Measure PPE_LBRATE_QUNITUNIT3Assigned to domainCUNITMEINS
LBRATE_TIMELine Balance Rate - Time PPE_LBRATE_TIMEQUAN5(2) PPE_LBRATE_TIME
LBRATE_TUNITLine Balance Rate - Time Unit PPE_LBRATE_TUNITUNIT3Assigned to domainCUNITMEINS
LINEALLOC_CHECKCheck the Line Assignment PPE_LINEALLOC_CHECKCHAR1

Key field Non-key field



How do I retrieve data from SAP table LINEBAL using ABAP code

The following ABAP code Example will allow you to do a basic selection on LINEBAL to SELECT all data from the table
DATA: WA_LINEBAL TYPE LINEBAL.

SELECT SINGLE *
FROM LINEBAL
INTO CORRESPONDING FIELDS OF WA_LINEBAL
WHERE...

How to access SAP table LINEBAL

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