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

Copy Workflow

Former Member
0 Likes
688

Hi,

I want to copy a workflow programatically through report program. Is this possible?

Thanks & Regards,

Reena

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
660

hi!

well u can copy the code programitically but all the other options like container elements, settings etc.. cannot be copied. Check the transaction SWDD and look for an option copy.

thanks

kedar

5 REPLIES 5
Read only

Former Member
0 Likes
660

hi Renna,

I donot think there is any report program for that ...

You could put all your objects in a transport request and manually import it into the target system. But I do not recommend it as you may overwrite an existing object. It should not take too long to recreate it if it is already developed.

Reards,

Santosh

Read only

Former Member
0 Likes
661

hi!

well u can copy the code programitically but all the other options like container elements, settings etc.. cannot be copied. Check the transaction SWDD and look for an option copy.

thanks

kedar

Read only

Former Member
0 Likes
660

sure you can,

create a bim, or catt session for transaction pftc.

Kind regards, Rob Dielemans

Read only

0 Likes
660

Hi Rob,

What is a bim or catt session?

Regards,

Reena

Read only

0 Likes
660

bim is a batch input mappin, you can acces that with transaction SHDB, basically you record an SAP transaction .

Catt is computer aided testtools accessible through SCAT, this also records SAP transactions.