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 scripts

Former Member
0 Likes
1,026

hai, in scripts i was worked on client 200, i will send to client 500 is it possible how?: plz send me........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,004

Hi

Take the Transport request from 200 client use

SCC1 Tcode to transport from 200 to 500 if both clients are in the same system/box

Reward points for useful Answers

Regards

Anji

9 REPLIES 9
Read only

Former Member
0 Likes
1,004

Hi,

If you have the sapscript in a change request...you can use SCC1 to move the CR to the client 500..

Thanks,

Naren

Read only

Former Member
0 Likes
1,005

Hi

Take the Transport request from 200 client use

SCC1 Tcode to transport from 200 to 500 if both clients are in the same system/box

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
1,004

Hi Sheik,

Goto SE71, there is an option in Utilities as COPY ffrom client (000-for standard forms)(800 or any clien where you form is present to be copied). Copy the from zstandardform or Zform into a Zname form.Check the box action log and execute in this way you can copy the existing form into a new form.

Reward points if helpful.

Thanks.

Read only

Former Member
0 Likes
1,004

Hi,

Also in SE71...

In the menu..UTILITIES -> COPY FROM CLIENT..

You can use to copy sapscript..

Thanks,

Naren

Read only

Former Member
0 Likes
1,004

hi,

goto 500 client ->se71->utilities copy from client->

specifyForm Name

Source Client-200

Target Form->execute->specify package name->save

Read only

Former Member
0 Likes
1,004

try this .... UTILITIES -> COPY FROM CLIENT from your sapscript tcode...

Read only

Former Member
0 Likes
1,004

Hi,

goto tocode se71.enter ur script to be transformed and select

utilities->copy from client.

ther u can give the script name u want in new client,client to which u want to transform.fill them all and execute.

rgds,

bharat.

Read only

Former Member
0 Likes
1,004

SCC1 transaction or RSTXR3TR - to transport the CR from one client to another

RSTXFCPY - to copy script from one client to another.

RSTXTRAN - to transport standard text

Regards..

Balaji ( Assigm points if this helps u..)

Read only

Former Member
0 Likes
1,004

hi,

for that one u work with <b>RSTXR3TR.</b>

it is n executble program used to move script form cross the clients.

<b>or</b>

goto client5000-->se71>provide form name>select FORM option->select Migrate option->here dilog box displys with two fields( here provide formname and lnguage)>save--->activate.

<b>or</b>

To copy forms between clients, you can use <b>RSTXFCPY</b> program or follow the path

<b>SE71 -> Utilities -> Copy from Client.</b>

regards,

Ashokreddy.

Message was edited by:

Ashok Reddy