RSDDTZA_S_CHECK_GRID SAP (BW Accelerator Structure for Displaying Check Results) Structure details

Dictionary Type: Structure
Description: BW Accelerator Structure for Displaying Check Results




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




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

RSDDTZA_S_CHECK_GRID 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 "BW Accelerator Structure for Displaying Check Results" 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_RSDDTZA_S_CHECK_GRID TYPE RSDDTZA_S_CHECK_GRID.

The RSDDTZA_S_CHECK_GRID table consists of various fields, each holding specific information or linking keys about BW Accelerator Structure for Displaying Check Results data available in SAP. These include CHECK_NAME (Character field, length 32), CHECK_RESULT (Status of an Alert Monitor test), ICON_RESULT (Application Log: Message Type Visualization), CHECK_STATE (State of an Alert Server Check in TREX).. 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: Can be enhanced (character-type or numeric)


SAP RSDDTZA_S_CHECK_GRID 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
CHECK_IDNumber for Identifying BW Accelerator Check RSDDTZA_CHECK_IDNUMC4NUMC4
CHECK_NAMECharacter field, length 32 CHAR32CHAR32CHAR32
CHECK_RESULTStatus of an Alert Monitor test TREXD_ALERT_STATUSNUMC1TREXD_ALERT_STATUS
ICON_RESULTApplication Log: Message Type Visualization BALIMSGTYCHAR30TEXT30
CHECK_STATEState of an Alert Server Check in TREX TREXD_CHECK_STATENUMC1TREXD_CHECK_STATE
CHECK_STATE_TEXTChar 20 CHAR20CHAR20CHAR20
CHECK_TEXTName of BW Accelerator Check RSDDTZA_CHECK_NAMECHAR100
ICON_LNGApplication Log: Message long text icon BALILONGTCHAR30TEXT30
ACTION_IDID for Actions of BW Accelerator Monitor RSDDTZA_ACTION_IDNUMC4
ACTION_NAMEName of BW Accelerator Action RSDDTZA_ACTION_NAMECHAR100
ACTION_TEXTName of BW Accelerator Check RSDDTZA_CHECK_NAMECHAR100
ACTION_CODEOperation Code for BW Accelerator Activities RSDDTZA_ACTION_CODECHAR20CHAR20
ICON_ACTIONName of BW Accelerator Action RSDDTZA_ACTION_NAMECHAR100
ICON_ACTION_LNGApplication Log: Message long text icon BALILONGTCHAR30TEXT30
DETAILSBoolean RS_BOOLCHAR1RS_BOOL
ICON_DETAILSApplication Log: Message long text icon BALILONGTCHAR30TEXT30
EXECUTION_TIME_STAMPText field length 14 CHAR14CHAR14CHAR14
EXECUTION_DATESystem Date SYDATUMDATS8SYDATS
EXECUTION_TIMETIME Data Element for SYST SYTIMETIMS6SYTIME
CHECK_DATA_AGEChar 20 CHAR20CHAR20CHAR20
CHECK_DURATIONChar 20 CHAR20CHAR20CHAR20
CHECKSET_NAMEName of Record from BW Accelerator Checks RSDDTZA_CHECKSET_NAMECHAR32
MSGTYApplication Log: Message type (A,E,W,I,S) BALMSGTYCHAR1BALMSGTY
MSGIDApplication Log: Message class, message ID BALMSGIDCHAR20Assigned to domainARBGB
MSGNOApplication Log: Message number in message class BALMSGNONUMC3SYMSGNO
MSGV1Application Log: Message variable 1 BALMSGV1CHAR50SYCHAR50
MSGV2Application Log: Message variable 2 BALMSGV2CHAR50SYCHAR50
MSGV3Application Log: Message variable 3 BALMSGV3CHAR50SYCHAR50
MSGV4Application Log: Message variable 4 BALMSGV4CHAR50SYCHAR50
ACTION_MSGTYApplication Log: Message type (A,E,W,I,S) BALMSGTYCHAR1BALMSGTY
ACTION_MSGIDApplication Log: Message class, message ID BALMSGIDCHAR20Assigned to domainARBGB
ACTION_MSGNOApplication Log: Message number in message class BALMSGNONUMC3SYMSGNO
ACTION_MSGV3Application Log: Message variable 3 BALMSGV3CHAR50SYCHAR50
ACTION_MSGV1Application Log: Message variable 1 BALMSGV1CHAR50SYCHAR50
ACTION_MSGV2Application Log: Message variable 2 BALMSGV2CHAR50SYCHAR50
ACTION_MSGV3Application Log: Message variable 3 BALMSGV3CHAR50SYCHAR50
ACTION_MSGV4Application Log: Message variable 4 BALMSGV4CHAR50SYCHAR50

Key field Non-key field



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

As RSDDTZA_S_CHECK_GRID 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 RSDDTZA_S_CHECK_GRID as there is no data to select.

How to access SAP table RSDDTZA_S_CHECK_GRID

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