SDBAHI SAP (Internal Table for Results of DBA Scheduling) Structure details

Dictionary Type: Structure
Description: Internal Table for Results of DBA Scheduling




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




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

SDBAHI is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Internal Table for Results of DBA Scheduling" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SDBAHI TYPE SDBAHI.

The SDBAHI table consists of various fields, each holding specific information or linking keys about Internal Table for Results of DBA Scheduling data available in SAP. These include DAYE (Day of the week for DBA action), TIMEE (Time (24 hour clock) for DBA action to run), BEG (Start of the DBA action), FUNCT (Function ID for DBA action).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SDBAHI structure 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
WEEKWeek for calendar display of backup scheduling SDBA_WEEKNUMC2NUMC2
DAYEDay of the week for DBA action SDBA_DAYNUMC1SDBA_DAY
TIMEETime (24 hour clock) for DBA action to run SDBA_TIMETIMS6SYTIME
BEGStart of the DBA action SDBA_BEGINCHAR14SDBA_TSTMP
FUNCTFunction ID for DBA action SDBA_FUNCTCHAR3SDBA_FUNCT
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
OBJObject of DB operation SDBA_OBJCHAR16CHAR16
RCReturn code for DBA action SDBA_RCNUMC4SDBA_RC
STATEStatus of the DBA Action SDBA_STATECHAR1SDBA_STATE
REQIDRequest ID for Informix onarchive actions SDBA_REQIDINT410INT4
ACTIDName of DBA Log SDBA_ACTIDCHAR16CHAR16
DBSPACESETInformix dataset name SDBA_DSCHAR18CHAR18
JOBIDJob ID for Informix archive jobs SDBA_JIDINT410INT4
FDESCDescription of DB Operation SDBA_FDESCCHAR80SDBA_FDESC
SQLJOBIDMS SQL Server job ID MSQJOBIDRAW16MSQHEX16

Key field Non-key field



How do I retrieve data from SAP structure SDBAHI using ABAP code?

As SDBAHI is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SDBAHI as there is no data to select.

How to access SAP table SDBAHI

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