SAP Reports / Programs

RNWCHMEDSTAT SAP ABAP Report - documentation and ABAP source code







RNWCHMEDSTAT 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 RNWCHMEDSTAT 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 RNWCHMEDSTAT. "Basic submit
SUBMIT RNWCHMEDSTAT AND RETURN. "Return to original report after report execution complete
SUBMIT RNWCHMEDSTAT 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 RNWCHMEDSTAT

INCLUDE RNWCHIMEDSTAT. " ALL DATA DECLARATIONS


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_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = l_version exceptions others = 1.

ISH_CASE_VALUE_REQUEST call function 'ISH_CASE_VALUE_REQUEST' exporting ss_einri = pa_einri ss_vcode = 'UPD' importing ss_falnr = so_falnr-low.

ISH_CASE_VALUE_REQUEST call function 'ISH_CASE_VALUE_REQUEST' exporting ss_einri = pa_einri ss_vcode = 'UPD' importing ss_falnr = so_falnr-high.

ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting ausbegdt = pa_datv ausenddt = pa_datb einri = pa_einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = on * verbegdt = init_date * verenddt = init_date exceptions invalid_einri = 1 others = 2.

ISH_UNIRETCASE_ATTRIB_BUFF_GET call function 'ISH_UNIRETCASE_ATTRIB_BUFF_GET' exporting i_einri = -einri i_falnr = -falnr i_canceled = off importing e_apxnr = l_apxnr e_lead = l_lead e_falnr_lead = l_falnr_lead exceptions no_uniretcase = 1 others = 2.

ISH_READ_NFAL call function 'ISH_READ_NFAL' exporting ss_einri = -einri ss_falnr = -falnr importing ss_nfal = ls_nfal exceptions not_found = 1 not_found_archived = 2 no_authority = 3 others = 4.

ISH_UNIRETCASE_ATTRIB_BUFF_GET call function 'ISH_UNIRETCASE_ATTRIB_BUFF_GET' exporting i_einri = -einri i_falnr = -falnr i_canceled = off importing e_apxnr = l_apxnr e_lead = l_lead e_falnr_lead = l_falnr_lead exceptions no_uniretcase = 1 others = 2.

ISH_CH_MCD_BFS_GET call function 'ISH_CH_MCD_BFS_GET' exporting i_einri = -einri i_falnr = -falnr i_readmission = l_readmission i_datvon = pa_datv i_datbis = pa_datb is_nfal = ls_nfal * IS_NPAT = * IT_NBEW = * IT_NAPX_FAL = * IT_NAPX_BEW = * IT_NAPX_DIA = * IT_NAPX_ICP = * IT_NDIA = * IT_NICP = * IT_NGEB = i_medi = pa_medi "note 1806252 importing es_mcd_bfs = ls_mcd_bfs es_med = ls_med exceptions no_relevant_data = 1 no_readmission_case = 2 others = 3.

ISH_POOL_REFRESH_FALNR call function 'ISH_POOL_REFRESH_FALNR' exporting ss_falnr = -falnr ss_einri = -einri.

ISH_POOL_REFRESH_PATNR call function 'ISH_POOL_REFRESH_PATNR' exporting ss_patnr = ls_nfal-patnr.

ISH_FILE_VALIDATE_NAME call function 'ISH_FILE_VALIDATE_NAME' changing c_filename = p_filename exceptions error = 1 others = 2.

AUTHORITY_CHECK_DATASET call function 'AUTHORITY_CHECK_DATASET' exporting * PROGRAM = activity = p_activity filename = l_file exceptions no_authority = 1 activity_unknown = 2 others = 3.

ISH_FILE_VALIDATE_NAME call function 'ISH_FILE_VALIDATE_NAME' changing c_filename = l_file exceptions error = 1 others = 2.

ISH_FILE_VALIDATE_NAME call function 'ISH_FILE_VALIDATE_NAME' changing c_filename = p_file exceptions error = 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 RNWCHMEDSTAT or its description.