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 is at exit-command:?
what is difference between set screen and call screen ?
What are pool tables?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What are the types of parameters in the function modules?
How to create any functions?
What are the different types of parameters? : abap modularization
What is a table cluster? : abap data dictionary
Explain sap abap 3-tier architecture?
Explain badi in abap.
What is the purpose of at first and at last?
What is a transaction variant and why are they used?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
Application Category?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....