T437U SAP (Control Table for Further Processing of Goods Receipts) Table details

Dictionary Type: Table
Description: Control Table for Further Processing of Goods Receipts




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




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

T437U is a standard SAP Table which is used to store Control Table for Further Processing of Goods Receipts data and is available within R/3 SAP systems depending on the version and release level.

The T437U table consists of various fields, each holding specific information or linking keys about Control Table for Further Processing of Goods Receipts data available in SAP. These include WERK1 (Plant of lower-level material), MATN1 (Completed lower-level material), VERI1 (Production version of the manufactured material), ZAEHL (Help counter).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T437U 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 MANDTCLNT3T000MANDT
WERK1Plant of lower-level material WERKVONCHAR4T001WWERKS
MATN1Completed lower-level material MATVONCHAR18MARAMATN1MATNR
VERI1Production version of the manufactured material VERIVONCHAR4MKALVERID
ZAEHLHelp counter HZAEHLNUMC3NUMC3
WERK2Plant of higher-level material WERKZUCHAR4T001WWERKS
MATN2Assembly in which the completed material is used MATZU_DCHAR18MARAMATN1MATNR
VERI2Version of the higher-level material VERIDZUCHAR4MKALVERID
LORT2Storage Location in Case of Version Linkage LORT2CHAR4T001LLGORT
HORIZPlanning horizon PLAHZNUMC3NUM03

Key field Non-key field



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

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

SELECT SINGLE *
FROM T437U
INTO CORRESPONDING FIELDS OF WA_T437U
WHERE...

How to access SAP table T437U

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