‎2017 Nov 15 9:00 AM

Actually my smartforms screen got stuck, not able to drag on the either side???
‎2017 Nov 17 6:09 AM
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
‎2017 Nov 15 3:01 PM
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.
‎2017 Nov 17 6:09 AM
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