T351P SAP (Maintenance packages) Table details

Dictionary Type: Table
Description: Maintenance packages




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




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

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

The T351P table consists of various fields, each holding specific information or linking keys about Maintenance packages data available in SAP. These include STRAT (Maintenance strategy), ZAEHL (Maintenance Package Number), ZEIEH (Unit for the performance of maintenance tasks), LEIEH (Maintenance strategy activity unit).. 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 = T351X


SAP T351P 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 STRATCHAR6T351WSTRASTRSTRAA
ZAEHLMaintenance Package Number PAKETZAEHLNUMC2PAKZAE
ZEIEHUnit for the performance of maintenance tasks DZEIEHUNIT3T006CUNITMEINS
LEIEHMaintenance strategy activity unit LEIEHUNIT3T006CUNITMEINS
ZYKZTMaintenance package cycle/offset DZYK_ZEITFLTP16(16) FLTP
ZYKLSTotal counter reading on call date DZYK_LEISTFLTP16(16) FLTP
OFFZTStart offset of a time-based maintenance package DZYK_OFFZTFLTP16(16) FLTP
OFFLSStart offset of a performance-based maintenance package DZYK_OFFLSFLTP16(16) FLTP
HIERANature of the maintenance packages (additional, replacement) HIERARCHIENUMC2NUM2
PUFFPLead Float in Days PUFF_VORLNUMC3NUM3
PUFFNFollow-up float in days PUFF_NACHLNUMC3NUM3
PERKNPeriod type indicator for maintenance package PERIODEKNZCHAR1PERKNZ
EROEFCall horizon in days (per maintenance package) EROEFNUMC3NUM3

Key field Non-key field



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

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

SELECT SINGLE *
FROM T351P
INTO CORRESPONDING FIELDS OF WA_T351P
WHERE...

How to access SAP table T351P

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