What are the ways to debug the Smart Form?
1St Way: - By setting
the Session Break point in the Generated Function module.
Ø The SMARTFORMS can be debug
by setting the Session Break points at the required statement line in the system
Generated Function module.
Ø The system generated
internal table %TEXT contains the following fields which are filled with the
text node contents at Run time to debug text elements.
Field
name |
Description |
TDFORMAT |
Tag
column of the text elements |
TDLINE |
Contents
of the text element/text node |
2nd Way:- By setting the Static Break points in the
SMARTFORMS.
Ø The SMARTFORMS can be debug
by setting the Static Break points in the required program lines
/initialization node under global definitions of the SMARTFORM. The statement
BREAK followed by user name can be used.
No comments:
Post a Comment