RNF42 SAP (IS-H SG: Medisave guarantor form structure) Structure details

Dictionary Type: Structure
Description: IS-H SG: Medisave guarantor form structure




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




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

RNF42 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 SG: Medisave guarantor form structure" 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_RNF42 TYPE RNF42.

The RNF42 table consists of various fields, each holding specific information or linking keys about IS-H SG: Medisave guarantor form structure data available in SAP. These include NOMID (IS-H: Identification of a guarantor), IDTYP (Type of Identification Document), RANKN (IS-H: Rank of Guarantor), RELSH (IS-H: Relationship to patient).. 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 RNF42 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
LFDNMIS-H: Sequence Number of Guarantor ISH_LFDNMNUMC3ISH_LFDNM
NOMIDIS-H: Identification of a guarantor ISH_NOMIDCHAR15NLJUSISH_PASSNR
IDTYPType of Identification Document ISH_IDTYPCHAR2Assigned to domainALPHAISH_PASSTY
RANKNIS-H: Rank of Guarantor ISH_RANKNNUMC2ISH_RANKN
RELSHIS-H: Relationship to patient ISH_RELSHCHAR1Assigned to domainVERWVH
LNAMELast Name of Guarantor ISH_LNAMECHAR35NAME
PNAMEFirst Name of Guarantor ISH_PNAMECHAR35NAME
TITELIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
ADRNRIS-H: Address Number ISH_ADRNRCHAR10Assigned to domainALPHAISH_ADRNR
ACCNOIS-H: Account Number ISH_ACCNOCHAR17NLJUSISH_ACCNO
BALDTIS-H: Data of the last balance inquiry ISH_BALDTDATS8DATUM
BALANIS-H: Guarantor's Account Balance ISH_BALANCURR15(2) WERTV8
MAXCPIS-H: Maximum Percentage Rate ISH_MAXCPDEC5(2) DEC3_2
MAXCAIS-H: Maximum payment amount ISH_MAXCACURR15(2) WERTV8
APPAMIS-H: Approved amount ISH_APPAMCURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table RNF42

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