cancel
Showing results for 
Search instead for 
Did you mean: 

Changing client in sapscript

Former Member
0 Kudos

Hi guru's,

I need to transport a sapscript from one client to another client.

But as sapscript are client specific, i am copying it from one client to another client.

Now i am getting a error as

Request/task GADK900077 has invalid source client 100

Here GADK900077 is my request number and 100 is the client number.

Please tell me on how to proceed for copying a sf ffrom clint 100 to clint 200

And/Or Also tell me on how to change the client of the existing Sapscript.

Regards,

Roshan Lilaram.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi roshan,

the script has been saved onto a request.

goto se10 and check the request. now ask your basis administrator to

copy that request to the desired client.

see that the client u were working with the script is valid.

your source client must be having some problem with the script.

please make sure the script is workin fine in the orignal client that is 100

copying it to another client would not be a problem if it is working fine.

i hope this solves your problem. let us know soon

former_member196280
Active Contributor
0 Kudos

GOTO SE38 and Use RSTXFCPY to copy forms between clients.

Reward points to all useful answers.

Regards,

Sairam

dev_parbutteea
Active Contributor
0 Kudos

Hi,

try executing program RSTXFCPY from client 200.

Regards,

Sooness.

Former Member
0 Kudos

this is exactly like copying from 'copy form client' in sapscript.

Please tell me on how to change the client of a existing sapscript?

Former Member
0 Kudos

hi Roshan,

There is no as such thing as changing the client of existing sapscript. If it is in one client what you want to do..move it to other client then just use above methods to copy it to other client which will automatically change the client of that sapscript (As it will be available in both the clients)

Regards,

Atish

Former Member
0 Kudos

Hi Roshan,

There are two ways.

1 Use transaction SCC1.

2. Use transaction SE71 -> Utilities -> Copy from client.

Reward points if useful.

Regards,

Atish

Former Member
0 Kudos

the copy form client is sending me the above error.

And scc1 is direct client copy.

Could you please tell me on how to change the client of the existing sapscript?