RNAF0 SAP (IS-H: Fields for SAPMNAF0) Structure details

Dictionary Type: Structure
Description: IS-H: Fields for SAPMNAF0




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




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

RNAF0 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: Fields for SAPMNAF0" 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_RNAF0 TYPE RNAF0.

The RNAF0 table consists of various fields, each holding specific information or linking keys about IS-H: Fields for SAPMNAF0 data available in SAP. These include VARI (Variant Name), TABKZ (IS-H: Ind. whether Case Billing Is to Be Performed as a Test), VABKZ (IS-H: Indicator whether Case Should Be Provisionally Billed), ECHTKZ (IS-H: Indicator if Billing Should Be Performed in Live Mode).. 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 RNAF0 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
STOIDIS-H: Reason for Canceling Billing Document ISH_FAKSTOIDCHAR3Assigned to domainN1STOIDN_FAKSTO
VARIVariant Name RALDB_VARICHAR14RALDB_VARI
TABKZIS-H: Ind. whether Case Billing Is to Be Performed as a Test TESTABR_KZCHAR1XFELD
VABKZIS-H: Indicator whether Case Should Be Provisionally Billed VORABR_KZCHAR1XFELD
ECHTKZIS-H: Indicator if Billing Should Be Performed in Live Mode ECHTABRKZCHAR1XFELD
EABKZIS-H: Case Billing as Final Billing ENDABRKZCHAR1XFELD
KZZWAIS-H: Case Billing as Interim Billing KZZWIABRCHAR1XFELD
EZWABIS-H: Case Billing as Final/Interim Billing KZENZWABRCHAR1XFELD
FSP00IS-H: No Billing Block for Case (Released for Billing) FSPER_00CHAR1XFELD
FSP01IS-H: Complete Billing Block on Case (All Services) FSPER_01CHAR1XFELD
FSP02IS-H: Billing Block Except for Self-Payer Services FSPER_02CHAR1XFELD
FSP03IS-H: Billing Block Only for Self-Payer Services FSPER_03CHAR1XFELD
FDRUCKIS-H: Print Invoice with Form Formatting AB_FDRUCKCHAR1XFELD
SEKZIS-H: Create Invoices Only for Self-Payers MNAF0_SEKZCHAR1XFELD
KOSTRIS-H: Only Create Invoices for Insurance Provider MNAF0KOSTRCHAR10NKTRALPHARI_KUNNR
KTARTIS-H: Create Invoices Only for Insurance Provider Type MNAF0KTARTCHAR3TN18ALPHAKOSTR_ART
GRLSTIS-H: Only Create Invoices for Service MNAF0GRLSTCHAR10Assigned to domainALPHATARLS
NODRUIS-H: No Form Output MNAF0NODRUCHAR1XFELD
TSTDRIS-H: Test Print Mode for Output of Invoice Forms MNAF0TSTDRCHAR1XFELD
ABRTXIS-H: Billing Status of Case MNAF0ABRTXCHAR60TEXT60
STATLIS-H: Billable Services Status Bar MNAF0STATLCHAR80CHAR80
BKTXTIS-H: Short Text for Treatment Category MNAF0BKTXTCHAR80CHAR80
STATKIS-H: Insurance Verif. Status Bar (SG: Contract Schemes) MNAF0STATKCHAR20TEXT20
STATEIS-H: Status Field Regarding Discharge/End of Case MNAF0STATECHAR30TEXT30
STATDIS-H: Hospital Main Diagnosis and Discharge Diagnosis MNAF0STATDCHAR40TEXT40
STATOIS-H: Status Field for Entered Surgical Procedures (ICPMs) MNAF0STATOCHAR44CHAR44
STATRIS-H: Status with Respect to Rule Checks for Charges MNAF0STATRCHAR60TEXT60
STATVIS-H: Short Text for IR Status MNAF0STATVCHAR40TEXT40
SEKZDIS-H: Only Print Invoices for Self-Payers MNAF0SEKZDCHAR1XFELD
ERBOEIS-H: Create Invoices Only for Services of Performing OU MNAF0ERBOECHAR8NORGALPHAORGID
ANFOEIS-H: Create Invoices Only for Services of Req. Dept. OU MNAF0ANFOECHAR8NORGALPHAORGID
BESDTIS-H: Only Create Invoices for Services on Visit Date MNAF0BESDTDATS8RI_DATUM
BESNRIS-H: Services for Sequence No. of Visit Only MNAF0BESNRNUMC5Assigned to domainLFDBEW
PBMOREScreen Field for Displaying Dynamic Icon ISH_PBMORECHAR30ISH_ICON
DRDATIS-H: Date Invoice Printed ISH_DRDATDATS8DATUM
BPVKZIS-H: Invoice per Visit ISH_BPVKZCHAR1XFELD
STOFDATCancellation Date Is Billing Date ISH_STOFDATCHAR1XFELD
STOCDATCancellation Date Is Current Date ISH_STOCDATCHAR1XFELDNA30NSTOCDAT
BPTCINDInvoice per Treatment Certificate ISH_BPTCINDCHAR1XFELD
BELNROnly Create Invoices for Services on Treatment Certificate MNAF0BELNRCHAR10Assigned to domainALPHAKS_BELNR
SERVINDOnly Invoice for Services Without Treatment Certificate MNAF0_SERVINDCHAR1ISH_ON_OFF
CUSTOnly Create Invoice for Third-Party Payers MNAF0CUSTCHAR10Assigned to domainALPHAKUNNR
TAGRUIS-H: Service Category TAGRUPPECHAR9Assigned to domainALPHAISH_TAGRU
.INCLU--AP 0
FSPCH00 FSPER_CH_00CHAR1XFELD
FSPCH01 FSPER_CH_01CHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNAF0

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