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

RNSFORM0 SAP ABAP Report - IS-H: Contains FORM Routines for Statistics







RNSFORM0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RNSFORM0 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 RNSFORM0. "Basic submit
SUBMIT RNSFORM0 AND RETURN. "Return to original report after report execution complete
SUBMIT RNSFORM0 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: Contains FORM Routines for Statistics
Text Symbol: 001 = Not assigned to any org. unit
Text Symbol: 002 = no OU
Text Symbol: 003 = Total
Text Symbol: 004 = Total
Text Symbol: 005 = Not assigned to any specialty
Text Symbol: 006 = Total
Text Symbol: S01 = Total
Text Symbol: U01 = Case
Text Symbol: U02 = Name
Text Symbol: U03 = Billing Days
Text Symbol: U04 = Eval. Period
Text Symbol: U05 = Comp. Period
Text Symbol: U06 = Cases Treated
Text Symbol: U07 = Number


INCLUDES used within this REPORT RNSFORM0

INCLUDE RNDATA00.
INCLUDE RNSDAT00_DEFINITIONS.
INCLUDE RNSDAT_INITIALIZE.
INCLUDE RNSDAT00_INITIALIZATION.
INCLUDE MNCOLOUR.


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_MESSAGE_VARS_PREPARE CALL FUNCTION 'ISH_MESSAGE_VARS_PREPARE' EXPORTING ss_msgv1 = msgv1 ss_msgv2 = msgv2 ss_msgv3 = msgv3 ss_msgv4 = msgv4 IMPORTING ss_msgv1_e = string_msgv1 ss_msgv2_e = string_msgv2 ss_msgv3_e = string_msgv3 ss_msgv4_e = string_msgv4.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS not_active = 01.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = $arbgb msgty = $msgty msgv1 = string_msgv1 msgv2 = string_msgv2 msgv3 = string_msgv3 msgv4 = string_msgv4 txtnr = $txtnr.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = einri IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 0 internal_error = 0 OTHERS = 0.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 0.

ISH_OM_ORG_HRCHY_ALL_GET CALL FUNCTION 'ISH_OM_ORG_HRCHY_ALL_GET' EXPORTING i_begdt = ausbegdt i_enddt = ausenddt IMPORTING et_tn10h = lt_tn10h EXCEPTIONS no_entry_found = 0 internal_error = 0 OTHERS = 0.

ISH_OM_ORG_HRCHY_ALL_GET CALL FUNCTION 'ISH_OM_ORG_HRCHY_ALL_GET' EXPORTING i_begdt = verbegdt i_enddt = verenddt IMPORTING et_tn10h = lt_tn10h1 EXCEPTIONS no_entry_found = 0 internal_error = 0 OTHERS = 0.

ISH_GET_QUANTITY_SERVICES CALL FUNCTION 'ISH_GET_QUANTITY_SERVICES' EXPORTING begdt = begdt begzt = begzt einri = einri enddt = enddt endzt = endzt falnr = bewegungen-falnr "PA 02.04.98

ISH_GET_QUANTITY_SERVICES CALL FUNCTION 'ISH_GET_QUANTITY_SERVICES' EXPORTING begdt = begdt begzt = begzt einri = einri enddt = enddt endzt = endzt falnr = bewegungen-falnr "PA 02.04.98

ISH_GET_QUANTITY_SERVICES CALL FUNCTION 'ISH_GET_QUANTITY_SERVICES' EXPORTING begdt = begdt begzt = begzt einri = einri enddt = enddt endzt = endzt falnr = bewegungen-falnr "PA 02.04.98

ISH_GET_QUANTITY_SERVICES CALL FUNCTION 'ISH_GET_QUANTITY_SERVICES' EXPORTING aufdt = falldaten-begdt aufzt = falldaten-begzt begdt = begdt begzt = begzt einri = einri enddt = enddt endzt = endzt etlart = falldaten-entlart etldt = falldaten-enddt etlzt = falldaten-endzt falnr = falldaten-falnr "PA 02.04.98

ISH_GET_QUANTITY_SERVICES CALL FUNCTION 'ISH_GET_QUANTITY_SERVICES' EXPORTING begdt = begdt begzt = begzt einri = einri enddt = enddt endzt = endzt falnr = bewegungen-falnr "PA 02.04.98

ISH_GET_QUANTITY_SERVICES CALL FUNCTION 'ISH_GET_QUANTITY_SERVICES' EXPORTING aufdt = falldaten-begdt aufzt = falldaten-begzt begdt = begdt begzt = begzt einri = einri enddt = enddt endzt = endzt etlart = falldaten-entlart etldt = falldaten-enddt etlzt = falldaten-endzt falnr = falldaten-falnr "PA 02.04.98

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING line_count = line_count line_size = line_size no_dialog = on layout = layout IMPORTING out_parameters = out EXCEPTIONS OTHERS = 4.

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_patnr = conc_npat-patnr ss_npat = conc_npat ss_npat_complete = off IMPORTING ss_pname = pname.



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