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

RNSSA9_2005 SAP ABAP Report - RNSSA92005







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


INCLUDES used within this REPORT RNSSA9_2005

INCLUDE RNSSTABL.
INCLUDE RNSDAT00.
INCLUDE MNDATA_BILLING_MODE.
INCLUDE RNKHSTATV2004_FORM_INCLUDES.
INCLUDE LNKHSTATV2004F99.
INCLUDE RNSSEINR.
INCLUDE RNSSINIT.
INCLUDE RNSSSPBO.


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_PROCESS_MOVEMENTS * CALL FUNCTION 'ISH_PROCESS_MOVEMENTS' * EXPORTING * ausbegdt = ausbegdt * ausenddt = ausenddt * einri = se_einri * fatyp = fatyp_khstatv * number_of_cases = 200 * stasp = stasp * repl_int_sections = on * verbegdt = ausbegdt * verenddt = ausenddt * calc_orgfa = off * calc_orgpf = off * escorts = begle * address = on * multiple_sick_newborns = off "all newborns (healthy + sick) * united_return_cases = on "united return case handling * TABLES * falar = falar * gschl = gschl * moves = bewegungen * orgfa = orgid * orgpf = orgid * patients = falldaten * napx_fal = it_napx_fal "united return cases * EXCEPTIONS * no_falnr_left = 05.

ISH_KHSTATV2004_ONLY_INTENSIVE * CALL FUNCTION 'ISH_KHSTATV2004_ONLY_INTENSIVE' * TABLES * it_bewegungen = bewegungen * it_nur_intensiv = nur_intensiv.

ISH_PRINT_PROTOCOL_BATCH * CALL FUNCTION 'ISH_PRINT_PROTOCOL_BATCH' * EXPORTING * line_size = rnstat-line_size * minutes_title = text-ueb * repid = rnstat-repid * new_section = on * EXCEPTIONS * OTHERS = 0.

ISH_KHSTATV2004_MAIN_DIAGNOSIS * CALL FUNCTION 'ISH_KHSTATV2004_MAIN_DIAGNOSIS' * EXPORTING * begdt = ausbegdt * einri = se_einri * enddt = ausenddt * diakat = se_stkat * TABLES * diagnosises = diagnosen * moves = bewegungen * napx_fal = it_napx_fal * EXCEPTIONS * inconsistent_catalogue = 1 * OTHERS = 2.

ISH_CHECK_FILENAME * CALL FUNCTION 'ISH_CHECK_FILENAME' * EXPORTING * name = p_filename * IMPORTING * answer = answer.

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 * line_size = rnstat-line_size * uline = off.

MESSAGES_COUNT * CALL FUNCTION 'MESSAGES_COUNT' * IMPORTING * count = tab_index.

ISH_PRINT_PROTOCOL * CALL FUNCTION 'ISH_PRINT_PROTOCOL' * EXPORTING * line_size = rnstat-line_size * minutes_title = text-ueb * repid = rnstat-repid.

ISH_FILE_VALIDATE_NAME * CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' * CHANGING * c_filename = filename.

ISH_AUTH_CHECK_REPORT_EINRI * CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' * EXPORTING * repid = repid * einri = se_einri * no_message = off * messagetype = 'E'.

BPAR_C_REGIONALCODE_CHECK * CALL FUNCTION 'BPAR_C_REGIONALCODE_CHECK' * EXPORTING * country = tn01-land * regionalcode = region ** IMPORTING ** ENTRY = * EXCEPTIONS * regionalcode = 1 * OTHERS = 2.



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