T313B SAP (Definition of Verification Profile) Table details

Dictionary Type: Table
Description: Definition of Verification Profile




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




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

T313B is a standard SAP Table which is used to store Definition of Verification Profile data and is available within R/3 SAP systems depending on the version and release level.

The T313B table consists of various fields, each holding specific information or linking keys about Definition of Verification Profile data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), PROFI (Verification profile for mobile data entry), VSBIN (Verify source storage bin), VDBIN (Verify destination storage bin).. 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 T313B 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
PROFIVerification profile for mobile data entry T313APROFICHAR6T313APROFI
VSBINVerify source storage bin T313BVSBINCHAR1XFELD
VDBINVerify destination storage bin T313BVDBINCHAR1XFELD
VSOSUVerify storage unit at source storage bin T313BVSOSUCHAR1XFELD
VDESUVerification of storage unit at destination storage bin T313BVDESUCHAR1XFELD
VSQUAVerify quantity at source storage bin T313BVSQUACHAR1XFELD
VDQUAVeriry quantity at destination storage bin T313BVDQUACHAR1XFELD
VSMATVerify material at source storage bin T313BVSMATNUMC1T313BVEMAT
VDMATVerify material at destination storage bin T313BVDMATNUMC1T313BVEMAT
VSBATVerify batch at source storage bin T313BVSBATNUMC1T313BVEBAT
VDBATVerify batch at destination bin T313BVDBATNUMC1T313BVEBAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM T313B
INTO CORRESPONDING FIELDS OF WA_T313B
WHERE...

How to access SAP table T313B

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