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 is code to upload cost centers through call trans. and procedure
Is it possible to run host command from SAP environment? How do you run?
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
How do you use tab sets in layout sets?
What are different types of parameters?
How can you distinguish between different kinds of parameters?
What is the purpose of sum statement?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
dynamic programming in sap abap
What is a multiple line field?
How is conversion of data types done between abap/4 & external level? : abap data dictionary
How do you move on to the next screen in interactive reporting?
What is a table attribute? : abap data dictionary
what is leave to TRANSACTION?