SAP Reports / Programs

/TDAG/CPR_TASK_DIALOG_PORTAL SAP ABAP Report - Task Dialog (Portal)







/TDAG/CPR_TASK_DIALOG_PORTAL 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 /TDAG/CPR_TASK_DIALOG_PORTAL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/TDAG/CPT01PORTAL - Task Overview (Portal)


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 /TDAG/CPR_TASK_DIALOG_PORTAL. "Basic submit
SUBMIT /TDAG/CPR_TASK_DIALOG_PORTAL AND RETURN. "Return to original report after report execution complete
SUBMIT /TDAG/CPR_TASK_DIALOG_PORTAL 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: P_HDRNO = Task Numbers (Separated by<,>)
Title: Task Dialog (Portal)
Text Symbol: A00 = Task View


INCLUDES used within this REPORT /TDAG/CPR_TASK_DIALOG_PORTAL

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:

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = -hdrno IMPORTING output = -hdrno.

/TDAG/CP_TR01_TASK_SHOW_NEW CALL FUNCTION '/TDAG/CP_TR01_TASK_SHOW_NEW' EXPORTING * i_partner_type = p_partyp i_variant = ls_variant-variant i_max_number_values = c_maxrow i_tcode = l_tcode * i_flg_read_escalated = p_escal i_gui_mode = l_gui_mode TABLES it_hdrno = lt_hdrno * it_subid = lt_subid * it_matnr = lt_matnr * it_reglist = s_reglst * it_regcheck = s_check * it_taskcat = s_taskc * it_customer = s_cust * it_supplier = s_supp * it_usera = s_user * it_responsible = s_resp * it_status = s_status * it_duedate = s_duedat * it_plant = s_plant * it_crdate = s_crdate * it_update = s_upddat EXCEPTIONS open_failed = 1 no_authority = 2 OTHERS = 3.

/TDAG/CP_LB03_MSGS_DISPL_LOG CALL FUNCTION '/TDAG/CP_LB03_MSGS_DISPL_LOG' EXPORTING i_flg_amodal = esp1_false i_flg_shw_win_always = esp1_false it_messages = lt_messages.

LVC_VARIANT_DEFAULT_GET CALL FUNCTION 'LVC_VARIANT_DEFAULT_GET' EXPORTING i_save = /tdag/cpcl_c_gen=>grid_save_all CHANGING cs_variant = ls_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.



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 /TDAG/CPR_TASK_DIALOG_PORTAL or its description.