T437D SAP (Control Parameter Plant for Repetitive Mfg) Pooled Table details

Dictionary Type: Pooled Table
Description: Control Parameter Plant for Repetitive Mfg




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




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

T437D is a standard SAP Pooled Table which is used to store Control Parameter Plant for Repetitive Mfg data and is available within R/3 SAP systems depending on the version and release level.

The T437D table consists of various fields, each holding specific information or linking keys about Control Parameter Plant for Repetitive Mfg data available in SAP. These include WERKS (Plant), AUART (Production order type), BWAWA (Movement type for goods issue), BWAWE (Movement type for goods receipt).. 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: Not classified


SAP T437D 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 MANDTCLNT3T000MANDT
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
AUARTProduction order type SA_AUFARTCHAR4T003OAUFART
BWAWAMovement type for goods issue SA_BWARTWACHAR3T156BWARTBWA
BWAWEMovement type for goods receipt SA_BWARTWECHAR3T156BWART
PERIOTime bucket SA_PERIOCHAR1SA_PERIO
WESTRTransfer strategy of goods receipts (repetitive mfg) SA_WESTRCHAR2SA_WESTR
DLGRTStorage Location in Case of Version Linkage LORT2CHAR4T001LLGORT
RUSTRBackflush strategy SA_RUSTRCHAR2SA_RUSTR
CPROTDisplay Log for Actual Cost Calculation CO_CPROTCHAR1XFELD
SELHZSelection period for planned order assignment SA_SELHZDEC3DEC03
NKRRSNumber range for backlog from backflushing SA_NKRRSCHAR2NUMKR
VERTODistribution key for quantity produced SA_VERTOCHAR4T437VSA_VERTL
NKRBPNumber range for document log SA_NKRBPCHAR2NUMKR
VERTLDistribution of capacity requirements (Planned/prod.order) CR_VERTLCHAR8TC29CR_VERTL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T437D
INTO CORRESPONDING FIELDS OF WA_T437D
WHERE...

How to access SAP table T437D

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