RNFK1 SAP (IS-H: Patient accounting header fields) Structure details

Dictionary Type: Structure
Description: IS-H: Patient accounting header fields




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




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

RNFK1 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: Patient accounting header fields" 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_RNFK1 TYPE RNFK1.

The RNFK1 table consists of various fields, each holding specific information or linking keys about IS-H: Patient accounting header fields data available in SAP. These include PATNR (IS-H: Patient Number), FALNR (IS-H: Case Number), FALAR (IS-H: Case Type), AUFDT (IS-H: Date of Movement).. 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 RNFK1 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FALARIS-H: Case Type FALLARTCHAR1FALLART
AUFDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
AUFZTIS-H: Time of Movement BWIZTTIMS6UHRZT
AUFARTIS-H: Movement Type RI_BWARTCHAR2Assigned to domainRI_BWART
AUFGRMovement Reason - 1st and 2nd Positions ISH_BWGR1CHAR2Assigned to domainISH_BGRUND
ENTDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
ENTZTIS-H: Time of Movement BWIZTTIMS6UHRZT
ENTARTIS-H: Movement Type RI_BWARTCHAR2Assigned to domainRI_BWART
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
PLANIS-H: Planned Indicator for End Date of Movement PLANECHAR1ISH_PLAN
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VKORGIS-H: Sales Organization (Det. Pricing Proc. Pat.Billing) ISH_VKORGCHAR4Assigned to domainVKORGVKO
VTWEGIS-H: Distribution Channel (Det. Pricing Proc. Pat. Billing) ISH_VTWEGCHAR2ISH_VTWEGVTW
SPARTIS-H: Division (for Det.Costing Procedure Pat. Billing) ISH_SPARTCHAR2ISH_SPARTSPA
VORABIS-H: Indicator whether Case Should Be Provisionally Billed VORABR_KZCHAR1XFELD
ENDABIS-H: Specifies if Final Billing to be Performed for Case ENDABR_KZCHAR1XFELD
ZWIABIS-H: Ind. whether Interim Billing to Be Performed ISH_ZWIABR_KZCHAR1XFELD
DATZWIS-H: Date up to which Interim Billing Is to Be Performed ISH_ZWIABR_DATDATS8RI_DATUM
ABDATIS-H: Billing Date ABR_DATDATS8RI_DATUM
BLDATIS-H: Document Date of Financial Accounting Document BLDAT_ISHDATS8DATUM
TABKZIS-H: Ind. whether Case Billing Is to Be Performed as a Test TESTABR_KZCHAR1XFELD
BPVKZIS-H: Invoice per Visit ISH_BPVKZCHAR1XFELD
FSPERIS-H: Billing Block for Case FSPERCHAR1ISH_FSPER
LANDIS-H: Country of patient's place of residence LAND_PATCHAR3Assigned to domainLAND1
RESIDIndicator That Patient Is Non-Resident ISH_RESIDCHAR1XFELD
EMTYPIS-H: Employee Type ISH_EMTYPECHAR2Assigned to domainALPHAISH_EMTYPE
EDIAGIS-H: 'Discharge Diagnosis Exists' Indicator EDIAGCHAR1XFELD
BEGDTIS-H: Start Date of Case BEGDT_FALDATS8RI_DATUM
ENDDTIS-H: End Date of Case ENDDT_FALDATS8RI_DATUM
VSTATIS-H: Indicator for Visit Type 'Preadmission' ISH_VSTATCHAR1XFELD
BEKATTreatment Category BEKATCHAR6Assigned to domainALPHABEHKATEG
FPKZIS-H: Ind. whether the Case Has a Flat Rate (at Least 1) ISH_FPKZCHAR1XFELD
SEKZProcedure Surcharge Is Defined for Case (at Least 1) ISH_SEKZCHAR1XFELD
BLANDIS-H: Region (Federal State, Province, County) ISH_REGIONCHAR3Assigned to domainREGIO
FVISTIS-H: Date of First Visit for Outpatient Case ISH_FVISITDATS8RI_DATUM
FOREIIS-H: Foreign Case ISH_FOREIGCHAR1XFELD
BPTCINDInvoice per Treatment Certificate ISH_BPTCINDCHAR1XFELD
BPTIINDInvoice per Time Interval ISH_BPTIINDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNFK1

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