TNFPS1 SAP (IS-H: Control Parameters for Determining FR/PS) Table details

Dictionary Type: Table
Description: IS-H: Control Parameters for Determining FR/PS




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




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

TNFPS1 is a standard SAP Table which is used to store IS-H: Control Parameters for Determining FR/PS data and is available within R/3 SAP systems depending on the version and release level.

The TNFPS1 table consists of various fields, each holding specific information or linking keys about IS-H: Control Parameters for Determining FR/PS data available in SAP. These include EINRI (Institution), FSALL (IS-H: ICPM main code is any ICPM of the assignment rule), FSBEW (IS-H: Movement-related FR/PS determination), FSFPHC (IS-H: Determination of FR per Main Surgical Procedure Code).. 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 TNFPS1 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
FSALLIS-H: ICPM main code is any ICPM of the assignment rule ISH_FSALLCHAR1ISH01
FSBEWIS-H: Movement-related FR/PS determination ISH_FSBEWCHAR1ISH01
FSFPHCIS-H: Determination of FR per Main Surgical Procedure Code ISH_FSFPHCCHAR1ISH01
FSKHDIS-H: Flat Rate/Case Proposal Depending on Hospital Diagn. ISH_FSKHDCHAR1ISH01
FSFPSEIS-H: FR and/or PS determination ISH_FSFPSECHAR1ISH01
FSICDIS-H: FR/PS determination including ICD codes ISH_FSICDCHAR1ISH01
FSSPEZIS-H: End FR/PS determination after specific entry was found ISH_FSSPEZCHAR1ISH01
APSKZIS-H: Indicator for Transitional Regulation ISH_APSKZCHAR1ISH01
ALLPSIS-H: General nursing charge for generating services ISH_ALLPSCHAR10Assigned to domainALPHATARLS
BASPFIS-H: Base nursing charge for generating services ISH_BASPFCHAR10Assigned to domainALPHATARLS
BFORMIS-H: Valuation Formula for Extended Services BFORMELCHAR2ALPHABFORMEL
WDTGVDIS-H: Date of wound healing limits acute flat rate ISH_WDTGVDCHAR1ISH01

Key field Non-key field



How do I retrieve data from SAP table TNFPS1 using ABAP code

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

SELECT SINGLE *
FROM TNFPS1
INTO CORRESPONDING FIELDS OF WA_TNFPS1
WHERE...

How to access SAP table TNFPS1

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