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

problem in using the sap script from 1 client to another

Former Member
0 Likes
942

Hi,

I am working on a sap script which is developed in the 555 cliet(Quality) but now the error comes change to repository or cross client is not allowed.

In order to change the script which i am working on i tried to copy that script in 333 client and created with the orignal script. I tried to copy the modified script (developed in 555) but it is copying that script.

Plzz proivde me guideliness how to solve this problem.

Hi,

I am working on a sap script which is developed in the 555 cliet(Quality) but now the error comes change to repository or cross client is not allowed.

In order to change the script which i am working on i tried to copy that script in 333 client and created with the orignal script. I tried to copy the modified script (developed in 555) but it is copying that script.

Plzz proivde me guideliness how to solve this problem.

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
900

Use SCC1 transaction to transport script between clients.

Read only

Former Member
0 Likes
900

Hi,

Scripts should be created only in 001 client. Then only it will match all your requirements.

you should ask your Basis consultant for transporting script to 001 and then copy from there.

Dont go for client specific.

Best Regards,

Suresh

Read only

keerthy_k
Product and Topic Expert
Product and Topic Expert
0 Likes
900

Hi,

if the sapscript ZXYZ is already present in a sys ..in ur case it is quality..and if u try to modify the same script from another clnt of the same sy..then it will give an error..like cross cnlt is not possible. If u need to modify the script, u need to modify this using the same clnt...which u used to create that script. Else u copy it to another name in diff clnt and then try to modify. And use the new name in the driver pgm also.

Keerthi

Read only

Former Member
0 Likes
900

Hi,

I had tried to copy it with different name and also mentioned it in the dirver program and when i execute the program in 555 client(Quality client)

it had given the error :-

No script or form name is available.

plzz provide me guidelines how do i check that the modification made in script in client 333 (development) is accurate in this client there is no data is present where as in 555 is the replica of the Production server.

Plzzz provide me guielines to solve this problem.

Edited by: ricx .s on Mar 10, 2009 7:54 AM

Read only

Former Member
0 Likes
900

>

> Hi,

>

> I am working on a sap script which is developed in the 555 cliet(Quality) but now the error comes change to repository or cross client is not allowed.

>

> In order to change the script which i am working on i tried to copy that script in 333 client and created with the orignal script. I tried to copy the modified script (developed in 555) but it is copying that script.

>

> Plzz proivde me guideliness how to solve this problem.

Hi there,

Are clients 555 and 333 both on DEV Server? If so you may use transaction SCC1 to copy the form from one client to another. Just run SCC1 on the client where the sapscript form will be copied, indicate the source client, and search for the transport request number that contains your form.

Also, where did you develop your form?

Let me know.

Regards.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
900

Hi

If you were working on same system(Dev/Quality) with different clients, then we can use the Transaction : SCC1 to move the scripts from one client to another.

For different systems the only way is : Import and Exports the Transports.

Regards,

Sreeram Kumar.Madisetty