SAP Reports / Programs | Patient Management | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Management(IS-H-PM) SAP IS

RNSS401 SAP ABAP Report - IS-H: BPflV S 4 - Statistical Key Figures of Departments







RNSS401 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 statistics S 4 - Key Figures of the Departments required by 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 RNSS401 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

NS04 - IS-H: S4 Perf. Fig. of Departments


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 RNSS401. "Basic submit
SUBMIT RNSS401 AND RETURN. "Return to original report after report execution complete
SUBMIT RNSS401 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: VERENDDT = Comparison Period End
Selection Text: VERBEGDT = Comparison Period Start
Selection Text: TSTAT = Day Patient
Selection Text: STAT = Inpatient
Selection Text: STASP = Take Stats Block into Account
Selection Text: SINGLCAS = Indiv. Case Evaluation
Selection Text: SE_EINRI = Institution
Selection Text: RNGFALNR = Cases to Be Evaluated
Selection Text: INTENSIV = Assignment to Intensive Care
Selection Text: AUSENDDT = Evaluation Period End
Selection Text: AUSBEGDT = Evaluation Period Start
Title: IS-H: BPflV S 4 - Statistical Key Figures of Departments
Text Symbol: U45 = incl. ;;
Text Symbol: U46 = Intensive ;;
Text Symbol: U51 = PatientDays;;
Text Symbol: U52 = ;;
Text Symbol: U53 = ;;
Text Symbol: U54 = ;;
Text Symbol: U61 = Rate of Use ;;
Text Symbol: U62 = Setup ;;
Text Symbol: U63 = Beds ;;
Text Symbol: U64 = ;;
Text Symbol: U71 = No.of Cases;;
Text Symbol: U72 = of the ;;
Text Symbol: U73 = Department
Text Symbol: U74 = ;;
Text Symbol: U81 = Average ;;
Text Symbol: U82 = Lgth of Stay;;
Text Symbol: U83 = ;;
Text Symbol: U84 = ;;
Text Symbol: V08 = Inpatient
Text Symbol: V10 = Day Patient
Text Symbol: V11 = Asgmt of movements with "Intensive Care" nursing asgmt
Text Symbol: V12 = to intensive care medicine ;;
Text Symbol: VGL = Comp. ;;
Text Symbol: U44 = ;;
Text Symbol: 014 = Case Types
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: F01 = Number of Error Messages: ;;
Text Symbol: F02 = (See Messages) ;;
Text Symbol: FEH = Error Messages BPflV-S4
Text Symbol: FIN = Total Institution ;;
Text Symbol: S01 = Institution
Text Symbol: S02 = Evaluation Period
Text Symbol: S03 = Comparison Period
Text Symbol: S04 = To
Text Symbol: S05 = To
Text Symbol: S06 = Take Statistics Block into Account
Text Symbol: S07 = - Individual Case Display ;;
Text Symbol: U01 = Seq.;;
Text Symbol: U02 = No. ;;
Text Symbol: U03 = ;;
Text Symbol: U04 = ;;
Text Symbol: U11 = Department ;;
Text Symbol: U12 = ;;
Text Symbol: U13 = ;;
Text Symbol: U14 = ;;
Text Symbol: U21 = ID Code ;;
Text Symbol: U22 = ;;
Text Symbol: U23 = ;;
Text Symbol: U24 = ;;
Text Symbol: U31 = Plann. Beds;;
Text Symbol: U32 = ;;
Text Symbol: U33 = ;;
Text Symbol: U34 = ;;
Text Symbol: U41 = Setup Beds ;;
Text Symbol: U42 = ;;
Text Symbol: U43 = Total ;;


INCLUDES used within this REPORT RNSS401

INCLUDE RNSSTABL.
INCLUDE RNSDAT00.
INCLUDE RNSSEINR.
INCLUDE RNSSAZVZ.
INCLUDE RNSSINIT.
INCLUDE RNSSSPAI.






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:

ISH_PRINT_PROTOCOL CALL FUNCTION 'ISH_PRINT_PROTOCOL' EXPORTING LINE_SIZE = RNSTAT-LINE_SIZE MINUTES_TITLE = TEXT-FEH REPID = RNSTAT-REPID.

ISH_CALC_BED_FACHR CALL FUNCTION 'ISH_CALC_BED_FACHR' EXPORTING AUSBEGDT = AUSBEGDT AUSENDDT = AUSENDDT BEGDT = AUSBEGDT EINRI = SE_EINRI ENDDT = AUSENDDT FATYP = FATYP_BPFLV INTENSIV = OFF VERBEGDT = VERBEGDT VERENDDT = VERENDDT TABLES BEDS = TAB_BED_FACHR.

ISH_CALC_BED_ORGID CALL FUNCTION 'ISH_CALC_BED_ORGID' EXPORTING AUSBEGDT = AUSBEGDT AUSENDDT = AUSENDDT BEGDT = AUSBEGDT EINRI = SE_EINRI ENDDT = AUSENDDT FATYP = FATYP_BPFLV INTENSIV = OFF VERBEGDT = VERBEGDT VERENDDT = VERENDDT VIEW = 'F' TABLES BEDS = TAB_BED_ORGID ORGFA = ORGPF ORGPF = ORGPF.

ISH_CALC_BED_FACHR CALL FUNCTION 'ISH_CALC_BED_FACHR' EXPORTING AUSBEGDT = AUSBEGDT AUSENDDT = AUSENDDT BEGDT = VERBEGDT EINRI = SE_EINRI ENDDT = VERENDDT FATYP = FATYP_BPFLV INTENSIV = OFF VERBEGDT = VERBEGDT VERENDDT = VERENDDT TABLES BEDS = TAB_BED_FACHR.

ISH_CALC_BED_ORGID CALL FUNCTION 'ISH_CALC_BED_ORGID' EXPORTING AUSBEGDT = AUSBEGDT AUSENDDT = AUSENDDT BEGDT = VERBEGDT EINRI = SE_EINRI ENDDT = VERENDDT FATYP = FATYP_BPFLV INTENSIV = OFF VERBEGDT = VERBEGDT VERENDDT = VERENDDT VIEW = 'F' TABLES BEDS = TAB_BED_ORGID ORGFA = ORGPF ORGPF = ORGPF.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING COUNT = TAB_INDEX.

ISH_PRINT_PROTOCOL_BATCH CALL FUNCTION 'ISH_PRINT_PROTOCOL_BATCH' EXPORTING LINE_SIZE = RNSTAT-LINE_SIZE MINUTES_TITLE = TEXT-FEH REPID = RNSTAT-REPID NEW_SECTION = ON EXCEPTIONS NO_MESSAGES = 1.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING AUSBEGDT = AUSBEGDT AUSENDDT = AUSENDDT EINRI = SE_EINRI REPID = RNSTAT-REPID TITLE_LIN1 = RNSTAT-TITLE_LIN1 TITLE_LIN2 = RNSTAT-TITLE_LIN2 LINE_SIZE = RNSTAT-LINE_SIZE VERBEGDT = VERBEGDT VERENDDT = VERENDDT ULINE = OFF.

ISH_SHOW_HIERARCHY CALL FUNCTION 'ISH_SHOW_HIERARCHY' EXPORTING VATER = VATER TABLES SORT_TAB = SORT_TAB TAB = TAB.



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 RNSS401 or its description.