GRM_START_REPORT_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 GRM_START_REPORT_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GRM_GET_OBJECTS_OF_OTYPE CALL FUNCTION 'GRM_GET_OBJECTS_OF_OTYPE' EXPORTING search_otype = search_otype act_plvar = act_plvar act_begda = act_begda act_endda = act_endda act_evpath = act_ev_path TABLES act_objects = act_objects result_tab = result_tab.
RH_STRUC_GET * CALL FUNCTION 'RH_STRUC_GET' * EXPORTING * act_otype = root_tab-otype * act_objid = root_tab-sobid * act_wegid = act_ev_path * act_plvar = act_plvar * act_begda = act_begda * act_endda = act_endda * act_tdepth = 0 * act_tflag = space * act_vflag = space * TABLES * result_objec = object_tab * EXCEPTIONS * OTHERS = 0.
RH_CHECK_PATH_IN_AW * CALL FUNCTION 'RH_CHECK_PATH_IN_AW' * EXPORTING * qotype = act_otype * wegid = act_wegid * zotype = search_otype * EXCEPTIONS * OTHERS = 4.
RH_SET_DATE CALL FUNCTION 'RH_SET_DATE' EXPORTING beg_dat = rep_begda end_dat = rep_endda IMPORTING ret_dat = rep_begda EXCEPTIONS OTHERS = 0.
RH_SET_DATE CALL FUNCTION 'RH_SET_DATE' EXPORTING beg_dat = rep_begda end_dat = rep_endda IMPORTING ret_dat = rep_begda EXCEPTIONS OTHERS = 0.
RH_SET_DATE CALL FUNCTION 'RH_SET_DATE' EXPORTING beg_dat = rep_begda end_dat = rep_endda IMPORTING ret_dat = rep_endda EXCEPTIONS OTHERS = 0.
RH_SET_DATE CALL FUNCTION 'RH_SET_DATE' EXPORTING beg_dat = rep_begda end_dat = rep_endda IMPORTING ret_dat = act_month EXCEPTIONS OTHERS = 0.
RH_SET_DATE CALL FUNCTION 'RH_SET_DATE' EXPORTING beg_dat = rep_begda end_dat = rep_endda IMPORTING ret_dat = act_year EXCEPTIONS OTHERS = 0.
RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = report_name variant = variant_name move_or_write = 'M' TABLES valutab = value_tab EXCEPTIONS OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRM_START_REPORT_F01 - GRMSTARTREPORTF01 GRM_START_REPORT - Program GRM_START_REPORT GRM_START_REPORT - Program GRM_START_REPORT GRM_START_FUNCTIONMODULE - Program GRM_START_REPORT GRM_START_FUNCTIONMODULE - Program GRM_START_REPORT GRMG_TEST_WSIL_SERVICE_SCENGEN - Program GRMG_TEST_WSIL_SERVICE_SCENGEN