RNF04 SAP (IS-H: Form structure of patient data - other data) Structure details

Dictionary Type: Structure
Description: IS-H: Form structure of patient data - other data




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




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

RNF04 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: Form structure of patient data - other data" 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_RNF04 TYPE RNF04.

The RNF04 table consists of various fields, each holding specific information or linking keys about IS-H: Form structure of patient data - other data data available in SAP. These include TODDT (IS-H: Date of Death From), TODZT (Time of Death From), TODDB (Date of Death To), TODZB (IS-H: Time of Death To).. 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 RNF04 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
GLANDIS-H: Country of Birth GLANDCHAR3Assigned to domainLAND1
TODDTIS-H: Date of Death From TODDVDATS8RI_DATUM
TODZTTime of Death From TODZVTIMS6UHRZT
TODDBDate of Death To TODDBDATS8RI_DATUM
TODZBIS-H: Time of Death To TODZBTIMS6UHRZT
TODKZIS-H: Patient Is Deceased PAT_TODCHAR1XFELD
FAMSTIS-H: Marital Status RI_FAMSTCHAR1RI_FAMST
FAMTXMarital Status Designation RI_FATXTCHAR6FATXT
KONFEIS-H: Religion RI_KONFECHAR2RI_KONFE
KOABKReligious Denomination KITXTCHAR4KITXT
NATIOIS-H: Nationality RI_NATIOCHAR3Assigned to domainLAND1
NATTXNationality NATIOCHAR15TEXT15
SPRASPatient Language SPRAS_PATLANG1Assigned to domainISOLASPRAS
BLANDIS-H: Region (Federal State, Province, County) ISH_REGIONCHAR3Assigned to domainREGIO
PFARRIS-H: Parish PFARRCHAR2Assigned to domainPFARR
SPENDOrgan Donor Indicator SPENKZCHAR1XFELD
SPENTExplanation for Donor Indicator SPENTEXTCHAR50TEXT50
VIPKZIS-H: VIP Indicator VIPKZCHAR1XFELD
ARCHVIS-H: Archived Data Indicator ARCHIVCHAR1XFELD
RESIDIndicator That Patient Is Non-Resident ISH_RESIDCHAR1XFELD
DOCTYPType of Identification Document ISH_PASSTYCHAR2Assigned to domainALPHAISH_PASSTY
DOCNRIS-H: Identification Document Number ISH_PASSNRCHAR15NLJUSISH_PASSNR
EXTNRIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
RFPATReference to Patient Number in Merging RFPATCHAR10Assigned to domainALPHAPATNR
BERUFIS-H: Patient Occupation BERUFCHAR25TEXT25
RVNUMIS-H: Social Insurance Number ISH_RVNUMCHAR20ISH_SVNUM
KZTXTIS-H: Comment on Patient TEXT_PATCHAR50TEXT50
GBORTIS-H: Patient Birthplace ISH_GBORTCHAR25TEXT25
PFORTIS-H: Patient Does not Appear in Public List PFORTCHAR1XFELD
RISKFIS-H: Risk Information Exists for the Patient ISH_RISIKOCHAR1XFELD
ISTAT_BPLISTAT Code ISH_ISTATCHAR6ISH_ISTAT
ISTAT_BPLTXTText for ISTAT Code ISH_ISTATTXTCHAR40TEXT40
TAXNUMTax Number of Person ISH_IT_TAXNUMCHAR20BPTAXNUM
TAXNUM_INDTax Number Indicator ISH_TAXNUM_INDCHAR1XFELD
STPSTP Code ISH_STPCHAR16ISH_STP
STP_ENDDTEnd of Validity of STP Code ISH_STPENDDATS8RI_DATUM
CONS_PERSDATAConsent for Processing of Personal Data ISH_CONS_PERSDATACHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNF04

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