T351_OLD SAP (Old Status of Maintenance Strategy) Table details

Dictionary Type: Table
Description: Old Status of Maintenance Strategy




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




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

T351_OLD is a standard SAP Table which is used to store Old Status of Maintenance Strategy data and is available within R/3 SAP systems depending on the version and release level.

The T351_OLD table consists of various fields, each holding specific information or linking keys about Old Status of 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)


SAP T351_OLD 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
STRATMaintenance strategy STRATCHAR6Assigned to domainWSTRASTRSTRAA
ZEIEHUnit for the performance of maintenance tasks DZEIEHUNIT3Assigned to domainCUNITMEINS
LEIEHMaintenance strategy activity unit LEIEHUNIT3Assigned to domainCUNITMEINS
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
FABKLFactory calendar key FABKLCHAR2Assigned to domainWFCID

Key field Non-key field



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

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

SELECT SINGLE *
FROM T351_OLD
INTO CORRESPONDING FIELDS OF WA_T351_OLD
WHERE...

How to access SAP table T351_OLD

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