SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

RNSS401T SAP ABAP Report - IS-H: BPflV S 4 - Stat. Key Figures of Departments - Ind. Case Displ.







RNSS401T is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates the S 4 statistics - department figures that are required according to the federal regulation for hospitals (Germany)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RNSS401T into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RNSS401T. "Basic submit
SUBMIT RNSS401T AND RETURN. "Return to original report after report execution complete
SUBMIT RNSS401T VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-H: BPflV S 4 - Stat. Key Figures of Departments - Ind. Case Displ.
Text Symbol: 015 = No data found for entered selection.
Text Symbol: 016 = Inpatient and Day Patient Cases
Text Symbol: 017 = Inpatient Cases
Text Symbol: 018 = Day Patient Cases
Text Symbol: E01 = not assigned to a geogr. area
Text Symbol: 014 = Case Types Output --------------------------------------------------------------
Text Symbol: 001 = Institution...................;;
Text Symbol: 002 = Evaluation Period.............;;
Text Symbol: 003 = Comparison Period.............;;
Text Symbol: 011 = 1 2 3 4 5 6 7 8 9
Text Symbol: 012 = Caution: Hierarchy of org. units changed in the evaluation period.
Text Symbol: F01 = Number of Error Messages:
Text Symbol: Ü08 = Inpatient
Text Symbol: Ü10 = Day Patient
Text Symbol: Ü11 = Asgmt of movements with nursing assign. "intens. care" -----------------------
Text Symbol: Ü12 = to intens. medicine
Text Symbol: Ü06 = Intensive Care
Text Symbol: F02 = (See Log)
Text Symbol: FEH = Error Messages for Statistics S 4 BPflV - Key Figures of Departments
Text Symbol: Ü03 = Seq. Department ID Code Planned Beds Pat.Days Rate of Use Case Figs Average
Text Symbol: Ü04 = No. Beds Setup of Setup of Lgth of Stay
Text Symbol: Ü05 = Total Including Beds Department


INCLUDES used within this REPORT RNSS401T

INCLUDE RNDATA00.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RNSS401T or its description.