RNFKR1 SAP (IS-H: Header and Control Data Invoice Form Printout) Structure details

Dictionary Type: Structure
Description: IS-H: Header and Control Data Invoice Form Printout




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




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

RNFKR1 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: Header and Control Data Invoice Form Printout" 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_RNFKR1 TYPE RNFKR1.

The RNFKR1 table consists of various fields, each holding specific information or linking keys about IS-H: Header and Control Data Invoice Form Printout data available in SAP. These include ERDAT (Date on Which Record Was Created), ABRDATUM (IS-H: Billing Date), PRDAT (IS-H: Date Invoice Printed), ENDAB (IS-H: Specifies if Final Billing to be Performed for Case).. 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 RNFKR1 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
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ABRDATUMIS-H: Billing Date ABR_DATDATS8RI_DATUM
PRDATIS-H: Date Invoice Printed ISH_DRDATDATS8DATUM
ENDABIS-H: Specifies if Final Billing to be Performed for Case ENDABR_KZCHAR1XFELD
PROV_BILLIS-H: Indicator for Provisional Invoice ISH_PROV_BILLCHAR1XFELD
ZERO_BILLIS-H: Indicator for Zero Invoice ISH_ZERO_BILLCHAR1XFELD
VBTYPSD document category VBTYPCHAR1VBTYP
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
TZTERMDescription of terms of payment DZTERM_BEZCHAR30TEXT30
ZFDTIS-H: Due Date for Invoice Payment ISH_ZFDTDATS8DATUM
ZLSCHPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
TZLSCHName of Payment Method in Language of the Country TEXT1_042ZCHAR30TEXT30
TESTABIndicator for Test Invoice (Database not Updated) ISH_TESTABCHAR1XFELD
TESTPRIS-H: Indicator that Invoice is Printed in Test Mode ISH_TESTPRCHAR1XFELD
PRINT_COPYIndicator for Copy ISH_COPYCHAR1XFELD
COPYNRNumber of a Copy (e.g. for Form Print) ISH_COPYNRNUMC5NUMC
DUPLICATEIS-H: Printed Invoice is Duplicate ISH_DUPLICATECHAR1XFELD
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
PRIV_LIQIS-H: Indicator Invoice Items Direct Patient Billing ISH_PRIV_LIQCHAR1XFELD
CANCEL_REASONText for Cancellation Reason N1STOTXCHAR15N1C015
DRG_ACTIVEIS-H: DRG Billing Active ISH_DRG_ACTIVECHAR1XFELD
DRG_CASE_VWDIS-H: DRG Relevant Length of Stay of a Case in Days ISH_CASE_VWD_DINT410ISH_DRG_DAYS
DRG_BILL_VWDReduced DRG-Relevant Length of Stay for Case in Days ISH_CASE_VWD_BINT410ISH_DRG_DAYS
BASERIS-H: Hospital Base Case Value for DRG Billing ISH_BASERCURR8(2) ISH_BASER
CASE_LEAD ISH_FALNR_LEADCHAR10Assigned to domainALPHAFALNR
PEPP_FALL ISH_PSY_FALLCHAR1XFELD
PEPP_CASE_VWDIS-H: DRG Relevant Length of Stay of a Case in Days ISH_CASE_VWD_DINT410ISH_DRG_DAYS
PEPP_BASENTIS-H: Base Charge Value for PEPP Billing ISH_BASENTCURR8(2) ISH_BASENT
PKV301_CONS ISH_CONSENTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNFKR1

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