cancel
Showing results for 
Search instead for 
Did you mean: 

script is a client dependent, so how to check in another client?

Former Member
0 Kudos

Hi all,

script is a client dependent,

Can any body please tell me the procedure<b> how to check in another client?</b>

good points will be rewarded for usefull answer.

regards

tapu

Accepted Solutions (0)

Answers (4)

Answers (4)

SuhaSaha
Advisor
Advisor
0 Kudos

Hi Tapu,

SAPscript is client dependent.i.e., if you make some changes in the developement client (say client 300) these are not reflected in the testing client (say client 320).

For these changes to be reflected you need to transfer these changes to the testing client. You have to use the transaction <b>SCC1</b>, where you give the transport request number in which you have saved the script & run the report.

P.S.: Please check the checkbox which says '<i>Include Tasks</i>' & press the '<i>Start Immediately</i>' button.

I hope this answers your question. Do award some healthy points

former_member196280
Active Contributor
0 Kudos

SAPscripts are cleint dependent.

Let me give you an example...

You have two development clients, ex, Client 100, client 200

Now all your changes are done in client 100 but test data available only in 200, since scripts are cleint dependent automatic cascading is not done(means, if you change a program in 100 it reflets it in 200 once you activate it) this is not possible in SAPscripts..

Once you finish your changes in 100, goto se09 and find the lower transport request number.

use program RSTXR3TR, execute.. give transport number, IMPORT and execute

Now login to client 200, program RSTXR3TR, execute.. give transport number, EXPORT and execute

Now all changes will be reflected in client 200.

Regards,

SaiRam

Former Member
0 Kudos

Hi

first save and generate a Transport request for this script in one DEV client

then using that request copy this form to another client using <b>SCC1</b> Tcode

with in the same dev client

If you wants to transfer to another system like QAS and PRD have to transpoert that request

or use the program <b>RSTXR3TR</b> to transport the forms.

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi,

Client dependent means that if you have two different in your developement system.

==> Let's say in your DEV enviroment you have client 300 where you do the development and client 301 where you do the testnig ( not QA system ).

==> Now if you develop your SAPScript in client 300. You cannot see it in client 301 because SAPScript is client dependent. You have to copy the SAPScript in to target client with transaction SCC1.

Regards