T351 SAP (Maintenance strategy) Table details

Dictionary Type: Table
Description: Maintenance strategy




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




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

T351 is a standard SAP Table which is used to store Maintenance strategy data and is available within R/3 SAP systems depending on the version and release level.

The T351 table consists of various fields, each holding specific information or linking keys about Maintenance strategy data available in SAP. These include STRAT (Maintenance strategy), ZEIEH (Unit for the performance of maintenance tasks), LEIEH (Maintenance strategy activity unit), ZYK1G (Total cycle duration of a maintenance strategy).. 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 or numeric)

Text table = T351T


SAP T351 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
STRATMaintenance strategy STRATCHAR6WSTRASTRSTRAA
ZEIEHUnit for the performance of maintenance tasks DZEIEHUNIT3T006CUNITMEINS
LEIEHMaintenance strategy activity unit LEIEHUNIT3T006CUNITMEINS
ZYK1GTotal cycle duration of a maintenance strategy DZYK1_GESFLTP16(16) FLTP
ZYK2GTotal cycle duration of a maintenance strategy DZYK2_GESFLTP16(16) FLTP
ZYK1KSmallest step between two maintenance packages DZYK1_GGTFLTP16(16) FLTP
ZYK2KSmallest step between two performance-based MaintPackages DZYK2_GGTFLTP16(16) FLTP
ANZP1Number of MaintPackages in the MaintStrategy ANZPAK1NUMC2NUM2
ANZP2Number of MaintPackages in the MaintStrategy (peformance) ANZPAK2NUMC2NUM2
TOLE1Tolerance for Late Completion (%) TOLERPLUSNUMC3NUM3
TOLE2Tolerance for Early Completion (%) TOLERNEGNUMC3NUM3
VERS1Shift Factor for Late Completion VERSCHPLUSNUMC3NUM3
VERS2Shift Factor for Early Completion VERSCHNEGNUMC3NUM3
TERMKScheduling indicator TERMKNZCHAR1TERMKNZ
HORIZCall horizon for maintenance plan calls HORIZONTNUMC3NUM3
HORIZ_QUALIFIERCalculation Type of Call Horizon EAM_CC_CALLHORIZON_QUALIFIERCHAR1EAMQFEAM_CC_CALLHORIZON_QUALIFIER
FABKLFactory calendar key FABKLCHAR2TFACDWFCID

Key field Non-key field



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

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

SELECT SINGLE *
FROM T351
INTO CORRESPONDING FIELDS OF WA_T351
WHERE...

How to access SAP table T351

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