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 problem - Invisible window

Former Member
0 Likes
2,097

Hi Everyone-

We copied the standard script to a z script and it was working fine. We applied a new support pack recently and the main window on the script was no longer printing on the output. I did some research and found that there were errors in one of the windows of the script by doing Check Texts(Ctrl+F4). My problem is these windows have been deleted from my z script when the script was copied from the original script but they still show up in the error list.

I then went to Utilities -> Form Info and I see these windows but the same are not visible when I click on "Window Overview". Is there a way to delete these windows permanently from my zscript? Please see screenshots for more info. Any help on the issue is greatly appreciated as I am completely stuck.

1 ACCEPTED SOLUTION
Read only

arthur_alvesteixeira
Active Participant
0 Likes
1,532

Aneesh,

if you want to delete some window it's recommended:

1. Ensure that the code will not call this window.

2. Using se71 transaction, go to window button (or choice window radiobutton in se71 first screen, choice the window and delete using menu.

2 REPLIES 2
Read only

arthur_alvesteixeira
Active Participant
0 Likes
1,533

Aneesh,

if you want to delete some window it's recommended:

1. Ensure that the code will not call this window.

2. Using se71 transaction, go to window button (or choice window radiobutton in se71 first screen, choice the window and delete using menu.

Read only

0 Likes
1,532

Step (2) details:

  1. Transaction: Se71
  2. Radiobutton 'Window' or button 'Change' and after this button 'Window'
  3. Double click in window name to delete
  4. Go to Menu: Edit -> Delete Element