CP_DA_TSK_CHECK is a standard ABAP INCLUDE 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 CP_DA_TSK_CHECK 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CP_CHK_AUTHORITY CALL FUNCTION 'CP_CHK_AUTHORITY' EXPORTING plnaw_imp = i_tsk_application plkod_imp = i_plkod message_type_imp = ' ' "no message IMPORTING no_authority = c_flg_no_authority EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE * call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' * exporting * defaultoption = 'N' * titel = text-01a * diagnosetext1 = text-01b * diagnosetext2 = text-01c * diagnosetext3 = text-01d * textline1 = text-01e * textline2 = text-01f * importing * answer = c_popup_answer * exceptions * others = 1.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_CHK_WERK CALL FUNCTION 'CP_CHK_WERK' EXPORTING werks_1_imp = c_plkod-werks werks_2_imp = i_tsk_class_data_old_werks EXCEPTIONS different_bukrs = 01 different_kokrs = 02 OTHERS = 03.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_CHK_WERK CALL FUNCTION 'CP_CHK_WERK' EXPORTING werks_1_imp = c_plkod-werks werks_2_imp = i_rc27m_werks EXCEPTIONS different_bukrs = 01 different_kokrs = 02 OTHERS = 03.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
T411_READ CALL FUNCTION 'T411_READ' EXPORTING spras = sy-langu verwe = c_plkod-verwe IMPORTING struct = c_t411 EXCEPTIONS no_entry = 01 no_text = 02.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
TQ39_READ CALL FUNCTION 'TQ39_READ' EXPORTING dkrt_key = c_t411-dynkrit IMPORTING tq39_exp = c_tq39 EXCEPTIONS no_entry = 1.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
QAFD_TQ79_READ CALL FUNCTION 'QAFD_TQ79_READ' EXPORTING i_slwbez = c_tsk_qm_data-slwbez IMPORTING e_tq79 = c_tq79 EXCEPTIONS not_found = 1.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
QDLI_SAMP_DRAWING_PLAN_CHECK CALL FUNCTION 'QDLI_SAMP_DRAWING_PLAN_CHECK' EXPORTING probenahmeverf = c_tsk_qm_data-qprziehver version = c_tsk_qm_data-qversnprzv.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_DI_CHK_ROUT_CREATE CALL FUNCTION 'CP_DI_CHK_ROUT_CREATE' EXPORTING i_old_statu = i_tsk_class_data_old_statu i_old_werks = i_tsk_class_data_old_werks i_old_verwe = i_tsk_class_data_old_verwe i_transaction_type = i_transaction_type i_tsk_application = i_tsk_application i_tsk_type = i_tsk_type i_flg_dialog = i_flg_dialog IMPORTING e_popup_answer = c_popup_answer e_flg_no_authority = flag_no_authority CHANGING c_plkod = c_plkod EXCEPTIONS no_authority = 1.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
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 CP_DA_TSK_CHECK or its description.