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

SAPScript Does not reflect from Development to Quality

Former Member
0 Likes
3,641

hi experts,

actually I added addition text in footer of existing Sapscript in development and saved under same TR but Changes not reflected in quality.

Plz Help me.

9 REPLIES 9
Read only

ThangaPrakash
Active Contributor
0 Likes
2,220

Hello Sam,

Is your development and quality systems are of same server and different client or different server?

If it is of Same server and different client, as the sapscripts are client dependent it has to be copied to Quality client by using transaction SCC1.

Regards,

Thanga

Read only

0 Likes
2,220

This message was moderated.

Read only

michael_kozlowski
Active Contributor
0 Likes
2,220

Hi, check if form is activated in DEV.

Read only

Former Member
0 Likes
2,220

Check if you have activated the SAP Script fully before transporting and all the objects are there in the object list of the TR.

Sometimes we forget to activate it which creates the problem.

Hope this helps.

Read only

Former Member
0 Likes
2,220

Hi,

maybe u wrote the addition in an SO10-Text.

you have to maintain this text in every system, or manually adjust it to a transport in transaction SE78

regards

Stefan Seeburger

Read only

former_member809980
Participant
0 Likes
2,220

hi,

if you have created text using SO10 then you need to include TEXT in transport request.

use T-Code:  SE38,  run program RSTXTRAN

enter your Transport Request No.

(note that the transport request no. of Sub-Object i.e child request will be entered here and not the Main Object)

thanks!!

Read only

Ankit_Maskara
Product and Topic Expert
Product and Topic Expert
0 Likes
2,220

Hello Sam,

SAP scripts are client dependent objects meaning to reflect the changes you need to make client copies.

As mentioned by fellow colleagues, please make make sure below things -

1. Check whether the SAP Script is active and working in Dev.

2. Release the TR in Dev.

3. Do a client copy of the TR in the Quality.

Also in case you have created some standard texts then transport them suitably running the SE38 program 'RSTXTRAN'.

Even if the changes are not reflected then debug the behavior and let us know.

BR.

Read only

Former Member
0 Likes
2,220

Thanks to all for your valuable answers...my issue is solve..

Regards,

SAM

Read only

Ankit_Maskara
Product and Topic Expert
Product and Topic Expert
0 Likes
2,220

Dear Sam,

Please mark helpful/correct answers and close this thread.

BR.