/SDF/PAT03 SAP (Patch Directory) Table details

Dictionary Type: Table
Description: Patch Directory




ABAP Code to SELECT data from /SDF/PAT03
Related tables to /SDF/PAT03
Access table /SDF/PAT03




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

/SDF/PAT03 is a standard SAP Table which is used to store Patch Directory data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/PAT03 table consists of various fields, each holding specific information or linking keys about Patch Directory data available in SAP. These include SHORT_TEXT (Support Package description), STATUS (Support Package import status), DELIV_DATE (Support Package arrival date), DELIV_TIME (Support Package arrival time).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SDF/PAT03 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
PATCH Support Package name0
SHORT_TEXT Support Package description0
STATUS Support Package import status0
DELIV_DATE Support Package arrival date0
DELIV_TIME Support Package arrival time0
RESPONSIBL Person responsible for Support Package import0
IMPLE_DATE Support Package import date0
IMPLE_TIME Support Package import time0
L_IMPL_REL R/3 System, system release0
CONFLICTS Conflicts between Support Package and add-on0
CONFIRMED Confirmed0
BACKUP Request/Task0
FROM_REL R/3 System, system release0
TO_REL R/3 System, system release0
OS R/3 System, Operating System of Application Server0
DB R/3 System, name of central database system0
PATCH_TYPE Support Package type0
ANCESTOR Support Package predecessor0
STRICT_SEQ Flag for fixed predecessor0
NO_GEN Suppress generation when importing Support Package0
SPAMFIX Support Package is an update of SAP Patch Manager (SPAM)0
ADDON_ID Name of an R/3 add-on product0
ADDON_REL Version of an R/3 add-on product0
IGN_CONFLI Ignore conflicts with the respective add-on0
AP_ANCEST Add-on Support Package predecessor0
EPSFILSIZ File Size Placeholder (for Unicode, Original: EPSFILSIZ)0
HI_ANCEST High predecessor (for CRTs only)0
COMP_REL Component release0
COMPONENT Component0

Key field Non-key field



How do I retrieve data from SAP table /SDF/PAT03 using ABAP code

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

SELECT SINGLE *
FROM /SDF/PAT03
INTO CORRESPONDING FIELDS OF WA_/SDF/PAT03
WHERE...

How to access SAP table /SDF/PAT03

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