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

Transporting from one client to another

Former Member
0 Likes
878

Hi Friends,

Is there a way to transport a customizing / workbench (Script) from one client to another using abap source code. I know we can write a BDC for transaction SCC1. But where to execute this?

Please suggest..

Thanks in advance

Hi Friends,

Is there a way to transport a customizing / workbench (Script) from one client to another using abap source code. I know we can write a BDC for transaction SCC1. But where to execute this?

Please suggest..

Thanks in advance

6 REPLIES 6
Read only

Former Member
0 Likes
845

Hi,

Execution should take place in the target client.

Regards

Rajvansh

Read only

0 Likes
845

How to execute in the target client?

Read only

Former Member
0 Likes
845

u can use RSTXFCPY program.

Read only

Former Member
0 Likes
845

Hi,

Execution take place in the target client and then you have to run the t-code SCC1 and give the client name from which you want to import the request .

Read only

0 Likes
845

Hi Friends,

My problem is not executing SCC1 manually in target client, for only forms.

I want to transport a Customizing request with ABAP source code from source client to target client.

Thanks

Read only

Former Member
0 Likes
845

Hi,

You can use execute SE71in menu bar utilities--->copy from clients. give source client & form name , Target form name. so that you can copy or move script from one client to another.

Regards,

BBR.