can we debug the smartform if yes how can we debug
Answer Posted / ritesh jha
1.GOTO T-code SMARTFORM-> give the smartform name-> press F8
2.After executing function module will generate.open
function module in display mode.
3.: press source code tab of the function module. In the
source code there is a perform %GLOBAL_INIT. In this
perform all the code of initialization and program lines is
display as perform. Here you can easily find your table and
variable by find command and set session break point on it.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the tcodes for performance tuning?
From Excel to ABAP - Is batch mode possible ?
What are plan versions used for? : sap abap hr
What is IMG in SAP?
what will happen if called program is not executable ?
What are the drill-down features provided by abap/4 in interactive lists?
What is the differrences between structure and table in data dictionary in abap? : abap hr
What are the different types of the variable in the sap abap?
What is direct input method ?
What is exception class and test class. How to use it?
Do you know any other patterns if yes.. explain
What is get cursor field?
In sap script how to print bar code in vertical manner
Explain the different types of data dictionary objects?
How will you define org structure in MM?