T311L SAP (Definition of Run Within a WM Group) Table details

Dictionary Type: Table
Description: Definition of Run Within a WM Group




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




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

T311L is a standard SAP Table which is used to store Definition of Run Within a WM Group data and is available within R/3 SAP systems depending on the version and release level.

The T311L table consists of various fields, each holding specific information or linking keys about Definition of Run Within a WM Group data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), REFNR (Group), LANUM (Sequence number), L2SKA (Picking step in 2-step picking).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T311L table 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 MANDTCLNT3Assigned to domainMANDT
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
REFNRGroup LVS_REFNRCHAR10Assigned to domainALPHALVS_REFNRREFNRH_LVS_REFNR
LANUMSequence number T311LLANUMNUMC3T310_LANUM
L2SKAPicking step in 2-step picking T311LL2SKACHAR1LVS_2SKTAART
DATUMCreation date of the run T311LDATUMDATS8DATUM
UZEITCreation time of the run T311LUZEITTIMS6UZEIT
KZDRUIndicator: Release/Print for the ref. number started T311LKZDRUCHAR1XFELD
DRUKZIndicator: form and sort code for printing transfer orders LVS_DRUKZCHAR2T329FLVS_DRUKZ
LDESTName of printer LVS_LDESTCHAR4TSP03SPDEVRSPOPNAMEPRI
KZKOMIndicator: Communication to WCU for the run completed T311LKZKOMCHAR1XFELD
KZERLIndicator: TO creation completed for the run T311LKZERLCHAR1XFELD
KZQUIIndicator: Multiple processing (TOs) confirmed for the run T311LKZQUICHAR1XFELD
KZDIFIndicator: TOs confirmed with differences for the run T311LKZDIFKZDICHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table T311L using ABAP code

The following ABAP code Example will allow you to do a basic selection on T311L to SELECT all data from the table
DATA: WA_T311L TYPE T311L.

SELECT SINGLE *
FROM T311L
INTO CORRESPONDING FIELDS OF WA_T311L
WHERE...

How to access SAP table T311L

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