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
Below is a list of transaction codes which are relevant to this SAP report
NS04 - IS-H: S4 Perf. Fig. of Departments
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.
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.
INCLUDE RNSSTABL.
INCLUDE RNSDAT00.
INCLUDE RNSSEINR.
INCLUDE RNSSAZVZ.
INCLUDE RNSSINIT.
INCLUDE RNSSSPAI.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
RNSS401 - IS-H: BPflV S 4 - Statistical Key Figures of Departments RNSS401 - IS-H: BPflV S 4 - Statistical Key Figures of Departments RNSS101 - IS-H: BPflV S 1 - Patient Census Statistics RNSS101 - IS-H: BPflV S 1 - Patient Census Statistics RNSNLSU1 - IS-H: Service Statistics RNSNLSU1 - IS-H: Service Statistics