SAP Reports / Programs | Archiving | SAP Utilities | Archiving(IS-U-TO-ARC) SAP IS

REARCH_GLOBAL_FORMS SAP ABAP Report - Global form routines for archiving







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


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


Text pool values


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:


INCLUDES used within this REPORT REARCH_GLOBAL_FORMS

INCLUDE: REPDAR01_TYP.


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:

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.



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 REARCH_GLOBAL_FORMS or its description.