BAPI_MLGN_GA SAP (Warehouse Number Data) Structure details

Dictionary Type: Structure
Description: Warehouse Number Data




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




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

BAPI_MLGN_GA 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 "Warehouse Number 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_BAPI_MLGN_GA TYPE BAPI_MLGN_GA.

The BAPI_MLGN_GA table consists of various fields, each holding specific information or linking keys about Warehouse Number Data data available in SAP. These include DEL_FLAG (Deletion flag for all material data of a warehouse number), STGESECTOR (Storage Section Indicators), PLACEMENT (Storage type indicator for stock placement), WITHDRAWAL (Storage type indicator for stock removal).. 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: Cannot Be Enhanced


SAP BAPI_MLGN_GA 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
WHSE_NOWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
DEL_FLAGDeletion flag for all material data of a warehouse number LVOLNCHAR1XFELD
STGESECTORStorage Section Indicators LVS_LGBKZCHAR3Assigned to domainLVS_LGBKZ
PLACEMENTStorage type indicator for stock placement MLGN_LTKZECHAR3Assigned to domainLVS_LGTKZ
WITHDRAWALStorage type indicator for stock removal MLGN_LTKZACHAR3Assigned to domainLVS_LGTKZ
L_EQUIP_1Loading equipment quantity 1 LVS_LHMNG1QUAN13(3) MENG13
L_EQUIP_2Loading equipment quantity 2 LVS_LHMNG2QUAN13(3) MENG13
L_EQUIP_3Loading equipment quantity 3 LVS_LHMNG3QUAN13(3) MENG13
LEQ_UNIT_1Unit of measure for loading equipment quantity 1 LHMEH1UNIT3Assigned to domainCUNITMEINS
LEQ_UNIT_1_ISOUnit of measure for loading equipment quantity 1 in ISO code LHMEH1_ISOCHAR3Assigned to domainISOCD_UNIT
LEQ_UNIT_2Unit of measure for loading equipment quantity 2 LHMEH2UNIT3Assigned to domainCUNITMEINS
LEQ_UNIT_2_ISOUnit of measure for loading equipment quantity 2 in ISO code LHMEH2_ISOCHAR3Assigned to domainISOCD_UNIT
LEQ_UNIT_3Unit of measure for loading equipment quantity 3 LHMEH3UNIT3Assigned to domainCUNITMEINS
LEQ_UNIT_3_ISOUnit of measure for loading equipment quantity 3 in ISO code LHMEH3_ISOCHAR3Assigned to domainISOCD_UNIT
UNITTYPE_11st storage unit type LVS_LETYP1CHAR3Assigned to domainLVS_LETYP
UNITTYPE_22nd storage unit type LVS_LETYP2CHAR3Assigned to domainLVS_LETYP
UNITTYPE_33rd storage unit type LVS_LETYP3CHAR3Assigned to domainLVS_LETYP
WM_UNITWarehouse Management Unit of Measure LVS_LVSMEUNIT3Assigned to domainCUNITMEINS
WM_UNIT_ISOWM unit in ISO code LVS_LVSME_ISOCHAR3Assigned to domainISOCD_UNIT
ADD_TO_STKIndicator: Allow addition to existing stock MLGN_KZZULCHAR1XFELD
BLOCK_STGEBulk storage indicator LVS_BLOCK2CHAR2Assigned to domainLVS_BLOCK2
MSG_TO_IMIndicator: Message to inventory management KZMBFCHAR1XFELD
SPEC_MVMTSpecial movement indicator for warehouse management LVS_BSSKZCHAR1Assigned to domainLVS_BSSKZ
CAPY_USAGECapacity usage MLGN_MKAPVDEC11(3) DEC8_3
PROCURE_UNUnit of measure for capacity consumption MLGN_BEZMEUNIT3Assigned to domainCUNITMEINS
PROCURE_UN_ISOUnit of measure for capacity consumption in ISO code MLGN_BEZME_ISOCHAR3Assigned to domainISOCD_UNIT
STGE_TYPEPicking storage type for rough-cut and detailed planning MLGN_PLKPTCHAR3Assigned to domainLGTYPLGT
REF_UNITDefault for unit of measure from material master record MLGN_VOMEMCHAR1LVS_VOME
2STEP_PICKMaterial relevance for 2-step picking MLGN_L2SKRCHAR1LVS_2SKREL

Key field Non-key field



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

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

How to access SAP table BAPI_MLGN_GA

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