cancel
Showing results for 
Search instead for 
Did you mean: 

cannot exit form properly in Design Time

roger_beach
Participant
0 Kudos

First time posting, so please provide guidance as far as information to provide or a different forum where this should be posted.

When working on a form in Design Time, when done, back button does not exit.

When the back button is pressed there are two dialog windows that pop up briefly indicating that the form is being saved. After that there is a status message at the bottom of the screen stating "Changed layout used".

If I hit the exit button to try and exit the form, I get a short dump:

Category ABAP Programming Error

Runtime Errors RAISE_EXCEPTION

ABAP Program CL_WB_MANAGER_FCODE_HANDLER===CP

Application Component BC-DWB-TOO

Date and Time 09/03/2011 14:11:38

Module Name GET_WINDOW_REQU

Source Code Extract

Line SourceCde

1

2 METHOD GET_WINDOW_REQUEST_STACK.

3 * ...

4 field-symbols:

5 <l_reg_entry> type lty_tool_window_reg_entry.

6

7 * look for window information

8 read table me->tool_windows assigning <l_reg_entry>

9 with table key window_id = p_window_id.

10 if sy-subrc <> 0.

11 * no window information found

>>>>> raise window_not_registered.

13 else.

14 * window information found

15 p_request_stack = <l_reg_entry>-request_stack.

16 endif.

17 ENDMETHOD.

We recently upgraded to EHP5 but I'm not sure if it's related to the upgrade or not.

Accepted Solutions (1)

Accepted Solutions (1)

AntonPierhagen
Active Participant
0 Kudos

I had that problem several years ago. The ADS was not correct installed at the Java stack. When it was re-installed, this problem was gone.

Answers (1)

Answers (1)

rakesh_m2
Contributor
0 Kudos

Hello Roger,

This is due to several reasons.

1. Your ADS might not be installed properly

2. You might have messed up with some fields while designing. like passing interer fields to decimal or decimal to integer.

3. Some of the adobe services might be down.

some times, if you relogin, then it might take you to previous working session. If your problem exists from starting only, then you need to use the new version of SAP GUI probably 7.2 which has ADS already installed.

Thanks,

Rakesh

roger_beach
Participant
0 Kudos

Thanks for the replies. I've notified the Basis team here. I'll be sure to update this once I've heard back.

I'm assuming it's either the ADS installation or part of it's down.

I originally thought after reading this post that I must have flubbed a field or something, but we are seeing this issue with every form so I think it's one of the other two.

roger_beach
Participant
0 Kudos

SAP Note 1639674 has been released to address this issue.