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
Difference between Field groups and internal tables?
What is the difference between abap and hr abap? : abap hr
Explain the inside concept in select-options?
Do we create table fields with out data elements and domains?
What are types of select statements?
How to eliminate duplicate entries in internal tables?
What are the differences between sap memory and abap memory?
Name some system global variables you can use in abap programs?
Where do you use help views?
What is payroll area
How do you control printer functions from sapscript?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
what are the two methods of modifying sap standard tables? : abap data dictionary
Differentiate between ooabap and abap?