/SYCLO/WM_V_T3010_STR SAP (WM Storage Types) Structure details

Dictionary Type: Structure
Description: WM Storage Types




ABAP Code to SELECT data from /SYCLO/WM_V_T3010_STR
Related tables to /SYCLO/WM_V_T3010_STR
Access table /SYCLO/WM_V_T3010_STR




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

/SYCLO/WM_V_T3010_STR 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 "WM Storage Types" 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_/SYCLO/WM_V_T3010_STR TYPE /SYCLO/WM_V_T3010_STR.

The /SYCLO/WM_V_T3010_STR table consists of various fields, each holding specific information or linking keys about WM Storage Types data available in SAP. These include MANDT (Client), LGNUM (Warehouse Number / Warehouse Complex), LGTYP (Storage Type), LTYPT (Name of storage type).. 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 /SYCLO/WM_V_T3010_STR 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
EXCH_ACTIONExchange action /SYCLO/CORE_EXCH_ACTION_DTECHAR1/SYCLO/CORE_EXCH_ACTION
MANDTClient MANDTCLNT3Assigned to domainMANDT
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
LGTYPStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
LTYPTName of storage type LVS_LTYPTCHAR25TEXT25
KZNKOIndicator: Execute Zero Stock Check LVS_KZNKOCHAR1XFELD
KAPAPCapacity Check Method T331_KAPAPCHAR1T331_KAPAP
QUEINIndicator: Confirmation of Putaway Required T331_QUEINCHAR1XFELD
QUAUSIndicator: confirmation of stock removal required T331_QUAUSCHAR1XFELD
VOLLEIndicator: complete stock removal required T331_VOLLECHAR1XFELD
MISCHIndicator: mixed storage T331_MISCHCHAR1T331_MISCH
ZULAGIndicator: addition to existing stock allowed T331_ZULAGCHAR1T331_ZULAG
NEGATIndicator: negative stock quantity allowed T331_NEGATCHAR1XFELD
VRUCKIndicator: Upon transfer return quantity to same storage bin T331_VRUCKCHAR1XFELD
UEBERIndicator: retain overdeliveries T331_UEBERCHAR1XFELD
RLTYPReturn storage type T331_RLTYPCHAR3T301LGTYP
STAUSStock Removal Strategy T331_STAUSCHAR1T331_STAUS
STEINPutaway strategy T331_STEINCHAR1T331_STEIN
SPEINSet blocking indicator at time of placement into storage T331_SPEINCHAR1LVS_SPERR
SPAUSSet blocking indicator at time of stock removal T331_SPAUSCHAR1LVS_SPERR
PRLETInd: Activate storage unit type check for stock placement T331_PRLETCHAR1XFELD
PRBERIndicator: storage section check active T331_PRBERCHAR1T331_PRBER
KZUAPIndicator: post and leave materials in same storage bin LVS_KZUAPCHAR1XFELD
LNUMTWarehouse number description LVS_LNUMTCHAR25TEXT25
LENVWIndicator: Storage type with storage unit management T331_LENVWCHAR1XFELD
IPUNKIndicator: Storage type is an identification point T331_IPUNKCHAR1XFELD
IPTYPIdentification point for storage type T331_IPTYPCHAR3T301LGTYP
KPUNKIndicator: Storage type is a pick point T331_KPUNKCHAR1XFELD
KPTYPPick point for storage type T331_KPTYPCHAR3T301LGTYP
USEINStock placement strategy via user exit T331_USEINCHAR1XFELD
USAUSStock removal strategy via user exit T331_USAUSCHAR1XFELD
MAILKMail control for replenishment stor.type T331_MAILKCHAR2T333MLVS_MAILK
RDMNGRound off requested quantity for stock removal T331_RDMNGCHAR1XFELD
AKTKAActive capacity check T331_AKTKACHAR1XFELD
NPLEIDest.stor.bin changeable during confirmation LVS_NPLEICHAR1LVS_NPLEI
PIKTAControl for HU pick T331_PIKTACHAR1T331_PIKTA
MINWMStorage type does not manage bin stock T331_MINWMCHAR1XFELD
PROFILEPicking Profile: HUs from WM PL_PROFILE_WMCHAR4CHUWMPUTPL_PROFILE_WM

Key field Non-key field



How do I retrieve data from SAP structure /SYCLO/WM_V_T3010_STR using ABAP code?

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

How to access SAP table /SYCLO/WM_V_T3010_STR

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