GRPC_CLOSING_MONITOR is a standard Executable ABAP Report 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 GRPC_CLOSING_MONITOR 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.
Selection Text: PA_OU = D .
Selection Text: PA_REGU = Regulation
Selection Text: TF = D .
Selection Text: TF_YEAR = D .
Title: Carry Forward Mornitoring
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'TF_YEAR' values = gt_listbox_mapp.
SAP_WAPI_ADM_WORKFLOW_CANCEL CALL FUNCTION 'SAP_WAPI_ADM_WORKFLOW_CANCEL' EXPORTING workitem_id =
-wi_id actual_agent = sy-uname language = sy-langu do_commit = ' ' IMPORTING return_code = lv_return.
SWL_WI_DISPLAY CALL FUNCTION 'SWL_WI_DISPLAY' EXPORTING wi_id =
-wi_id.
GRPC_ASSESSMENT_WORKFLOW_START CALL FUNCTION 'GRPC_ASSESSMENT_WORKFLOW_START' EXPORTING i_guid = lv_objid i_date_begin = sy-datum i_date_end = sy-datum i_do_commit = 'X' IMPORTING return_code = lv_return TABLES message_lines = lt_msg_lines message_struct = lt_msg_struct.
GRPC_TESTING_WORKFLOW_START CALL FUNCTION 'GRPC_TESTING_WORKFLOW_START' EXPORTING i_guid = lv_objid i_date_begin = sy-datum i_date_end = sy-datum i_do_commit = 'X' " it should be depend on update task.
SWL_WI_DISPLAY CALL FUNCTION 'SWL_WI_DISPLAY' EXPORTING wi_id =
-wi_id.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tab_name state = 'A' langu = sy-langu TABLES dd03p_tab = dd03ptab EXCEPTIONS illegal_input = 1 OTHERS = 2.
SAP_WAPI_WORKITEMS_TO_OBJECT CALL FUNCTION 'SAP_WAPI_WORKITEMS_TO_OBJECT' EXPORTING object_por = lv_objpor top_level_items = 'X' selection_status_variant = 0001 TABLES task_filter = lt_task_filter worklist = pt_worklist[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRPC_CLOSING_MONITOR - Carry Forward Mornitoring GRPC_CLOSING_MONITOR - Carry Forward Mornitoring GRPC_CLOSING_DELETE - Clear Closing Information GRPC_CLOSING_DELETE - Clear Closing Information GRPC_CLOSING_CHECK - Obsolete: Closing Information Check GRPC_CLOSING_CHECK - Obsolete: Closing Information Check