LAGOF SAP (General Interface for Storage Location Determination) Structure details

Dictionary Type: Structure
Description: General Interface for Storage Location Determination




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




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

LAGOF 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 "General Interface for Storage Location Determination" 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_LAGOF TYPE LAGOF.

The LAGOF table consists of various fields, each holding specific information or linking keys about General Interface for Storage Location Determination data available in SAP. These include WERKS (Plant), RAUBE (Storage conditions), SITUA (Indicator for situation), AUREL (Relevant to Allocation Table).. 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 LAGOF 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
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
RAUBEStorage conditions RAUBECHAR2Assigned to domainRAUBE
SITUAIndicator for situation SITUACHAR2Assigned to domainSITUA
AURELRelevant to Allocation Table AURELCHAR1AUREL
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
EALKZPutaway/stock removal indicator EALKZCHAR1EALKZ
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TEMPBTemperature conditions indicator TEMPBCHAR2Assigned to domainTEMPB
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
TRAGRTransportation Group TRAGRCHAR4Assigned to domainTRAGR
LADGRLoading Group LADGRCHAR4Assigned to domainLADGR
DISKZStorage location MRP indicator DISKZCHAR1DISKZ
LPRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
VSBEDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
LFARTDelivery Type LFARTCHAR4Assigned to domainLFARTALT
REGLGRule for determining the storage location for picking REGLGCHAR4REGLG
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KVGR1Customer group 1 KVGR1CHAR3Assigned to domainKVGR1
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
VGTYPSD document category VBTYPCHAR1VBTYP
PSTYVSales document item category PSTYVCHAR4Assigned to domainPSTYV
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MSR_ACTIVEAdvanced Returns Management Active MSR_ACTIVECHAR1MSR_ACTIVE
MSR_VBTYPSD document category VBTYPCHAR1VBTYP

Key field Non-key field



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

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

How to access SAP table LAGOF

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