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

Changes to SAP Script not visible

Former Member
0 Likes
1,355

Hello Friends ,

I have deleted a paragraph in the customized ZMEDRUCK form in the development environment .

But when i excecute the transaction it still does not reflect the changes i made to the form . Is there something that i am missing here ? The whole text of the paragraph is deleted in SO10 too . Please advise .

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
820

Hi

Have you actived you sapscript?

Are you sure you have changed all versions of the sapscript?

Max

Read only

sridhar_k1
Active Contributor
0 Likes
820

Are you testing in the same client you've modified the sapscript, if not copy the sapscript to the testing client.

Regards

Sridhar

Read only

Former Member
0 Likes
820

Hello Hari,

Possible causes:

- You have translated your form in other languages; then the change should be applied to all translated forms as well

- You are using archiving for output;

Regards,

John.

Read only

Former Member
0 Likes
820

Try this options:

1 - create a New message

2 - Go to the SapScript and CHECK->Text and see the error.

Read only

0 Likes
820

I think some releases buffer the SAPscript objects on the application server.

If the SAPscript layout set is ACTIVE and you are generating the same language as the SAPscript that you changed, you might have to purge the buffer.

You can do this with program RSTXDELL. Run it and either take the defaults or enter the layout set name in the FORM field.