T321D SAP (Assignment Movement Type RM-WMS Dec. ERP -> HOST Act. (R/2)) Table details

Dictionary Type: Table
Description: Assignment Movement Type RM-WMS Dec. ERP -> HOST Act. (R/2)




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




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

T321D is a standard SAP Table which is used to store Assignment Movement Type RM-WMS Dec. ERP -> HOST Act. (R/2) data and is available within R/3 SAP systems depending on the version and release level.

The T321D table consists of various fields, each holding specific information or linking keys about Assignment Movement Type RM-WMS Dec. ERP -> HOST Act. (R/2) data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), VORGK (WMS Activity Key for ECC - R/2 Linkage), BWLVS (Movement Type for Warehouse Management), DSTKZ (Dynamic control indicator for communication no. definition).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T321D 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
VORGKWMS Activity Key for ECC - R/2 Linkage LVS_VORGKCHAR3LVS_VORGK
BWLVSMovement Type for Warehouse Management BWLVSNUMC3T333BWLVSBWL
DSTKZDynamic control indicator for communication no. definition LVS_DSTKZCHAR1LVS_DSTKZ
COMMNCommunication number for Q-API interface COMMNCHAR5TQCOMCOMMN
KZVMDIndicator: Pass on source TO items to R/2 (RM posting) T321DKZVMDCHAR1LVS_KZVNM
KZNMDIndicator: Pass on destination TO items to R/2 (RM posting) T321DKZNMDCHAR1LVS_KZVNM
KZDMDIndicator: Pass on differences to R/2 (RM posting) T321DKZDMDCHAR1LVS_KZVNM
KZDR2Indicator: Call up R/2 directly (RM posting) LVS_KZDR2CHAR1LVS_KZDR2
DIFFVIndicator: Include differences in source storage bin T321DDIFFVCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T321D
INTO CORRESPONDING FIELDS OF WA_T321D
WHERE...

How to access SAP table T321D

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