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 script problem

Former Member
0 Likes
576

hi,

i have copied one script from client which is nonmodifiable

client in which i have copied and changed is modifiable.

now,how can i use this changed script in nonmodifiable client.

3 REPLIES 3
Read only

Former Member
0 Likes
558

Hi Imran,

Scripts r client Dependent.

U need to copy this form in non modifiable client.

Regards

SAB

Read only

Former Member
0 Likes
558

Hi

First do the changes in modifiable client to the script and assign a transport request to that script and attach the script(zform) to the driver(print) program

So all these changes have to come under the same request.

Now you can transfer this modified script into non modiable client using SCC1 Tcode(if both are in the same Box) are using the transport request or using the program <b>rstxr3tr or rstxscrp</b>.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
558

Scripts are client Dependent.

You need to copy this form into other client.

Copy the layout from client to other client :

GOTO SE38->RSTXSCRP->execute

Object name - form name ->execute

change the file name as .txt

are you maintaing english language in SE71 and please give language EN in RSTXSCRP Program

while importing into other clinet use IMPORT Option

Reward Points if it is useful

Thanks

Seshu