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

RNWP_F01 SAP ABAP INCLUDE - Include RNWPCASEBILL_EXTRACT







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


Text pool values


Title: Include RNWPCASEBILL_EXTRACT


INCLUDES used within this REPORT RNWP_F01

No INCLUDES are used within this REPORT code!


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:

REUSE_ALV_EXTRACT_EXISTENCE call function 'REUSE_ALV_EXTRACT_EXISTENCE' importing es_admin = gt_exadmin changing cs_extract = gs_extract2 exceptions not_found = 1.

REUSE_ALV_EXTRACT_EXISTENCE call function 'REUSE_ALV_EXTRACT_EXISTENCE' importing es_admin = gt_exadmin changing cs_extract = gs_extract2 exceptions not_found = 1.

RS_VARIANT_INFO call function 'RS_VARIANT_INFO' tables prog_range = r_prog var_range = r_var text_range = r_text created_by = r_crby changed_by = r_chby creadate = r_crdate changedate = r_chdate variant_info = varinfo_tab.

RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = p_report tables selection_table = aktsel_tab exceptions not_found = 1 no_report = 2.

RS_VARIANT_CONTENTS call function 'RS_VARIANT_CONTENTS' exporting report = p_report variant = wa_varinfo_tab-variant tables valutab = varsel_tab exceptions others = 1.

REUSE_ALV_EXTRACT_SAVE call function 'REUSE_ALV_EXTRACT_SAVE' exporting is_extract = gs_extract1 i_get_selinfos = on is_sel_hide = gs_sel_hide i_exp01 = gs_variant i_exp02 = savedate i_exp03 = savetime i_exp04 = line_count i_exp05 = no_lines_text i_exp06 = dummy_cexp1 i_exp07 = dummy_cexp2 i_exp08 = dummy_cexp3 i_exp09 = dummy_cexp4 i_exp10 = dummy_cexp5 tables it_exp01 = val_tab "optional global table it_exp02 = p_xdata it_exp03 = p_hype.

REUSE_ALV_EXTRACT_LOAD call function 'REUSE_ALV_EXTRACT_LOAD' exporting is_extract = gs_extract2 importing es_sel_hide = gs_sel_hide es_admin = gt_exadmin tables et_exp01 = val_tab et_exp02 = p_xdata et_exp03 = p_hype changing c_exp01 = gs_variant c_exp02 = aktdate c_exp03 = akttime c_exp04 = line_count c_exp05 = dummy_cexp1 c_exp06 = dummy_cexp2 c_exp07 = dummy_cexp3 c_exp08 = dummy_cexp4 c_exp09 = dummy_cexp5 c_exp10 = dummy_cexp6 exceptions not_found = 1 wrong_relid = 2 no_report = 3 no_exname = 4 no_import_possible = 5 others = 6.

GUI_IS_ITS * call function 'GUI_IS_ITS' * importing * return = its.

GUI_IS_ITS call function 'GUI_IS_ITS' importing return = its.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = report is_layout = gt_alvgrid_layout it_fieldcat = gt_alvgrid_fieldcat i_save = 'A' is_variant = gs_variant it_hyperlink = gt_hypetab tables t_outtab = p_data exceptions program_error = 1 others = 2.

REUSE_MINIALV_LIST_DISPLAY call function 'REUSE_MINIALV_LIST_DISPLAY'
exporting i_callback_program = report is_layout = gt_minialv_layout it_fieldcat = gt_minialv_fieldcat i_save = 'A' is_variant = gs_variant tables t_outtab = p_data exceptions program_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 RNWP_F01 or its description.