RNFPCN SAP (IS-H: Case Invoice Printout - Information from BMI) Structure details

Dictionary Type: Structure
Description: IS-H: Case Invoice Printout - Information from BMI




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




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

RNFPCN 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: Case Invoice Printout - Information from BMI" 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_RNFPCN TYPE RNFPCN.

The RNFPCN table consists of various fields, each holding specific information or linking keys about IS-H: Case Invoice Printout - Information from BMI data available in SAP. These include SPOBC (Uninsured Self-Pay with Cash (Within BMI Framework)), SPBSC (Self-Payment Based On Service Class), SPPDB (BMI Funds Payments in Cash), FPBPA (Total of BMI Account Payment).. 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 RNFPCN 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
COMNUMCommunication Sequence Number ISH_COMNUMCHAR32ISH_COMNUM
SPOBCUninsured Self-Pay with Cash (Within BMI Framework) ISH_SPOBCCURR13(2) WERTV7
SPBSCSelf-Payment Based On Service Class ISH_SPBSCCURR13(2) WERTV7
SPPDBBMI Funds Payments in Cash ISH_SPPDBCURR13(2) WERTV7
FPBPATotal of BMI Account Payment ISH_FPBPACURR13(2) WERTV7
FPPA1Payment with Current-Year Savings Account ISH_FPPA1CURR13(2) WERTV7
FPPA2Payment with Previous Year Savings Account ISH_FPPA2CURR13(2) WERTV7
PAABAAccount Balances in Previous Years ISH_PAABACURR13(2) WERTV7
FPBPUPayment with Funds Account ISH_FPBPUCURR13(2) WERTV7
FPBAAPayment with Supplementary Savings Account ISH_FPBAACURR13(2) WERTV7
CYABAAccount Balances in Current Year ISH_CYABACURR13(2) WERTV7
FOBMISelf-Pay (No Medical Insurance) ISH_FOBMICURR13(2) WERTV7
WAERSIS-H: Currency Key ISH_WAERSCUKY5Assigned to domainWAERS
FPBACPayment with Supplementary Savings Cash ISH_FPBACCURR13(2) WERTV7
FPBPCCo-Payment with Cash ISH_FPBPCCURR13(2) WERTV7
FPBSAPayment of Medical Savings Account prior to Co-Payment Minim ISH_FPBSACURR13(2) WERTV7
FPBSCCash Payment prior to Co-Payment Minimum ISH_FPBSCCURR13(2) WERTV7
FPBATPayment with Supplementary Funds Account ISH_FPBATCURR13(2) WERTV7
FPBPTPayment with BMI Funds Account ISH_FPBPTCURR13(2) WERTV7
FPBSTMinimum of BMI Co-Payment ISH_FPBSTCURR13(2) WERTV7
FPDPTOpen Amount ISH_FPDPTCURR11(2) ISH_WERTV6

Key field Non-key field



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

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

How to access SAP table RNFPCN

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