SDBAC_PAT SAP (DB13: List of proposed actions) Table details

Dictionary Type: Table
Description: DB13: List of proposed actions




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




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

SDBAC_PAT is a standard SAP Table which is used to store DB13: List of proposed actions data and is available within R/3 SAP systems depending on the version and release level.

The SDBAC_PAT table consists of various fields, each holding specific information or linking keys about DB13: List of proposed actions data available in SAP. These include OPSYS (Name of operating system), SHORTCUT (Type of DBA action), PVAR (PVAR), STARTTIME (System 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SDBAC_PAT 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
DBSYSDatabase System for DBA DBADBSYSCHAR10DBADBSYS
OPSYSName of operating system OPSYSCHAR10Assigned to domainOPSYS
SHORTCUTType of DBA action SDBA_BTYPECHAR5SDBA_BTYPE
PVAR PVAR0
STARTTIMESystem Time SYUZEITTIMS6SYTIME
PROPOSEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
BEGRELRelease of SAP System SYSAPRLCHAR4SYCHAR04
ENDRELRelease of SAP System SYSAPRLCHAR4SYCHAR04
BEGDBRELDatabase release SDBA_DBRELCHAR10SDBA_DBREL
ENDDBRELDatabase release SDBA_DBRELCHAR10SDBA_DBREL
ACTMODEAction Type: 'R' - NW Act., 'N' - Non-NW Act., ' ' - Both SDBA_ACTMOCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM SDBAC_PAT
INTO CORRESPONDING FIELDS OF WA_SDBAC_PAT
WHERE...

How to access SAP table SDBAC_PAT

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