/SDF/IVISQRYPERS SAP (Persist queries for data collectors) Table details

Dictionary Type: Table
Description: Persist queries for data collectors




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




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

/SDF/IVISQRYPERS is a standard SAP Table which is used to store Persist queries for data collectors data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/IVISQRYPERS table consists of various fields, each holding specific information or linking keys about Persist queries for data collectors data available in SAP. These include RELID (), MW_PROTOCOL (Middleware protocol), SRTF2 (), CLUSTR ().. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SDF/IVISQRYPERS 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
MANDT 0
RELID 0
MW_PROTOCOLMiddleware protocol /SDF/IVIS_DC_MWPROT_DELCHAR5/SDF/IVIS_DC_MWPROT_DOM
SRTF2 0
CLUSTR 0
CLUSTD 0

Key field Non-key field



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

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

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

How to access SAP table /SDF/IVISQRYPERS

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