LDLBPD SAP (Dialog strukture LDLBP) Structure details

Dictionary Type: Structure
Description: Dialog strukture LDLBP




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




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

LDLBPD 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 LDLBP" 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_LDLBPD TYPE LDLBPD.

The LDLBPD table consists of various fields, each holding specific information or linking keys about Dialog strukture LDLBP data available in SAP. These include MANDT (Client), LNID (Object ID of the resource), LBVER (Line balancing version), POSID (Numeric field: Length 6).. 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 LDLBPD 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_LBVERNUMC4LDLBHLD_LBVERLBV
POSIDNumeric field: Length 6 NUM06NUMC6NUM06
POSNRModel Mix Item LD_MMPOSNRNUMC4
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MRATERate for material LD_MRATEQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PLNTYTask List Type PLNTYCHAR1TCA01PLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
ERFMEUnit of Entry LD_ERFMEUNIT3Assigned to domainCUNITMEINS
TPCTTotal execution time of critical path LD_TPCTQUAN11(3) LD_DURZT
GSDZTTotal execution time LD_GSDZTQUAN11(3) LD_DURZT
GSDZT_VATotal execution time (value-added) LD_GSDZT_VAQUAN11(3) LD_DURZT
GSDZT_NVATotal execution time (non-value-added) LD_GSDZT_NVAQUAN11(3) LD_DURZT
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
KTEXTTask list description PLANTEXTCHAR40TEXT40
DATUVValid-From Date DATUVDATS8DATUM
TEXT1Short text on the production version VERS_TEXTCHAR40TEXT40
BDATURun-time end: production version BDATMDATS8DATUM
ADATUValid-from date of production version ADATMDATS8DATUM
LRATEMaximum rate for production line LD_LRATEQUAN13(3) MENG13
KZKFGConfigurable Material KZKFGCHAR1XFELD
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
MMIXPModel mix LD_MMIXPQUAN6(3) LD_MMIXP
MMIXP_INTModel Mix Shares LD_MMIX_FLTPFLTP16(16) FLTP
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
STLALAlternative BOM STALTCHAR2ALPHAALTNR
SELKZSelection flag SELKZCHAR1SELKZ
VBKZUpdate indicator VBKZCHAR1VERBUCHER
KZ_MAT_READSingle-Character Indicator CHAR1CHAR1CHAR1
NOT_ASS_OPEROperations still exist which are not yet assigned LD_NOT_ASS_OPERCHAR1AS4FLAG
BDMAXMaximum requirments in the period LD_BDMAXQUAN13(3) MENG13
BDAVGAverage requirements in the period LD_BDAVGQUAN13(3) MENG13
ZUMAXMaximum receipt quantity per period LD_ZUMAXQUAN13(3) MENG13
ZUAVGAverage receipt quantity per period LD_ZUAVGQUAN13(3) MENG13
PLNMETask list unit of measure PLNMEUNIT3Assigned to domainCUNITMEINS
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN

Key field Non-key field



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

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

How to access SAP table LDLBPD

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