PIQ_RULE_IRESULTS SAP (Display Results of Rule Check) Structure details

Dictionary Type: Structure
Description: Display Results of Rule Check




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




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

PIQ_RULE_IRESULTS 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 "Display Results of Rule Check" 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_PIQ_RULE_IRESULTS TYPE PIQ_RULE_IRESULTS.

The PIQ_RULE_IRESULTS table consists of various fields, each holding specific information or linking keys about Display Results of Rule Check data available in SAP. These include RC_NAME (Object Name), RM_ID (Rule Module), RM_NAME (Rule Module (Description)), RM_RES (Result of Rule Module Check).. 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)


SAP PIQ_RULE_IRESULTS 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
RC_IDObject ID OBJEKTIDNUMC8NUM08PON
RC_NAMEObject Name STEXTCHAR40TEXT40
RM_IDRule Module PIQRULEMODULENUMC8Assigned to domainPIQRULEMODULE
RM_NAMERule Module (Description) PIQRULEMODULETCHAR40TEXT40
RM_RESResult of Rule Module Check PIQRULEIRESMNUMC1NUMC1
RULE_TYPERule Type PIQRULETYPECHAR1PIQRULETYPE
RULE_ELEMRule Element PIQRULEELEMENTCHAR7CHAR7
RULE_NAMEValidation description VALTEXTCHAR35TEXT35
RULE_RESResult of Rule Check PIQRULERRESCHAR1CHAR1
RULEMSG_MSGCLASSApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
RULEMSG_TXTNRMessage number MSGNRCHAR3Assigned to domainMSGNR
RULEMSG_TYPICONCheck Result PIQRULERESULTICOCHAR4CHAR4
RULEMSG_MSGTYPMessage type (E, I, W, ...) MSGTY_COCHAR1MSGTY_CO
RULEMSG_TEXTMessage Text NATXTCHAR73NATXT

Key field Non-key field



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

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

How to access SAP table PIQ_RULE_IRESULTS

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