RSDASYB_S_SYSIQINFO SAP (IQ System Info View) Structure details

Dictionary Type: Structure
Description: IQ System Info View




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




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

RSDASYB_S_SYSIQINFO 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 "IQ System Info View" 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_RSDASYB_S_SYSIQINFO TYPE RSDASYB_S_SYSIQINFO.

The RSDASYB_S_SYSIQINFO table consists of various fields, each holding specific information or linking keys about IQ System Info View data available in SAP. These include TIMESTAMP_UPD (Update Timestamp (IQ System Time Zone)(IQ System Time Zone)), COMMIT_TXN_ID (Most recent Commit Transaction ID from SYSINFO View).. 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: Cannot Be Enhanced


SAP RSDASYB_S_SYSIQINFO 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
TIMESTAMP_CRECreation Timestamp (IQ System Time Zone) RSDASYB_TIMESTAMP_CREDEC21(7) TZNTSTMPL
TIMESTAMP_UPDUpdate Timestamp (IQ System Time Zone)(IQ System Time Zone) RSDASYB_TIMESTAMP_UPDDEC21(7) TZNTSTMPL
COMMIT_TXN_IDMost recent Commit Transaction ID from SYSINFO View RSDASYB_COMMIT_TXN_IDDEC19RSDA_INT8

Key field Non-key field



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

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

How to access SAP table RSDASYB_S_SYSIQINFO

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