RNF65 SAP (IS-H: Header Structure Charge Comparison) Structure details

Dictionary Type: Structure
Description: IS-H: Header Structure Charge Comparison




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




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

RNF65 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: Header Structure Charge Comparison" 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_RNF65 TYPE RNF65.

The RNF65 table consists of various fields, each holding specific information or linking keys about IS-H: Header Structure Charge Comparison data available in SAP. These include CCTEXT (IS-H: Text for Case Configuration Charge Comparison), FALNR (IS-H: Case Number), FALAR (IS-H: Case Type), PATNR (IS-H: Patient 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 or numeric)


SAP RNF65 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
CCINDIS-H: Indicator Charge Comparison Germany ISH_CCINDCHAR2ISH_CCIND
CCTEXTIS-H: Text for Case Configuration Charge Comparison ISH_CCTEXTCHAR20CHAR020
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FALARIS-H: Case Type FALLARTCHAR1FALLART
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
AUFDTIS-H: Start of Evaluation Period STATBEGDTADATS8RI_DATUM
ENDDTIS-H: End of Evaluation Period STATENDDTADATS8RI_DATUM
FPIDIS-H: Flat Rate per Case TARLS_FPCHAR10Assigned to domainALPHATARLS
FPID2IS-H: Flat Rate per Case TARLS_FPCHAR10Assigned to domainALPHATARLS
SEIDIS-H: Procedures Surcharge TARLS_SECHAR10Assigned to domainALPHATARLS
SEID2IS-H: Procedures Surcharge TARLS_SECHAR10Assigned to domainALPHATARLS
DRGIS-H: DRG Service TARLS_DRGCHAR10Assigned to domainALPHATARLS
FPSEService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
GVDIS-H: Maximum Length of Stay in Days GRVERNUMC3GRVER
BRUWRIS-H: Gross Value of Billing Item in Document Currency ISH_BRUWRCURR11(2) ISH_WERTV6
WAERSIS-H: Currency of Billing Item WAERS_LSTCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table RNF65

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