T313C SAP (Assignment of application identifier type) Table details

Dictionary Type: Table
Description: Assignment of application identifier type




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




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

T313C is a standard SAP Table which is used to store Assignment of application identifier type data and is available within R/3 SAP systems depending on the version and release level.

The T313C table consists of various fields, each holding specific information or linking keys about Assignment of application identifier type data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), BINAI (Storage bin application identifier), MATAI (Material application identifier), SUMAI (Storage unit application identifier).. 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 T313C 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
BINAIStorage bin application identifier T313CBINAICHAR10Assigned to domainT313DAITYP
MATAIMaterial application identifier T313CMATAICHAR10Assigned to domainT313DAITYP
SUMAIStorage unit application identifier T313CSUMAICHAR10Assigned to domainT313DAITYP
QTYAIQuantity application identifier T313CQTYAICHAR10Assigned to domainT313DAITYP
DELAIDelivery application identifier T313CDELAICHAR10Assigned to domainT313DAITYP
MSAAIMS area application identifier T313CMSAAICHAR10Assigned to domainT313DAITYP
TRKAIShipment (Shipment ID) application identifier T313CTRKAICHAR10Assigned to domainT313DAITYP
WAVAIGroup application identifier T313CWAVAICHAR10Assigned to domainT313DAITYP
HUMAIHandling unit application identifier T313CHUMAICHAR10Assigned to domainT313DAITYP
BTHAIBatch application identifier T313CBTHAICHAR10Assigned to domainT313DAITYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM T313C
INTO CORRESPONDING FIELDS OF WA_T313C
WHERE...

How to access SAP table T313C

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