RNAT2 SAP (IS-H: Fields of IV declaration (Austria)) Structure details

Dictionary Type: Structure
Description: IS-H: Fields of IV declaration (Austria)




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




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

RNAT2 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 "IS-H: Fields of IV declaration (Austria)" 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_RNAT2 TYPE RNAT2.

The RNAT2 table consists of various fields, each holding specific information or linking keys about IS-H: Fields of IV declaration (Austria) data available in SAP. These include EINRI (Institution), FALNR (IS-H: Case Number), KOSTR (IS-H: Insurance Provider), LFDNR (IS-H: Sequence Number of Insurance Relationship).. 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 RNAT2 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
BELNRIS-H: Document number (e.g. insurance verification) ISH_BELNRCHAR10ALPHAISH_BELNR
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10NGPAALPHARI_KUNNRKOT
LFDNRIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
EZLRE ISH_EZLRECHAR1ISH_EZLRE
VERLG ISH_VERLGCHAR1VERLG
BEZST ISH_BEZSTCHAR2CHAR2
KLASS ISH_KLASSCHAR1AT_KLASS
KUBD1 ISH_KUBD1DATS8DATS
PROZ1 ISH_PROZ1DEC3DEC3
KUBD2 ISH_KUBD2DATS8DATS
PROZ2 ISH_PROZ2DEC3DEC3
KUBD3 ISH_KUBD3DATS8DATS
PROZ3 ISH_PROZ3DEC3DEC3
KUEDT ISH_KUEDTDATS8DATS
FRIST ISH_FRISTCHAR1ISH_FRIST
ABLGRIS-H AT: Reason for Rejection ISH_ABGRUCHAR2TN19GISH_ABGRU
KBFRE ISH_KBFRECHAR1ISH_KBFRE
VPTKB ISH_VPTKBNUMC2NUM2
VPTBT ISH_VPTBTNUMC2NUM2
KRZUS ISH_KRZUSCHAR1XFELDKRZ
BSTAT ISH_BSTATCHAR1CHAR1
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
GEBKZ ISH_GEBURCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNAT2

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