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

Sap Script client copy between the clients

Former Member
0 Likes
3,542

we are not authorized to use SCC1 how ever i need to copy the script beteen the development and testing client.. How can i do this ?

10 REPLIES 10
Read only

Former Member
0 Likes
2,008

Ask your basis team to do the same.

otherwise:

go to SE37: call FM call_transaction_from_table. i/p Transaction Code SCC1.

this will by pass auth checks.

Read only

0 Likes
2,008

hi

I went through the FM but still its asking for authorization

Read only

Former Member
0 Likes
2,008

erm SCC1? i developed and transported a crapload of forms till now but i never heard of SCC1

if you are doing changes to a SAP-SCRIPT form and activate it, you get asked for a transport request.

like all other workbenchTA´s just goto SE10 and enable yout TA for transport.

then transport it using STMS.

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
2,008

Hi,

Follow:-

There is no separate Tcode for moving the script.There is an option in SE71,Utilities-->Copy from client ,thru which you can copy script between two clients.

Hope this helps you.

Regards,

Tarun

Read only

Former Member
0 Likes
2,008

Hi,

SAP script is a client-dependant object. So changes in one client wont reflect in other client.

Ask your basis team to copy it from client to other.

Regards,

Sachin

Read only

Former Member
0 Likes
2,008

In se71 you can look at utilities in the menu and then client copy that should move the form across from one client to another, I think there is a language component to look at here as well.

Also you can transport the change from one client to another as I assume is doen with config, but that is probably not as useful.

Hope this helps.

Thanks,

Tim

Read only

Former Member
0 Likes
2,008

Hi,

Or Goto se71 -


> Utilities -


> Copy from client -


> enter source client and form name and target form name and execute.

This may also copy the form from one client to other.

Regards,

Sachin

Read only

Former Member
0 Likes
2,008

Hi,

Goto se71 -


> Utilities -


> Copy from client -


> enter source client and form name and target form name and execute

This may help u.

Read only

Former Member
0 Likes
2,008

Use Program RSTXCPFS

-RJ

Read only

Former Member
0 Likes
2,008

trying diff method solved