T308 SAP (Requirements Categories) Table details

Dictionary Type: Table
Description: Requirements Categories




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




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

T308 is a standard SAP Table which is used to store Requirements Categories data and is available within R/3 SAP systems depending on the version and release level.

The T308 table consists of various fields, each holding specific information or linking keys about Requirements Categories data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), BETYP (Requirement Type), FELDN (Name of field), DPMBN (Dynamic storage bin - material document number).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = T308T


SAP T308 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
BETYPRequirement Type LVS_BETYPCHAR1LVS_BETYP
FELDNName of field FELDNCHAR16CHAR16
DPMBNDynamic storage bin - material document number T308_DPMBNCHAR1XFELD
FELDLName of field FELDNCHAR16CHAR16

Key field Non-key field



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

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

SELECT SINGLE *
FROM T308
INTO CORRESPONDING FIELDS OF WA_T308
WHERE...

How to access SAP table T308

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