BLGL_DETLIST SAP (Detail in Backlog List MM) Structure details

Dictionary Type: Structure
Description: Detail in Backlog List MM




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




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

BLGL_DETLIST 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 "Detail in Backlog List MM" 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_BLGL_DETLIST TYPE BLGL_DETLIST.

The BLGL_DETLIST table consists of various fields, each holding specific information or linking keys about Detail in Backlog List MM data available in SAP. These include DISPO (MRP Controller (Materials Planner)), MATNR (Material Number), MAKTX (Material Description (Short Text)), LIFNR (Account Number of Vendor or Creditor).. 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 BLGL_DETLIST 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
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LFNAMName NAME1CHAR30TEXT30
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
EKGRPPurchasing Group BKGRPCHAR3Assigned to domainEKGRPEKG
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
KANBAKanban Indicator KBNKZCHAR1KBNKZ
EINDTItem Delivery Date EINDTDATS8DATUM
ETMNGScheduled Quantity ETMENQUAN13(3) MENGE
WEMNGQuantity of Goods Received WEEMGQUAN13(3) MENG13
BMEIN_DOrder Units to Display BLGL_BMEIN_DUNIT3
BMEINPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
MEINS_DBase Unit of Quantity to Display BLGL_MEINS_DUNIT3
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
OMNGOpen Quantity BLGL_OPNQTYQUAN13(3)
ABARTRelease type ABARTCHAR1ABART
ABRUFForecast Delivery schedule number ABRUFNUMC10ABRUF
JCPOSCall Item JITO_JCPOSNUMC4
LFNKDLast delivery confirmed by the customer LFNKDCHAR10Assigned to domainALPHAVBELN
LWEDTDate of last goods receipt LWEDTDATS8DATUM
AVMNGNotified Quantity in Order Units BLGL_ASNMNG_BMQUAN13(3)
OAMNGOpen Quantity Taking Shipping Notifications into Account BLGL_OMNG_ASNQUAN13(3)
LABSTValuated Unrestricted-Use Stock LABSTQUAN13(3) MENG13V

Key field Non-key field



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

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

How to access SAP table BLGL_DETLIST

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