T465 SAP (Evaluation Profile Ranges of Coverage) Table details

Dictionary Type: Table
Description: Evaluation Profile Ranges of Coverage




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




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

T465 is a standard SAP Table which is used to store Evaluation Profile Ranges of Coverage data and is available within R/3 SAP systems depending on the version and release level.

The T465 table consists of various fields, each holding specific information or linking keys about Evaluation Profile Ranges of Coverage data available in SAP. These include WERKS (Plant), EVAPR (Evaluation Profile for Range-of-Coverage Data), BERR1 (Limit for Red Traffic Light for Stock Days' Supply), BERY1 (Limit for Yellow Traffic Light for Stock Days' Supply).. 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 or numeric)

Text table = T465T


SAP T465 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
EVAPREvaluation Profile for Range-of-Coverage Data MD_EVAPRCHAR3MD_EVAPR
BERR1Limit for Red Traffic Light for Stock Days' Supply BERR1DEC4(1) DECV3_1
BERY1Limit for Yellow Traffic Light for Stock Days' Supply BERY1DEC4(1) DECV3_1
BERG1Limit for Green Traffic Light for Stock Days' Supply BERG1DEC4(1) DECV3_1
BERR2Limit for Red Traffic Light for 1st Receipt Days' Supply BERR2DEC4(1) DECV3_1
BERY2Limit for Yellow Traffic Light for 1st Receipt Days' Supply BERY2DEC4(1) DECV3_1
BERG2Limit for Green Traffic Light for 1st Receipt Days' Supply BERG2DEC4(1) DECV3_1
BERR3Limit for Red Traffic Light for 2nd Receipt Days' Supply BERR3DEC4(1) DECV3_1
BERY3Limit for Yellow Traffic Light for 2nd Receipt Days' Supply BERY3DEC4(1) DECV3_1
BERG3Limit for Green Traffic Light for 2nd Receipt Days' Supply BERG3DEC4(1) DECV3_1
PDAYSPeriod grouping according to days KTAGECHAR1CHAR1
PWEEKPeriod grouping according to weeks KWOCHCHAR1CHAR1
PMONTPeriod grouping according to months KMONACHAR1CHAR1
PBUPRPeriod grouping according to posting periods KFLPRCHAR1CHAR1
PMRPPPeriod grouping according to planning calendar KMRPPCHAR1CHAR1
MRPPPPPC planning calendar MRPPPCHAR3T439GMRPPP
IPBEDStatistics Including Planned Independent Requirements MD_IPBEDCHAR1BOOLEAN
EPBEDNo Consideration of Planned Independent Requirements MD_EPBEDCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM T465
INTO CORRESPONDING FIELDS OF WA_T465
WHERE...

How to access SAP table T465

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