RNSSA9_2007 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_2007 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.
Text Symbol: 009 = Settings
INCLUDE RNSSTABL.
INCLUDE RNSDAT00.
INCLUDE MNDATA_BILLING_MODE.
INCLUDE RNKHSTATV2004_FORM_INCLUDES.
INCLUDE LNKHSTATV2004F99.
INCLUDE RNSSEINR.
INCLUDE RNSSINIT.
INCLUDE RNSSSPBO.
No SAP DATABASE tables are accessed within this REPORT code!
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 ****************************** note 1725413 **************************** i_surgery_moves = l_surgery_moves ****************************** note 1725413 **************************** 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.