TNRS2 SAP (Check Procedure for Rules) Table details

Dictionary Type: Table
Description: Check Procedure for Rules




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




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

TNRS2 is a standard SAP Table which is used to store Check Procedure for Rules data and is available within R/3 SAP systems depending on the version and release level.

The TNRS2 table consists of various fields, each holding specific information or linking keys about Check Procedure for Rules data available in SAP. These include EINRI (Institution), APPKL (Application (Always N for IS-H)), EVENT (IS-H: Event for Triggering Messages, Forms), RGART (IS-H: Rule Type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TNRS2 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
MANDTClient MANDTCLNT3T000MANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
APPKLApplication (Always N for IS-H) APPKLCHAR1APPKL
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6TNRS1N_EVENT
RGARTIS-H: Rule Type ISH_RGARTCHAR10TNRS1ALPHAISH_RGART
ENDDTValid-To Date of Check ISH_RGENDEDATS8RI_DATUM
BEGDTValid-From Date of Check ISH_RGBEGDATS8RI_DATUM
FBNAMName of Function Module for Rule Check ISH_PRFFUBCHAR30TFDIRFUNCNAME
ACTIVIS-H: Indicator Specifying if Check Is to Be Executed ISH_ACTIVECHAR1XFELD
PRFNRPriority of Check ISH_PRFNRNUMC2ISH_PRFNR
ABORTIS-H: Abort Processing when Rule Is Violated ISH_ABORTCHAR1XFELD
FASTARule Valid for Inpatient Cases ISH_FASTACHAR1XFELD
FAAMBRule Valid for Outpatient Cases ISH_FAAMBCHAR1XFELD
FATSTRule Valid for Day Patient Cases ISH_FATSTCHAR1XFELD
AKTIONIS-H: Perform Actions ISH_PRSAKTCHAR1XFELD
NOPOPIS-H: Perform Action without Confirmation ISH_NOPOPCHAR1XFELD
AKTBIIS-H: Perform Actions for BI also (no Confirmation) ISH_AKTBICHAR1XFELD
AUTHCKIS-H: Perform Authorization Check ISH_AUTHCHAR1XFELD
ONPOPIS-H: Actions with Confirmation and in Batch Input ISH_ONPOPCHAR1XFELD
TARSIGNIS-H: Indicator that Rule Type Uses Billing Catalog ISH_PRSTARCHAR1XFELD
AUTSIGNIS-H: Only Check Services for which Authorizations Exist ISH_AUTSIGNCHAR1XFELD
PROCSIGNIndicator That Rule Type Is a Procedure Rule ISH_PROCSIGNCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table TNRS2 using ABAP code

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

SELECT SINGLE *
FROM TNRS2
INTO CORRESPONDING FIELDS OF WA_TNRS2
WHERE...

How to access SAP table TNRS2

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