how many ways to debug the script and can we debug the
smartform if yes how can we debug
Answers were Sorted based on User's Feedback
Answer / anita
1) One way to debug smartform is to debug the Function
Module of that smartforms.
If you want to debug particular smartform node that the
solution would be,
insert a "Program Line" just above the node you want to
debug and this program line write a normal abap breakpoint.
break-point.
So whenever you call the smartforms, it will stop at this
breakpoint and you can debug onwards.
2) SFTRACE can be used for debugging SMARTFORMS.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / anubhav
we can debug the script by using
- Executable program RSTXDBUG
- go to SE-71 - utilities-Active Debugger
Is This Answer Correct ? | 9 Yes | 0 No |
What is the reserve command?
what is the table name of stock of material
Difference between client dependent and client independent tables?
What are the advantages of logical databases?
How does the interface between the dynpro and the abap/4 modules take place?
How to find the return code of a stmt in ABAP programs?
What is get cursor field?
whats the difference between ERROR MESSAGE AND WARNING MESSAGE
What you did in scripts?
3 Answers Cap Gemini, FutureSoft,
What is an update type with reference to a match code id? : abap data dictionary
when u create an index in Data Dictionary..how do we call it in a program or report..?
3) What happens if there is no CLOSE_GROUP in a BDC.