ROIRE_CH_PROC_CHANGE_FORMS 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 ROIRE_CH_PROC_CHANGE_FORMS 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.
G_INCLUDEITEMS
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING * I_LOGO = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = 'X' i_callback_program = pi_repid i_structure_name = 'ROIRE_CH_PROC_INT_DISP' is_layout = pi_layout i_save = pi_save i_grid_title = text-050 is_variant = gx_variant it_fieldcat = lt_fieldcat it_events = pt_events[] * I_SCREEN_START_COLUMN = 0 "Use coordinates for * I_SCREEN_START_LINE = 0 "display as dialog box * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 IMPORTING e_exit_caused_by_caller = px_exit_caused_by_caller es_exit_caused_by_user = px_exit_caused_by_user TABLES t_outtab = pt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = pi_save CHANGING cs_variant = px_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = pi_variant * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = i_save = pi_save IMPORTING e_exit = px_exit es_variant = px_variant EXCEPTIONS not_found = 1.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = rt_events.
OIL_HEADER_TO_HTML CALL FUNCTION 'OIL_HEADER_TO_HTML' EXPORTING i_slis_t_listheader = gt_list_top_of_page * IMPORTING * E_HTML_HEADER = TABLES t_html_header = lt_html_header.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRE_CH_PROC_CHANGE_FORMS - Include ROIRE_CH_PROCESS_CHANGE_FORMS ROIRE_CH_PROC_CHANGE_CHECKS - Include ROIRE_CH_PROCESS_CHG_CHECKS ROIRE_CH_PROC_CHANGE_ALV - Include ROIRE_CH_PROC_CHANGE_ALV ROIRE_CH_PROCESSING_TOP - Include ROIRE_CH_PROCESSING_TOP ROIRE_CH_PROCESSING_DISPLAY - Display CH Settlement/Data Transmission ROIRE_CH_PROCESSING_DISPLAY - Display CH Settlement/Data Transmission