RNLFPSE SAP (IS-H: Rules for flat rates per case and procedures surcharge) Structure details

Dictionary Type: Structure
Description: IS-H: Rules for flat rates per case and procedures surcharge




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




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

RNLFPSE 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: Rules for flat rates per case and procedures surcharge" 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_RNLFPSE TYPE RNLFPSE.

The RNLFPSE table consists of various fields, each holding specific information or linking keys about IS-H: Rules for flat rates per case and procedures surcharge data available in SAP. These include ICD1 (IS-H: Diagnosis Code), ICD2 (IS-H: Diagnosis Code), ICD3 (IS-H: Diagnosis Code), ICPM1 (IS-H: Surgical Procedure Code (Service)).. 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 RNLFPSE 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
REGELIS-H: Rule Number ISH_REGELCHAR8CHAR8
ICD1IS-H: Diagnosis Code DIAIDCHAR30DIAID
ICD2IS-H: Diagnosis Code DIAIDCHAR30DIAID
ICD3IS-H: Diagnosis Code DIAIDCHAR30DIAID
ICPM1IS-H: Surgical Procedure Code (Service) ICPM_LSCHAR10Assigned to domainALPHATARLS
ICPM2IS-H: Surgical Procedure Code (Service) ICPM_LSCHAR10Assigned to domainALPHATARLS
ICPM3IS-H: Surgical Procedure Code (Service) ICPM_LSCHAR10Assigned to domainALPHATARLS
ICDMOREIS-H: Multiple Birth Indicator ISH_MORECHAR1ISH01
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
FP_SEIS-H: FR per Case, Procedures Surcharge or Additional Charge ISH_FPSECHAR1ISH_FPSE
NO_AGEIS-H: Flat rate per case validity independent of patient age ISH_NOAGECHAR1ISH01
TARIFIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
GLTVONValid From ISH_GLTVONDATS8DATS
GLTBISValid To ISH_GLTBISDATS8DATS
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
LNRLS1IS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
LNRLS2IS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
LNRLS3IS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
IMENGService Quantity I_MENG_LSNUMC4LEISMENGE
PERIOD_CHECKIndicator for ICPM Date Check for Additional Charges ISH_PERIOD_CHECKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNLFPSE

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