T437S SAP (Repetitive Manufacturing Profile Table) Table details

Dictionary Type: Table
Description: Repetitive Manufacturing Profile Table




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




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

T437S is a standard SAP Table which is used to store Repetitive Manufacturing Profile Table data and is available within R/3 SAP systems depending on the version and release level.

The T437S table consists of various fields, each holding specific information or linking keys about Repetitive Manufacturing Profile Table data available in SAP. These include SFPRO (Repetitive manufacturing profile), AUART (Production type), BACKF (Post goods receipts and goods issues), KSART (Cost collector order type).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = T437R


SAP T437S 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
SFPRORepetitive manufacturing profile SFEPRCHAR4SFEPR
AUARTProduction type SA_AUARTCHAR4SA_AUART
BACKFPost goods receipts and goods issues BACKFCHAR1BACKF
KSARTCost collector order type KSAARCHAR4T003OAUFART
LABORActivity backflush to product cost collector SA_LABORCHAR1SA_LABOR
BWAWAMovement type for goods issue SA_BWARTWACHAR3Assigned to domainBWARTBWA
BWAWEMovement type for goods receipt SA_BWARTWECHAR3Assigned to domainBWART
REDSTReducing production quantities in REM backflushing SA_REDSTCHAR1SA_REDST
REDHZPeriod in which plnd ords. or RS quantities are reduced SA_REDHZDEC3DEC03
BAKOROption for correcting backflushing errors SA_BAKORCHAR1SA_BAKOR
RRETRIndicator: Backlogs from backflushing SA_RRETRCHAR1SA_RRETR
REPPTBackflushing with reporting points SA_REPPTCHAR1SA_REPPT
AUTOWEAutomatic GR in backflushing for last reporting point SA_AUTOWECHAR1SA_AUTOWE
BWASCMovement type for scrap SA_BWARTSCCHAR3Assigned to domainBWART
BWACOMovement type for by-product SA_BWARTCOCHAR3Assigned to domainBWART
BWAWEMMovement type for GR for individual sales order SA_BWAWEMCHAR3Assigned to domainBWART
XFAN1Firming logic for repetitive manufacturing FXLOGCHAR1FXLOG
BWAWAMMovement type for GI - individual stock of sales order SA_BWAWAMCHAR3Assigned to domainBWART
BWACRMvmt type for GI from plant stock for sales order SA_BWACRCHAR3Assigned to domainBWART
PLGENPlanned ord. - create for amount of reversal - GR - quantity SA_PLGENCHAR1SA_PLGEN
BWAWESMovement type for reversing goods receipt SA_BWRTWESCHAR3Assigned to domainBWART
BWAWASMovement type for reversing goods issue SA_BWRTWASCHAR3Assigned to domainBWARTBWA
BWASCSMovement type for reversing scrap SA_BWRTSCSCHAR3Assigned to domainBWART
BWACOSMovement type for reversing by-product SA_BWRTCOSCHAR3Assigned to domainBWART
BWAWEMSMovement type for reversing GR of individual sales order SA_BWAWEMSCHAR3Assigned to domainBWART
BWAWAMSMtype f. reversing GI of individual stock of sales order SA_BWAWAMSCHAR3Assigned to domainBWART
BWACRSMovmt type for reversing GI from plnt stock for sales order SA_BWACRSCHAR3Assigned to domainBWART
BCKFLBackflush with cost estimate/standard cost est. for material SA_BCKFLCHAR1SA_BCKFL
AGREQAggregated dependent requirements AGRESCHAR1AGREQ
NODUMNo requirements for phantom assembly NODUMCHAR1XFELD
PRZSTControl confirmation process CO_PRZSTCHAR4TPRRUCO_PRZST
CHSMMSearch procedure for batch determination KALSMA_CHCHAR6T683KALSM
RULESStock determination rule BF_RULESCHAR4T434RBF_RULES
BWULACTBatch Where-Used List in Repetitive Manufacturing BFBWULCHAR1BFBWUL
KZTTZBackflush: BOM Explosion by Deadline Technical State Logic BF_TTZCHAR1BF_TTZ
RP_KANBANReporting Point Confirmation with Kanban Cards SA_RPKANBANCHAR1SA_RPKANBAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM T437S
INTO CORRESPONDING FIELDS OF WA_T437S
WHERE...

How to access SAP table T437S

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