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 netweaver???what is the relationship with ABAP?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
What is the difference between synchronous and asynchronous update?
How can you find the field/data underlying a transaction?
How to select valid lines for secondary list?
What kind of BDC programs are written ?
What is sapnet?
What is the syntax of packed number?
What are the page headers for secondary lists?
What does an exec sql statement do in abap? What is the disadvantage of using it?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
What is the lock object?
What are screen painter? Menu painter? Gui status?