T440Z SAP (Allocate error -> error class in the forecast) Pooled Table details

Dictionary Type: Pooled Table
Description: Allocate error -> error class in the forecast




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




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

T440Z is a standard SAP Pooled Table which is used to store Allocate error -> error class in the forecast data and is available within R/3 SAP systems depending on the version and release level.

The T440Z table consists of various fields, each holding specific information or linking keys about Allocate error -> error class in the forecast data available in SAP. These include MSGNR (Message number), FEHL1 (Error class 1), FEHL2 (Error class 2), FEHL3 (Error class 3).. 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


SAP T440Z pooled 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
MSGNRMessage number MSGNRCHAR3T100MSGNR
FEHL1Error class 1 FEHL1CHAR1XFELDFE1
FEHL2Error class 2 FEHL2CHAR1XFELDFE2
FEHL3Error class 3 FEHL3CHAR1XFELDFE3
FEHL4Error class 4 FEHL4CHAR1XFELDFE4
FEHL5Error class 5 FEHL5CHAR1XFELDFE5
FEHL6Error class 6 FEHL6CHAR1XFELDFE6
FEHL7Error class 7 FEHL7CHAR1XFELDFE7
FEHL8Error class 8 FEHL8CHAR1XFELDFE8

Key field Non-key field



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

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

SELECT SINGLE *
FROM T440Z
INTO CORRESPONDING FIELDS OF WA_T440Z
WHERE...

How to access SAP table T440Z

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