Application Development 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: 

Change of Source client in transport request

Former Member
0 Kudos
2,141

Hi Gurus,

I want to change source client of transport request

Since I want to transport request between clients of same server.

I did it using scc1

But when I want to make any changes to form which was included in that request it is saying

Request/task DEVK***** has invalid source client XXX

I am trying this in YYY client

Please provide solution

Thanks in advance for your efforts

1 ACCEPTED SOLUTION

kiran_k8
Active Contributor
0 Kudos
406

Yogesh,

Say there are two clients 123 and 456 in the same server and we are doing a Script.

123 is for development and 456 is for testing (no development is allowed in 456).

We do the development in 123 and move it to 456 using SCC1.This process can be repeated n number of times unless the request is transported to Quality(different server).

If any queries revert.

K.Kiran.

7 REPLIES 7

kiran_k8
Active Contributor
0 Kudos
407

Yogesh,

Say there are two clients 123 and 456 in the same server and we are doing a Script.

123 is for development and 456 is for testing (no development is allowed in 456).

We do the development in 123 and move it to 456 using SCC1.This process can be repeated n number of times unless the request is transported to Quality(different server).

If any queries revert.

K.Kiran.

Former Member
0 Kudos
406

But Kiran

when my Abap consultant want to change that script it is saying

Request/task DEVK900295 has invalid source client 210

I have already mentioned that

Expecting response..

GauthamV
Active Contributor
0 Kudos
406

hi,

may be u might have created the script in 200 client and transported to 210 using scc1 transaction.

so now if u r changing in 210 it is giving that mesage.

anyways if u r not able to get it, goto se03 transaction select search for objects in request ,give form, ur form name and select modifiable,released check boxes at bottom and execute.

u will get all requests for the script .

thn use scc1 to copy the previous version of script and do changes.

Former Member
0 Kudos
406

Thanks Gautam

Problem solved.

Former Member
0 Kudos
406

hi ...

lets take an example 111 client is for testing the module

and 222 is for coding ..

then any changes made to module in client 222 must reflected to

111 client for doing so we have to follow the steps :-

1) while saving there will be an option to create a transport request

2) Go to SCC1 transaction for coping changes made to coding client

to testing client .

and you can make your changes

regards

Prashant

0 Kudos
406

No Prashant

It is prompting that request/task has invalid source client when I want to make any changes to script.

Expecting your response.

0 Kudos
406

Yogesh,

Does both the clients allow development in the server? Generally it should not be the case.

Does the client still exists in the server?

Here is a thread with replies for such an error message.

Check it,it may give you some lead.

K.Kiran.