Class Method list used by SAP ABAP Class CL_FOPC_REPORT_WORKFLOW (Integration of Reporting and Workflow)
SAP ABAP Class CL_FOPC_REPORT_WORKFLOW (Integration of Reporting and Workflow) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_FOPC_REPORT_ENGINE - CONVERT_TIMESTAMP Reporting Access Class
2 Class Method  CL_FOPC_REPORT_WORKFLOW - RAISE_EVENT Integration of Reporting and Workflow SOURCE raise_event( i_event = 'COMPLETED' i_report = i_report ).
3 Class Method  CL_FOPC_REPORT_WORKFLOW - RAISE_EVENT Integration of Reporting and Workflow SOURCE raise_event( i_event = 'PREPARED' i_report = i_report ).
4 Class Method  CL_FOPC_REPORT_WORKFLOW - RAISE_EVENT Integration of Reporting and Workflow SOURCE raise_event( i_event = 'RESTART' i_report = i_report ).
5 Class Method  CL_FOPC_REPORT_WORKFLOW - WORKLIST Integration of Reporting and Workflow SOURCE if worklist( i_report ) is not initial.
6 Class Method  CL_FOPC_REPORT_WORKFLOW - WORKLIST Integration of Reporting and Workflow SOURCE lt_worklist = worklist( i_report ).