REARCH_GLOBAL_FORMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Global form routines for archiving This report contains form routines that are used globally by all reports in the IS-U Archiving environment...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter REARCH_GLOBAL_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.
Title: Global form routines for archiving
Text Symbol: 001 = A system error occured while the program was running
Text Symbol: G01 = Program executed by:
Text Symbol: G02 = Start date
Text Symbol: G03 = Start time
Text Symbol: G04 = End date
Text Symbol: G05 = End time
Text Symbol: G06 = Processed/Created Archiving Run:
INCLUDE: REPDAR01_TYP.
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = xv_repid tables selection_table = li_sel_scr exceptions not_found = 1 no_report = 2 others = 3.
RS_LIST_SELECTION_TABLE call function 'RS_LIST_SELECTION_TABLE' exporting report = xv_repid seltext = 'X' newpage = xv_new_page tables sel_tab = li_sel_scr exceptions sel_tab_empty = 1 others = 2.
END_TIME_DETERMINE call function 'END_TIME_DETERMINE' exporting duration = lv_duration unit = lv_unit importing end_date = lv_calc_date changing start_date = lv_start_end_date exceptions factory_calendar_not_found = 1 date_out_of_calendar_range = 2 date_not_valid = 3 unit_conversion_error = 4 si_unit_missing = 5 parameters_no_valid = 6 others = 7.
START_TIME_DETERMINE call function 'START_TIME_DETERMINE' exporting duration = lv_duration unit = lv_unit importing start_date = lv_calc_date changing end_date = lv_start_end_date exceptions factory_calendar_not_found = 1 date_out_of_calendar_range = 2 date_not_valid = 3 unit_conversion_error = 4 si_unit_missing = 5 parameters_not_valid = 6 others = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REARCH_GLOBAL_FORMS - Global form routines for archiving REARCH_GLOBAL_FORMS - Global form routines for archiving REARCH_BCONT_WRITE_ILM_TOP - Include REARCH_BCONT_WRITE_ILM_TOP REARCH_BCONT_WRITE_ILM_F01 - Include REARCH_BCONT_WRITE_ILM_F01 REARCH_BCONT_WRITE_ILM - Program for Archiving Business Partner Contacts REARCH_BCONT_WRITE_ILM - Program for Archiving Business Partner Contacts