RNNAU SAP (IS-H NL: Internes tabel Ermächtigungen) Structure details

Dictionary Type: Structure
Description: IS-H NL: Internes tabel Ermächtigungen




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




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

RNNAU 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 NL: Internes tabel Ermächtigungen" 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_RNNAU TYPE RNNAU.

The RNNAU table consists of various fields, each holding specific information or linking keys about IS-H NL: Internes tabel Ermächtigungen data available in SAP. These include MANDT (Client), EINRI (Institution), AUTNR (_), FALNR (IS-H: Case Number).. 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 RNNAU 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
MANDTClient MANDTCLNT3T000MANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
AUTNR_ ISH_AUTNRCHAR10ALPHAISH_AUTNR
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
FALARIS-H: Case Type FALLARTCHAR1FALLART
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10NGPAALPHARI_KUNNRKOT
PATNRIS-H: Patient Number PATNRCHAR10NPATALPHAPATNRPAT
PERNRIS-H: Person Number RI_PERNRCHAR10NGPAALPHARI_KUNNRNGP
LFDNRIS-H: Sequence Number of Diagnosis LFDDIANUMC3LFDDIA
DITXTFree Text for Diagnosis ISH_DITEXTCHAR50TEXT50
DKAT_REFIS-H: Catalog ID of Reference Catalog for Statistics REF_DIAKATCHAR2KATID
DKEY_REFIS-H: Reference Diagnosis Code for Statistics REF_DIAIDCHAR30DIAID
AUTST_ ISH_AUTSTNUMC1ISH_AUTST
DATAU_ ISH_DATAUDATS8RI_DATUM
GRANR_ ISH_GRANRCHAR16ALPHAISH_GRANR
DATGR ISH_DATGRDATS8RI_DATUM
DATST_ ISH_DATSTDATS8RI_DATUM
DATEN_ ISH_DATENDDATS8RI_DATUM
AUTXT_ ISH_AUTXTCHAR40ISH_AUTXT
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
DBCNR ISH_NL_DBCNRNUMC10ISH_NL_DBCNR
LNRLS_ACTIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
AUT_TEXT ISH_NL_AUT_TEXTCHAR100CHAR100
TXT_KOSTRIS-H: Short Name of Business Partner KZNAMECHAR12ISH_C12
TXT_PERNRIS-H: Short Name of Business Partner KZNAMECHAR12ISH_C12
TXT_LFDNRDiagnosis Text DIATXTCHAR40TEXT40
TXT_AUTSTDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
MARKIS-H: Checkbox to Select a Row RI_MARKCHAR1XFELD
MODUS_ ISH_INDMODCHAR1ISH_INDMOD
INTAB_ ISH_INTABCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNNAU

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