how many ways to debug the script and can we debug the
smartform if yes how can we debug
Answer Posted / 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 |
Post New Answer View All Answers
What is step-loop?
What is database utility?
What is the difference between Classic badi and Kernal badi ?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What is a size category? : abap data dictionary
Difference between open sql and native sql? : abap data dictionary
foreign key enforcement?
What are the different types of data dictionary objects? : abap data dictionary
How can we use multiple transactions by using bdc_insert? : abap bdc
What is the difference between get and get late?
What are your ways to performance optimization?
What is asap methodology? : sap abap hr
What will you code in start-of-selection & end-of-selection ?
What is the difference between the function module and a normal abap/4 subroutine?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary