Application Development 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: 

Copy Transport Task Entries to a New task

0 Kudos

Hello All,

Want to copy released transport request task to a new task using some standard FM.

Tried FM 'TR_COPY_COMM', but it's not allowing task number in the to field. Other option considered was FM 'TR_OBJECTS_INSERT', but it doesn't have any provision to give target task number (prompting user to enter target request/task number). Please suggest some options in this regard.

Thanks in advance

5 REPLIES 5

Former Member
0 Kudos

HI Asokan

Why the need to do this programmatically?

It is always a concern to me that developers feel the need to start messing around with the Transport system with ABAP.

Why not just use the Transport of Copies option?

A sure fire way to guarantee an unstable system is to start with what you're attempting.

Regards

Arden

0 Kudos

Hi Arden,

Thanks for the response.

Many of these CTS related FM's are released for customer use.  Couple of third party CTS tools use ABAP code for transport management.

We need objects under task and transport of copies is not the option as per our current requirement.

former_member184158
Active Contributor
0 Kudos

Hi,

Why you would like to do this, couly you explain it please?

I mean you can do it by using SE10 and you can copy from TR to another.

But maybe you want to create a program to do this task for you!.

so have tried this FM TRINT_COPY_COMM

Regards

Ibrahim

0 Kudos

Hi Ibrahim,


Thanks for the response.


TRINT_COPY_COMM is not accepting task as a target request.


We are implementing Charm. There are certain SAP systems which are outside Charm landscape and want to have custom tool to move those system changes to Charm source system. We don't want objects to be directly copied into request. If source request has two tasks, we want those two tasks in the target request also. 

0 Kudos

Issue is resolved. Passed target request number in the paramater wi_order (FM TR_OBJECTS_INSERT).