Application Development 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: 

T-code - smartforms - Screen lock in navigation issue?

Former Member
0 Kudos

Actually my smartforms screen got stuck, not able to drag on the either side???

1 ACCEPTED SOLUTION

Former Member

HI,

Hope this helps you to resolve your issue.......

Release T-Code: SMARTFORMS

Whenever the navigation screen for T-Code : "SMARTFORMS", gets locked.

(As shown below)

Follow the steps as follows:-

1) Goto T-Code: SE38

Then, press ENTER

2) Enter Program Name: "LSTXBF08" (i.e., INCLUDE Name)

3) Goto line no: 590 (Set a 'BREAKPOINT').

4) After setting the breakpoint, goto command field anf type: '/h', then press ENTER, you will have a message as 'Debugging switched on'.

5) After the debugger is switched on, enter the T-Code: '/nsmartforms', then press ENTER, it will automatically direct you to the smartforms INITIAL screen.

6) Later enter the form name, then press 'Display'

7) It will re-direct to the debugger screen as below, there proceed with the screen-shot procedures;

😎 Double clicking the variable 'G_SETTINGS', edit the component 'TREE_EXTENSION' as '100' (For Example) as shown below;

9) Then goto breakpoints tab --> delete all BP's (or Shift + F2), and finally EXCECUTE the program.

SMARTFORMS SCREEN LOCK IS RELEASED.......


Regards

Niyas

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos

I guess it's an issue with your SAP GUI for Windows. Install the latest release/patch. Or add a breakpoint in the constructor of class cl_gui_docking_container to set parameter extension = 200 (width) - looks like the issue in SE80 mentioned in note 2527919 - SE80 -Not able to resize the Browser width in Object Navigator.

Former Member

HI,

Hope this helps you to resolve your issue.......

Release T-Code: SMARTFORMS

Whenever the navigation screen for T-Code : "SMARTFORMS", gets locked.

(As shown below)

Follow the steps as follows:-

1) Goto T-Code: SE38

Then, press ENTER

2) Enter Program Name: "LSTXBF08" (i.e., INCLUDE Name)

3) Goto line no: 590 (Set a 'BREAKPOINT').

4) After setting the breakpoint, goto command field anf type: '/h', then press ENTER, you will have a message as 'Debugging switched on'.

5) After the debugger is switched on, enter the T-Code: '/nsmartforms', then press ENTER, it will automatically direct you to the smartforms INITIAL screen.

6) Later enter the form name, then press 'Display'

7) It will re-direct to the debugger screen as below, there proceed with the screen-shot procedures;

😎 Double clicking the variable 'G_SETTINGS', edit the component 'TREE_EXTENSION' as '100' (For Example) as shown below;

9) Then goto breakpoints tab --> delete all BP's (or Shift + F2), and finally EXCECUTE the program.

SMARTFORMS SCREEN LOCK IS RELEASED.......


Regards

Niyas