LDLBHD SAP (Dialog strukture LDLBH) Structure details

Dictionary Type: Structure
Description: Dialog strukture LDLBH




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




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

LDLBHD 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 "Dialog strukture LDLBH" 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_LDLBHD TYPE LDLBHD.

The LDLBHD table consists of various fields, each holding specific information or linking keys about Dialog strukture LDLBH data available in SAP. These include MANDT (Client), LNID (Object ID of the resource), LBVER (Line balancing version), STATU (Status of line balance).. 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 LDLBHD 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
MANDTClient MANDTCLNT3T000MANDT
LNIDObject ID of the resource CR_OBJIDNUMC8CRIDCR_OBJID
LBVERLine balancing version LD_LBVERNUMC4Assigned to domainLD_LBVERLBV
STATUStatus of line balance LD_STATUCHAR1LD_STATU
LD_PERSTPeriod start LD_PERSTDATS8DATUM
LD_PEREDPeriod end LD_PEREDDATS8DATUM
LRATEPlanned rate for production line LD_LRATE_PLANQUAN13(3) MENG13
LANTUNumber of time units LD_LANTUQUAN5(2) LD_LANTU
TKZTITakt time (in seconds) LD_TKZTIDEC8DEC8
LBTXTLine balance description LD_LBTXTCHAR40TEXT40
RIDVNStart of period for reqmts/receipt determination LD_DPRVNDATS8DATUM
RIDBSEnd of period for reqmts/receipt determination LD_DPRBSDATS8DATUM
AENNRChange Number AENNRCHAR12AENRAENNRAENNRAEN
ANDATDate record created on ANDATDATS8DATUM
ANNAMUser who created record ANNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
LBAL_MAXIndicator: balance line to max. load utiliz. of prod. line LD_LBAL_MAXCHAR1AS4FLAG
TKTAGTakt comparison for line LD_TKTAGDEC5(2) LD_TKTAG
LINELine hierarchy LD_LINECHAR8ARBPLLDH
LINE_TXTLine hierarchy description LD_LINE_TXTCHAR40TEXT40
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LUNITUnit of measure for rates LD_LUNITUNIT3T006CUNITMEINS
TKZTHTakt time (hours) LD_TKZTHNUMC2ANSTD
TKZTMTakt time (minutes) LD_TKZTMNUMC2ANSTD
TKZTSTakt time (seconds) LD_TKZTSNUMC2ANSTD
DATVNValid from date of a line balance LD_DATVNDATS8DATUM
DATBSValid to date of a line balance LD_DATBSDATS8DATUM
ANSECTakt time (in seconds) LD_TKZTIDEC8DEC8
PLPRHProduction rate LD_PLPRHQUAN13(3) MENG13
SELKZSelection flag SELKZCHAR1SELKZ
KZ_ROUT_EXPSingle-Character Indicator CHAR1CHAR1CHAR1
OVERLSingle-Character Indicator CHAR1CHAR1CHAR1
VBKZSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table LDLBHD

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