RNF03 SAP (IS-H: Form structure of patient data - relatives) Structure details

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




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




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

RNF03 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 - relatives" 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_RNF03 TYPE RNF03.

The RNF03 table consists of various fields, each holding specific information or linking keys about IS-H: Form structure of patient data - relatives data available in SAP. These include ANVN1 (IS-H: First Name of Person to Be Contacted), ANLA1 (Country of the Person to Be Contacted), ANPL1 (IS-H: Postal Code), ANOR1 (IS-H: City where Person to Be Contacted Resides).. 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 RNF03 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
ANNA1IS-H: Last Name of Person to Be Contacted NNAME_ANGCHAR30TEXT30
ANVN1IS-H: First Name of Person to Be Contacted VNAME_ANGCHAR30TEXT30
ANLA1Country of the Person to Be Contacted LAND_ANGCHAR3Assigned to domainLAND1
ANPL1IS-H: Postal Code PSTLZ_ANGCHAR10PSTLZ
ANOR1IS-H: City where Person to Be Contacted Resides ORT01_ANGCHAR25TEXT25
ANST1IS-H: Street and House Number of Person to Be Contacted STRAS_ANGCHAR30STRAS
ANTE1IS-H: Telephone Number of Person to Be Contacted TELF_ANGCHAR16TEXT16
ANVV1IS-H: Relationship VERWVHCHAR1Assigned to domainVERWVH
VV1TXIS-H: Text for Relationship TEXT_VERCHAR15TEXT15
VMKZ1IS-H: Legal Representative VORMUNDCHAR1XFELD
ANNA2IS-H: Last Name of Person to Be Contacted NNAME_ANGCHAR30TEXT30
ANVN2IS-H: First Name of Person to Be Contacted VNAME_ANGCHAR30TEXT30
ANLA2Country of the Person to Be Contacted LAND_ANGCHAR3Assigned to domainLAND1
ANPL2IS-H: Postal Code PSTLZ_ANGCHAR10PSTLZ
ANOR2IS-H: City where Person to Be Contacted Resides ORT01_ANGCHAR25TEXT25
ANST2IS-H: Street and House Number of Person to Be Contacted STRAS_ANGCHAR30STRAS
ANTE2IS-H: Telephone Number of Person to Be Contacted TELF_ANGCHAR16TEXT16
ANVV2IS-H: Relationship VERWVHCHAR1Assigned to domainVERWVH
VV2TXIS-H: Text for Relationship TEXT_VERCHAR15TEXT15
VMKZ2IS-H: Legal Representative VORMUNDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNF03

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