SAP Reports / Programs

COWORKDISPATCH SAP ABAP Report - Dispatching of functional requests







COWORKDISPATCH 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 COWORKDISPATCH 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 COWORKDISPATCH. "Basic submit
SUBMIT COWORKDISPATCH AND RETURN. "Return to original report after report execution complete
SUBMIT COWORKDISPATCH 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: PR_OBART = D Object type
Selection Text: PR_USNAM = D User name
Selection Text: PR_WERKS = D Plant
Selection Text: P_CPUDT = D Created on
Selection Text: P_CPUTM = D Time of entry
Title: Dispatching of functional requests


INCLUDES used within this REPORT COWORKDISPATCH

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:

CO_WORK_REGISTERED_FUNCTIONS CALL FUNCTION 'CO_WORK_REGISTERED_FUNCTIONS' EXPORTING i_flg_initialize = cowrk_c_x IMPORTING eth_fct_registration = gth_registration[] .

CO_WORK_REGISTERED_FUNCTIONS CALL FUNCTION 'CO_WORK_REGISTERED_FUNCTIONS' EXPORTING i_flg_import = cowrk_c_x ith_fct_registration = gth_registration[] .

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'COWORK_SELECT' p_program = 'SAPLCOWORK' TABLES p_exclude = lt_excl[].

CO_WORK_REQUEST_SELECTION CALL FUNCTION 'CO_WORK_REQUEST_SELECTION' EXPORTING i_r_funct = lr_funct[] i_r_obart = ir_obart[] i_r_usnam = ir_usnam[] i_r_werks = ir_werks[] i_cpudt_to = i_cpudt i_cputm_to = i_cputm CHANGING c_t_funreq = lt_funreq[].

CO_WORK_REQUEST_DISPATCH CALL FUNCTION 'CO_WORK_REQUEST_DISPATCH' EXPORTING it_funreq = lt_funreq[] is_fct_general = is_fctgen it_fct_header = it_fcthdr[] i_workprocess_group = i_wpgrp i_workprocess_max = i_wpmax i_flg_display_statistics = cowrk_c_x IMPORTING eth_selection = lth_selection[] et_appllog = lt_appllog[].

CO_WORK_FUNCTION_SELECTION CALL FUNCTION 'CO_WORK_FUNCTION_SELECTION' EXPORTING is_fct_general = cs_fctgen it_fct_header = ct_fcthdr[] IMPORTING es_fct_general = cs_fctgen et_fct_header = ct_fcthdr[].



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