T343XYZ SAP (Storage Bin Structure for X, Y, Z assignment to Storage bins) Table details

Dictionary Type: Table
Description: Storage Bin Structure for X, Y, Z assignment to Storage bins




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




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

T343XYZ is a standard SAP Table which is used to store Storage Bin Structure for X, Y, Z assignment to Storage bins data and is available within R/3 SAP systems depending on the version and release level.

The T343XYZ table consists of various fields, each holding specific information or linking keys about Storage Bin Structure for X, Y, Z assignment to Storage bins data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), LGTYP (Storage Type), LFDNR (Sequence number), SCHAB (Format of bin coordinate for automatic creation).. 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 T343XYZ 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
LGTYPStorage Type LGTYPCHAR3T301LGTYPLGTH_T301
LFDNRSequence number LVS_LFDNRCHAR3LVS_LFDNRLFN
SCHABFormat of bin coordinate for automatic creation T343_SCHABCHAR10Assigned to domainLGPLA
STRUKStructure of storage bins for automatic creation T343_STRUKCHAR10Assigned to domainLGPLA
STAWEStart value of storage bins for automatic creation T343_STAWECHAR10Assigned to domainLGPLA
ENDWEEnd value of storage bins for automatic creation T343_ENDWECHAR10Assigned to domainLGPLA
INCREIncrement for bins for automatic creation T343_INCRECHAR10Assigned to domainLGPLA
X_ZEROX Coordinate of the start bin T343XYZ_XZEROQUAN10(3) LTRM_COORD
Y_ZEROY Coordinate of the start bin T343XYZ_YZEROQUAN10(3) LTRM_COORD
Z_ZEROZ Coordinate of the start bin T343XYZ_ZZEROQUAN10(3) LTRM_COORD
XSTRUPointer to Structure for X T343XYZ_XSTRUCHAR1T343XYZ_STRUC
YSTRUPointer to Structure for Y T343XYZ_YSTRUCHAR1T343XYZ_STRUC
ZSTRUPointer to Structure for Z T343XYZ_ZSTRUCHAR1T343XYZ_STRUC
XINCRIncrement in X-Direction T343XYZ_XINCRQUAN10(3) T343XYZ_INCRE
YINCRIncrement in Y-Direction T343XYZ_YINCRQUAN10(3) T343XYZ_INCRE
ZINCRIncrement in Z-Direction T343XYZ_ZINCRQUAN10(3) T343XYZ_INCRE
ANGLEAngle for the orientation of a storage type in degrees T343XYZ_ANGLEDEC4(1) T343XYZ_ANGLE
XINCXIncrement in X-Direction calculated by angle and X-Increment T343XYZ_XINCXQUAN10(3) T343XYZ_INCRE
YINCXIncrement in Y-Direction calculated by angle and X-Increment T343XYZ_YINCXQUAN10(3) T343XYZ_INCRE
XINCYIncrement in X-Direction calculated by angle and Y-Increment T343XYZ_XINCYQUAN10(3) T343XYZ_INCRE
YINCYIncrement in Y-Direction calculated by angle and Y-Increment T343XYZ_YINCYQUAN10(3) T343XYZ_INCRE
LZONEZone LAGP_LZONECHAR10LTRM_ZONE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T343XYZ
INTO CORRESPONDING FIELDS OF WA_T343XYZ
WHERE...

How to access SAP table T343XYZ

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