FOPC_AS_RESTART is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program allows you to restart in the same timeframe closed tasks for the assessment of controls and processes...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 FOPC_AS_RESTART 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: ORGUNIT = D Organizational Unit
Selection Text: P_DED = D Requested End Date
Selection Text: P_LED = D End Date
Selection Text: P_TASK = D Task
Selection Text: TF = D Timeframe
Selection Text: TF_YEAR = D Year
Title: Ad Hoc Start of Assessments/Tests
Text Symbol: 010 = Yes
Text Symbol: 011 = No
Text Symbol: 012 = Start Workflows?
Text Symbol: BL3 = Timeframe
Text Symbol: BL4 = End Date of New Workflow
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 = 'P_TASK' "SP12 values = gt_listbox_mtask. "SP12
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_report_name i_callback_user_command = 'CALL_UCOMM_WILIST' i_callback_pf_status_set = 'CALL_STATUS' is_layout = is_layout it_fieldcat = field_lst it_sort = it_sort i_save = 'A' i_buffer_active = 'X' i_bypassing_buffer = '' it_events = lt_events[] TABLES t_outtab = gt_case_list EXCEPTIONS OTHERS = 1.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = structure_name i_buffer_active = 'X' i_bypassing_buffer = '' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
FOPCW_MESSAGE_CALLBACK_CASE CALL FUNCTION 'FOPCW_MESSAGE_CALLBACK_CASE' TABLES i_t_params = lt_param.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Workflows starten?'(012) text_button_1 = 'Ja'(010) icon_button_1 = 'ICON_WORKFLOW' text_button_2 = 'Nein'(011) default_button = '2' display_cancel_button = ' ' IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = rt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = l_repid TABLES selection_table = lt_selection_table.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FOPC_AS_RESTART - Ad Hoc Start of Assessments/Tests FOPC_AS_RESTART - Ad Hoc Start of Assessments/Tests FOPC_AS_REORG_WFCHECK - Check and Repair Work Items with Invalid Object FOPC_AS_REORG_WFCHECK - Check and Repair Work Items with Invalid Object FOPC_AS_REORG_STATUS - Check Consistency of Case Statuses FOPC_AS_REORG_STATUS - Check Consistency of Case Statuses