can we debug the smartform if yes how can we debug
Answer Posted / deepika
1. open SMARTFORM, in menu click on environment, it gives you the function module name for your SMARTFORM.
2. open function module in SE37.
3. There will be perform for each of the node.
ex. perform %GLOBAL_INIT for initialization
give global search with %<your node name> or %<code name> or <any perticular variable>
4. Put break point at required points, by setting break point or hard code statement BREAK POINT or BREAK <your user id>
5. Execute your process/smart form, break point will be reached
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different abap/4 editors?
Have you set up a back ground job ? How to create a background job without a variant ?
What are ranges?
What is at exit-command:?
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What are clustered tables?
What are the attributes of a field that can be activated or deactivated during runtime?
Can a filed occur in several field groups?
what is the t-code to link technical and functional operation?
Application Category?
In which particular scenario we use sorted table and which particular scenario we use standard table?
What is an abap?
What is help view?
What statement will be found in an sap application program that implements a function module exit?