cancel
Showing results for 
Search instead for 
Did you mean: 

Main Window in Smartforms

Former Member
0 Kudos

Dear All ,

How can anybody debug Main Window in Smartforms without putting Hardcode ' Break Username' ? And How many Main Window anybody can create in Smartforms ? So , please Help me for same.............

Accepted Solutions (1)

Accepted Solutions (1)

satyajit_mohapatra
Active Contributor
0 Kudos

1. Yes, the smartform can be debugged without using hardcoded breakpoints. In the smartform generated FM, find the node, which needs to be debugged. Then put a breakpoint in the source code of the node. Suppose, there is a program line TEST and you need to debug a particular code segment. In Smartform generated FM find the node TEST. Then place a breakpoint in the code segment.

2. Only one main window can be defined also it can be created without an main window.

Former Member
0 Kudos

Hi ,

Thanks for reply...its reaLly needful but can you say you r talking about Which FM 'SSF_FUNCTION_MODULE_NAME' Or Runtime FM ? And how can i select Node ?

satyajit_mohapatra
Active Contributor
0 Kudos

It's the runtime FM......just search the node using 'Find' option in the toolbar

Former Member
0 Kudos

Thanks ...........

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

To debug smartform without using hardcoded breakpint ,

1.goto smartforms in that under environment in toolbar check function module name,

copy that number eg.../1BCDWB/SF0000..

2. goto Se37 put this number and then in source set debugging point(external ).

On one page we can have one main window , size of main window can be varied.

Hope this helps.