TNFPSE SAP (IS-H: Rule Table for FRs Per Case and PSs) Table details

Dictionary Type: Table
Description: IS-H: Rule Table for FRs Per Case and PSs




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




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

TNFPSE is a standard SAP Table which is used to store IS-H: Rule Table for FRs Per Case and PSs data and is available within R/3 SAP systems depending on the version and release level.

The TNFPSE table consists of various fields, each holding specific information or linking keys about IS-H: Rule Table for FRs Per Case and PSs data available in SAP. These include EINRI (Institution), REGEL (IS-H: Rule Number), ICDTXT1 (IS-H: Rule Text 1 of ICD - Rule for FR per Case and PS), ICDTXT2 (IS-H: Rule text 2 of ICD - rule for FR per case and PS).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TNFPSE table 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
MANDTClient MANDTCLNT3T000MANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
REGELIS-H: Rule Number ISH_REGELCHAR8CHAR8
ICDTXT1IS-H: Rule Text 1 of ICD - Rule for FR per Case and PS ISH_REGTXTCHAR80CHAR80
ICDTXT2IS-H: Rule text 2 of ICD - rule for FR per case and PS ISH_REGTX2CHAR80CHAR80
ICDTXT3IS-H: Rule text 3 of ICD - rule for FR per case and PS ISH_REGTX3CHAR80CHAR80
ICPMTXT1IS-H: Rule text 1 for ICPM - Rule for FR and PS ISH_ICPMT1CHAR80CHAR80
ICPMTXT2IS-H: Rule text 2 for ICPM - Rule for FR and PS ISH_ICPMT2CHAR80CHAR80
ICPMTXT3IS-H: Rule text 3 for ICPM - Rule for FR and PS ISH_ICPMT3CHAR80CHAR80
ICDMOREIS-H: Multiple Birth Indicator ISH_MORECHAR1ISH01
LEISTService in Service Catalog TARLSCHAR10NTPKALPHATARLSTAL
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 TARIDCHAR2TNK01ALPHATARIDTAK
GLTVONValid From ISH_GLTVONDATS8DATS
GLTBISValid To ISH_GLTBISDATS8DATS
NOAKTIS-H: Indicator inactive ISH_NOAKTCHAR1ISH01
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 table TNFPSE using ABAP code

The following ABAP code Example will allow you to do a basic selection on TNFPSE to SELECT all data from the table
DATA: WA_TNFPSE TYPE TNFPSE.

SELECT SINGLE *
FROM TNFPSE
INTO CORRESPONDING FIELDS OF WA_TNFPSE
WHERE...

How to access SAP table TNFPSE

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