RNF45 SAP (IS-H SG: Guarantor Form Structure) Structure details

Dictionary Type: Structure
Description: IS-H SG: Guarantor Form Structure




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




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

RNF45 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: 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_RNF45 TYPE RNF45.

The RNF45 table consists of various fields, each holding specific information or linking keys about IS-H SG: Guarantor Form Structure data available in SAP. These include EINRI (Institution), LFDNR (IS-H: Sequence Number of Insurance Relationship), LFDNM (IS-H: Sequence Number of Guarantor), NOMID (IS-H: Identification of a guarantor).. 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 RNF45 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
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
LFDNRIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
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
NNAMELast Name of Guarantor ISH_LNAMECHAR35NAME
VNAMEFirst Name of Guarantor ISH_PNAMECHAR35NAME
TITELIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
CONCNAMComposite Name of a Person N_CONC_NAMCHAR50CHAR50
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
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
APSTATEIS-H: Application Status ISH_APSTATECHAR2Assigned to domainISH_APSTATE
ASTEXTIS-H: Text for Application Status N_ASTEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table RNF45

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