SAP Reports / Programs

GRPC_CLOSING_MONITOR SAP ABAP Report - Carry Forward Mornitoring







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


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


Text pool values


Selection Text: PA_OU = D .
Selection Text: PA_REGU = Regulation
Selection Text: TF = D .
Selection Text: TF_YEAR = D .
Title: Carry Forward Mornitoring


INCLUDES used within this REPORT GRPC_CLOSING_MONITOR

No INCLUDES are used within this REPORT code!


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:

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[].



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