RNFPNL SAP (IS-H: NL-specific fields RNFP1) Structure details

Dictionary Type: Structure
Description: IS-H: NL-specific fields RNFP1




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




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

RNFPNL 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: NL-specific fields RNFP1" 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_RNFPNL TYPE RNFPNL.

The RNFPNL table consists of various fields, each holding specific information or linking keys about IS-H: NL-specific fields RNFP1 data available in SAP. These include ADINS (IS-H NL: Supplementary Insurance Indicator (NL)), ANFGP (IS-H NL: Requesting Business Partner), ANFTY (_), KRHKZ (Performing Business Partner Is Hospital).. 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 RNFPNL 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
KTARIIS-H NL: Internal insurance provider type ISH_KTARTICHAR4ALPHAISH_KTARTI
ADINSIS-H NL: Supplementary Insurance Indicator (NL) ISH_ADINSCHAR1XFELD
ANFGPIS-H NL: Requesting Business Partner ISH_ANFGPCHAR10Assigned to domainALPHARI_KUNNR
ANFTY_ ISH_ANFTYCHAR2ALPHAISH_ANFTY
KRHKZPerforming Business Partner Is Hospital ISHKRHKZCHAR1RI_ROLLE
FACHRSpecialty ISH_FACHRCHAR4Assigned to domainALPHAISH_FACHR
TGZKZIS-H: Indicator for Time of Day of Service TAGESZTKZCHAR1TAGESZTKZ
TAGTYIS-H: Day Type (e.g. Saturday, Sunday, Public Holiday) TAGESTYPCHAR1TAGESTYP
ISHASST1 ISH_ASST1CHAR10Assigned to domainALPHARI_KUNNR
ISHASTY1IS-H: Specialist Type ISH_SPTYPCHAR2ALPHAISH_SPTYP
ISHASSP1Specialty ISH_FACHRCHAR4Assigned to domainALPHAISH_FACHR
ISHASST2 ISH_ASST2CHAR10Assigned to domainALPHARI_KUNNR
ISHASTY2IS-H: Specialist Type ISH_SPTYPCHAR2ALPHAISH_SPTYP
ISHASSP2Specialty ISH_FACHRCHAR4Assigned to domainALPHAISH_FACHR
ASSTP_ ISH_ASSTPCHAR2ALPHAISH_ASSTP
PRFKZ_ ISH_KZPRFCHAR1ALPHAISH_KZPRF
EAHKZ_ ISH_KZEAHCHAR1ALPHAISH_KZEAH
ABRGPIS-H NL: Billing Business Partner ISH_ABRGPCHAR10Assigned to domainALPHARI_KUNNR
SPTYPIS-H: Specialist Type ISH_SPTYPCHAR2ALPHAISH_SPTYP
EXTKZ_ ISH_KZEXTCHAR1XFELD
CLDIFIS-H NL: Class Difference ISH_CLSDIFCHAR5ALPHAISH_CLSDIF
REFNR_ ISH_REFNRCHAR10ALPHAISH_REFNR
BCPKZ_ ISH_KZBCPCHAR1ISH_KZBCP
BILLPIS-H NL: Invoicing Party (Hospital or Physician) ISH_BILLPCHAR1ISH_BILLP
MAKZIs-H: Person is Employee MAKZ_DCHAR1XFELD
WNDNRIS-H: Wound Number ISH_WNDNRCHAR10ALPHAISH_WNDNR
PKWRTIS-H NL: Charge Factor Value for Service ISH_PKWRTDEC11(3) ISH_PKWRT
GRTGRIS-H NL: Service category (service catalog) ISH_GRTGRCHAR9ALPHAISH_TGRGR
SESNR_ ISH_SESNRCHAR10ALPHAISH_SESNR
ARZT_AFRIS-H: Person Number RI_PERNRCHAR10Assigned to domainALPHARI_KUNNRNGP
FATXT_AFRIS-H: Name of Specialty TEXT_KFACHAR30TEXT30
ARZT_AANIS-H: Person Number RI_PERNRCHAR10Assigned to domainALPHARI_KUNNRNGP
FATXT_AANIS-H: Name of Specialty TEXT_KFACHAR30TEXT30
ARZT_BEHIS-H: Person Number RI_PERNRCHAR10Assigned to domainALPHARI_KUNNRNGP
FATXT_BEHIS-H: Name of Specialty TEXT_KFACHAR30TEXT30
ABNM1IS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
AFNM1IS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
HANAMIS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
BEKATTreatment Category BEKATCHAR6Assigned to domainALPHABEHKATEG
HARNRIS-H: Personnel Number of Family Physician HARNRCHAR10Assigned to domainALPHARI_KUNNR
EXTNRIS-H: Alternative Identification of Service Catalog Item TAEXTNRCHAR12CHAR12
REMRKIS-H: User's Comment on Service ISH_REMRKCHAR40ISH_REMRK

Key field Non-key field



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

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

How to access SAP table RNFPNL

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