RNF12 SAP (IS-H: Structure for form printout: insur. verif. header) Structure details

Dictionary Type: Structure
Description: IS-H: Structure for form printout: insur. verif. header




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




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

RNF12 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: Structure for form printout: insur. verif. header" 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_RNF12 TYPE RNF12.

The RNF12 table consists of various fields, each holding specific information or linking keys about IS-H: Structure for form printout: insur. verif. header data available in SAP. These include KSKOSTR (IS-H: Insurance Provider), LFDVV (IS-H: Sequence Number of Insurance Relationship), ABGDT (IS-H: Date when IV/Certificate Fully Completed), VERDT (IS-H: Date when IV Request/Certificate Sent).. 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 RNF12 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
BELNRIS-H: Document Number of IV Document/Treatment Certificate KS_BELNRCHAR10Assigned to domainALPHAKS_BELNR
KSKOSTRIS-H: Insurance Provider KH_KOSTRCHAR10Assigned to domainALPHARI_KUNNRKOT
LFDVVIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
ABGDTIS-H: Date when IV/Certificate Fully Completed KS_ABGDTDATS8KS_ABGDT
VERDTIS-H: Date when IV Request/Certificate Sent KS_VERDTDATS8RI_DATUM
EBARBIS-H: Agent Processing IV/Certificate at Recipient KS_EBARBCHAR35KS_EBARB
EBZEIIS-H: Reference of IV/Certificate at Recipient KS_EBZEICHAR20KS_EBZEI
REFBEIS-H: Document Number of Reference Document REF_BELNRCHAR10Assigned to domainALPHAKS_BELNR
KTEXTShort Text for Coverage/Certificate KS_KTEXTCHAR50TEXT50
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
KTXTPIS-H: Short Text Stating why Certificate not Required SP_KTEXTCHAR50TEXT50
ORGABIS-H: OU Billing via IV Document/Certificate ORGABCHAR8Assigned to domainALPHAORGID
ORGABKBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
DUNNLOCKIS-H: Reminder Block for Insurance Verification/Certificate KS_MSPERCHAR1XFELD
DUNNCNTIS-H: Number of Reminders for IV/Certificate KS_MAANZNUMC1KS_MAANZ
DUNNDATEIS-H: Date of Last Reminder for IV/Certificate KS_MADATDATS8RI_DATUM
BEGDTIS-H: Start of Validity of IV Document/Treatment Certificate KS_BEGDTDATS8RI_DATUM
ENDDTIS-H: End of Validity of IV Document/Treatment Certificate KS_ENDDTDATS8RI_DATUM
REFTYIS-H: Reference Type REF_TYPCHAR2ALPHAREF_TYP
BEARBIS-H: Agent Processing Insurance Verification Request ISH_BEARBCHAR12USNAM
VRLNGIS-H: Insurance Verification Extension Request ISH_VRLNGCHAR1XFELD
WAERSIS-H: Insurance Verification Currency KS_WAERSCUKY5Assigned to domainWAERSFWS
TELNRIS-H: Telephone Number ISH_TELNRCHAR30CHAR30
FAXNRFax Number ISH_FAXNRCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table RNF12

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