Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CP_CL_S_TSK_COPY - Task list duplication

Former Member
0 Likes
735

Hi all!!!

anybody have experience using the function module CP_CL_S_TSK_COPY or other that allow me to duplicate a PM Task-List, I only want to change the center with the copy but It doesn't work.

A lot of thanks in advance!!!!

Hi all!!!

anybody have experience using the function module CP_CL_S_TSK_COPY or other that allow me to duplicate a PM Task-List, I only want to change the center with the copy but It doesn't work.

A lot of thanks in advance!!!!

2 REPLIES 2
Read only

Former Member
0 Likes
596

Hi

Check the fun module

<b>CP_CC_S_COPY_BY_TSK</b>

in which the function module

<b>CP_CL_S_TSK_COPY</b> is used

take that code and use it.

Regards

Anji

Read only

Former Member
0 Likes
596

Anji thanks for your answer!!!

But with the function CP_CC_S_COPY_BY_TSK something is not ok because the function module CP_CL_S_TSK_PROVIDE DOEN'T RETURN any value because the global table g_tsk_adm used in it goes empty... do you have any suggestion? or something that I can duplicate a task-list.

Thanks in advance again.