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 form does not reflect changes after transport

Yasin
Active Participant
0 Likes
3,722

Hi,

i have one SAPScript form which i need to modify some texts on its footer,

i already modified it successfully on the Development System, Activated the form after modification.

after transporting the form to the Quality Server successfully when i check on

the Quality Server i still see the old values (old texts) and don't see my changes !!!?

while in the Development System everything looks OK.

Thanks.

Hi,

i have one SAPScript form which i need to modify some texts on its footer,

i already modified it successfully on the Development System, Activated the form after modification.

after transporting the form to the Quality Server successfully when i check on

the Quality Server i still see the old values (old texts) and don't see my changes !!!?

while in the Development System everything looks OK.

Thanks.

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
1,883

Hi YasinN,

if the changes are 'only' in texts included in the form, you can use report RSTXTRAN to include the texts in a transport request. If the texts are part of form windows, you may have to activate the form in Quality Server.

If the transport is configured to go to client 000, you can not see it in working client if there a form with the same name exists - someone may have loaded using program RSTXSCRP.

Check transport protocol in detail. SE71 also allows 'copy from client' function.

Regards,

Clemens

Read only

Former Member
0 Likes
1,883

you can try two things: one is copy from client

other is TCODE: SCC1. here you can give request number and click both the check boxes.

Read only

Yasin
Active Participant
0 Likes
1,883

actually i found out what was the problem (with help form one of my friends) .

the problem was the form is not getting activated on the development server,

there was an error message indicating that the form cannot be activates cause the Next Page width is different.

so i have modified the widths of the Next page to match the width of the First Page, after that everything went OK