RNSL102 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program creates the L1 - Patient Census Statistics of the Hospital required by the Federal Regulation for Hospitals in Germany (Bundespflegesatzverordnung 1995)...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 RNSL102 into the relevant SAP transactions such as SE38 or SE80
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: AUSL_NO = No Separate Output
Selection Text: AUSENDDT = Evaluation Period End
Selection Text: AUSBEGDT = Evaluation Period Start
Selection Text: AUSL_ON = Foreign Cases only
Selection Text: VERENDDT = Comparison Period End
Selection Text: VERBEGDT = Comparison Period Start
Selection Text: STASP = Take Stats Block into Account
Selection Text: SP_IST = Output Figures in Sep. Column
Selection Text: SE_FALNR = Cases to Be Evaluated
Selection Text: SE_EINRI = Institution
Selection Text: FPROT = Case Logging
Selection Text: CNT_GVD = Incl. Cases where MLS Reached
Selection Text: AUSL_WO = Without Foreign Cases
Title: IS-H: BPflV 1995 L 1 - Patient Census Statistics of the Hospital
Text Symbol: S07 = Case Logging ;;
Text Symbol: S08 = Settings
Text Symbol: I04 = Discharges
Text Symbol: ASL = Separate Output for Foreign Patients According to ยง 3 Sect. 4
Text Symbol: FAL = Case Log Occupancy Statistics
Text Symbol: FE1 = Number of Error Messages: ;;
Text Symbol: FE2 = (See Messages) ;;
Text Symbol: FEH = Error Messages BPflV1995-L1
Text Symbol: I01 = BD in Budget Area
Text Symbol: I02 = Days Covered by Flat Rates per Case
Text Symbol: I03 = Admissions
Text Symbol: S09 = Output Figures in Separate Column
Text Symbol: T06 = including BD for Day Patients ;;
Text Symbol: T07 = Length of Stay ;;
Text Symbol: T08 = Days Covered by Flat Rates per Case ;;
Text Symbol: T09 = Admissions ;;
Text Symbol: T10 = Discharges ;;
Text Symbol: T11 = including Transfers to Ext. Hospitals ;;
Text Symbol: T12 = Cases with Pre-Adm. Treatment only ;;
Text Symbol: T13 = Inpatient Cases w/o Flat Rate per Case;;
Text Symbol: T14 = including Short-Stay Patients ;;
Text Symbol: T05 = including BD for Patients with PS ;;
Text Symbol: S10 = Count Case when Max. LOS Reached
Text Symbol: S20 = Separate Output for Foreign Patients
INCLUDE RNSL1L3T.
INCLUDE RNSSEINR.
INCLUDE RNSSAZVZ.
INCLUDE RNSSINIT.
INCLUDE RNSSSPBO.
INCLUDE RNSSSPAI.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_PROCESS_MOVEMENTS_FALNR CALL FUNCTION 'ISH_PROCESS_MOVEMENTS_FALNR' EXPORTING ausbegdt = ausbegdt ausenddt = ausenddt calc_orgfa = off calc_orgpf = off cases_24h = on einri = se_einri fatyp = fatyp_bpflv number_of_cases = number_of_cases "200 stasp = stasp verbegdt = verbegdt verenddt = verenddt visits = on all_moves = on inp_without_adm = on foreigner = foreigner TABLES ranges_falnr = se_falnr falar = falar gschl = gschl moves = bewegungen orgfa = orgid orgpf = orgid patients = falldaten EXCEPTIONS no_falnr_left = 05.
ISH_CALC_BED_FACHR CALL FUNCTION 'ISH_CALC_BED_FACHR' EXPORTING ausbegdt = ausbegdt ausenddt = ausenddt begdt = begdt einri = se_einri enddt = enddt fatyp = fatyp_bpflv intensiv = off verbegdt = verbegdt verenddt = verenddt TABLES beds = tab_bed_auf.
ISH_PRINT_PROTOCOL CALL FUNCTION 'ISH_PRINT_PROTOCOL' EXPORTING line_size = rnstat-line_size minutes_title = text-feh repid = rnstat-repid.
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 RNSL102 or its description.
RNSL102 - IS-H: BPflV 1995 L 1 - Patient Census Statistics of the Hospital RNSL102 - IS-H: BPflV 1995 L 1 - Patient Census Statistics of the Hospital RNSL101 - IS-H: BPflV L 1 - Diagnosis Statistics RNSL101 - IS-H: BPflV L 1 - Diagnosis Statistics RNSKHSTATV2007 - documentation and ABAP source code RNSKHSTATV2007 - documentation and ABAP source code