RNF07 SAP (IS-H: Form structure of admission-referral physician/hosp.) Structure details

Dictionary Type: Structure
Description: IS-H: Form structure of admission-referral physician/hosp.




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




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

RNF07 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 admission-referral physician/hosp." 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_RNF07 TYPE RNF07.

The RNF07 table consists of various fields, each holding specific information or linking keys about IS-H: Form structure of admission-referral physician/hosp. data available in SAP. These include EAVNAME (First Name / Second Name), EANAME (IS-H: Last Name/ 1st Name), EANAME3 (Third Name), EANAMZU (IS-H: Name Affix).. 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 RNF07 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
ADMISSPHYSIS-H: Person Number RI_PERNRCHAR10Assigned to domainALPHARI_KUNNRNGP
EAVNAMEFirst Name / Second Name GPNAM2CHAR35NAME
EANAMEIS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
EANAME3Third Name GPNAM3CHAR35NAME
EANAMZUIS-H: Name Affix RI_NAMZUCHAR15Assigned to domainTITEL
EAVORSWIS-H: Name Prefix RI_VORSWCHAR15Assigned to domainTITEL
EATITELIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
EAANREDIS-H: Form-of-Address Short Text ISH_AKURZCHAR5TEXT5
EACONCNAMEIS-H: Last name and first name of referring physician EANAMCHAR40TEXT40
EALANDIS-H: Country of Business Partner LAND_GPCHAR3Assigned to domainLAND1
EAORTIS-H: City of Business Partner ORT_GPCHAR25TEXT25
EAORT2District of Business Partner ORT2_GPCHAR25TEXT25
EAPLZIS-H: Postal Code of Business Partner PSTLZ_GPCHAR10PSTLZ
EASTRIS-H: Street Name and Street Number of Business Partner STRASSE_GPCHAR30STRAS
EAADRIS-H: Physician Address - Referring Physician EAADRCHAR40TEXT40
EATELEFONIS-H: Telephone Number of Business Partner TELEFON_GPCHAR16TEXT16
EAARZTNIS-H: Identifier for a Physician ARZTNRCHAR12ARZTNR
EALANRLifelong Physician Number of Referring Physician ISH_LANR_EDOCCHAR9ISH_LANR
EABSNRNumber of Place of Work for Referring Physician ISH_BSNR_EDOCCHAR9ISH_BSNR
ADMISSHOSPIS-H: Identification of Hospital KHIDCHAR10Assigned to domainALPHARI_KUNNRKRH
ADHOSPNAMEIS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
ADHOSPNAM2First Name / Second Name GPNAM2CHAR35NAME
ADHOSPNAM3Third Name GPNAM3CHAR35NAME
ADHOSPLANDIS-H: Country of Business Partner LAND_GPCHAR3Assigned to domainLAND1
ADHOSPPOSTIS-H: Postal Code of Business Partner PSTLZ_GPCHAR10PSTLZ
ADHOSPCITYIS-H: City of Business Partner ORT_GPCHAR25TEXT25
ADHOSPQUARDistrict of Business Partner ORT2_GPCHAR25TEXT25
ADHOSPSTREIS-H: Street Name and Street Number of Business Partner STRASSE_GPCHAR30STRAS
ADHOSPTELFIS-H: Telephone Number of Business Partner TELEFON_GPCHAR16TEXT16
ADHOSPADRIS-H: Hospital Address KHADRCHAR40TEXT40
ADHOSPIKNRIS-H: Institute Indicator INSTNRCHAR10ALPHAINSTNR
HAUSARZTIS-H: Person Number RI_PERNRCHAR10Assigned to domainALPHARI_KUNNRNGP
HAVNAMEFirst Name / Second Name GPNAM2CHAR35NAME
HANAMEIS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
HANAME3Third Name GPNAM3CHAR35NAME
HANAMZUIS-H: Name Affix RI_NAMZUCHAR15Assigned to domainTITEL
HAVORSWIS-H: Name Prefix RI_VORSWCHAR15Assigned to domainTITEL
HATITELIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
HAANREDIS-H: Form-of-Address Short Text ISH_AKURZCHAR5TEXT5
HACONCNAMEIS-H: Last and first name of the family physician HANAMCHAR40TEXT40
HALANDIS-H: Country of Business Partner LAND_GPCHAR3Assigned to domainLAND1
HAORTIS-H: City of Business Partner ORT_GPCHAR25TEXT25
HAORT2District of Business Partner ORT2_GPCHAR25TEXT25
HAPLZIS-H: Postal Code of Business Partner PSTLZ_GPCHAR10PSTLZ
HASTRIS-H: Street Name and Street Number of Business Partner STRASSE_GPCHAR30STRAS
HAADRIS-H: Physician Address - Family Physician HAADRCHAR40TEXT40
HATELEFONIS-H: Telephone Number of Business Partner TELEFON_GPCHAR16TEXT16
HAARZTNIS-H: Identifier for a Physician ARZTNRCHAR12ARZTNR
RFSRCIS-H: Referral, Postdischarge Treatment Type ISH_REFSRCCHAR2Assigned to domainALPHAISH_REFSRC

Key field Non-key field



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

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

How to access SAP table RNF07

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