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: 

SE71: Copy form b/w clients

Former Member
0 Kudos

SAP Script experts,

There is a transport request in source system which has say 10 forms, I use SE71 to copy from source to target, I also check whether form exists in souce, positive.

Now when copying the form from one client to another it gives me an error message:

Request/task <> has invalid source client <>.

Log says:

Problem calling the transport system and Workbench Organizer

Any pointers as to what could be the issue.

Thanks.

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

if you are copying the form from one client to other use SCC1 transaction and pass the transport reuest.

if it is between different servers transport request will be transported by basis people using STMS transaction.

3 REPLIES 3

GauthamV
Active Contributor
0 Kudos

hi,

if you are copying the form from one client to other use SCC1 transaction and pass the transport reuest.

if it is between different servers transport request will be transported by basis people using STMS transaction.

Former Member
0 Kudos

Hi,

If the source(800) and target(900) Systems are different clients then u can use RSTXSCRP program to copy the Script.

If Source(801) and target(803) systems are same client then u can transport the request through SCC1,because the Script is a Client dependent.

Former Member
0 Kudos

Hi MN,

I think you are using SCC1 in the wrong client. You should run SCC1 from target client.

Source Client - 200

Target Client - 400

If you use SCC1 in 200 client it will give error "Change request/task <..> has no or incorrect source client 200".

Regards

Rajvansh