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 - Changes not getting reflected in QAS

Former Member
0 Likes
1,229

Hi,

I have a script that is original in language DE and I am doing changes in language EN in DEV. Now, after transporting it to QAS, those changes are not getting reflected in the output. But, those changes are present in the script in QAS.

Please tell me corrective measures.

Points will be rewarded for helpful answers.

Thanks,

Mukul

1 ACCEPTED SOLUTION
Read only

rodrigo_paisante3
Active Contributor
0 Likes
796

Hi,

I had a problem like this some minutes ago. I did some changes in a sapscript and transport to QAS, but the changes did not work.

I just created another request and did the same and activated the sapscript. Then, my chenages worked.

Please, tell about what you are changing, lets try to solve this.

Regards

4 REPLIES 4
Read only

rodrigo_paisante3
Active Contributor
0 Likes
797

Hi,

I had a problem like this some minutes ago. I did some changes in a sapscript and transport to QAS, but the changes did not work.

I just created another request and did the same and activated the sapscript. Then, my chenages worked.

Please, tell about what you are changing, lets try to solve this.

Regards

Read only

Former Member
0 Likes
796

Hi,

When you choose to display the form in QAS, does it say that it could not find the form and its displaying from client 000? Is this form a z copy of a form originally in DE? If so, create a new z form in DEV with language EN. From se71 goto Utilities/copy from client. This will make a copy in english (but still original DE). Now create a new z form with language EN in se71. Choose change header from se71. Now choose ->form/copy from and enter the zform in en that you just created. Now the original language is en and when you transport it to QAS you will see the output you want.

Hope this helps.

Warren

Read only

Former Member
0 Likes
796

Hi,

When you choose to display the form in QAS, does it say that it could not find the form and its displaying from client 000? Is this form a z copy of a form originally in DE? If so, create a new z form in DEV with language EN. From se71 goto Utilities/copy from client. This will make a copy in english (but still original DE). Now create a new z form with language EN in se71. Choose change header from se71. Now choose ->form/copy from and enter the zform in en that you just created. Now the original language is en and when you transport it to QAS you will see the output you want.

Hope this helps.

Warren

Read only

Former Member
0 Likes
796

Thankx