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
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
How will you read from internal table records in a given value range (without using loop)
How many types of size categories and data classes are there? : abap data dictionary
Example of table cluster and cluster tables.
What is the transaction for recording bdc ? : abap bdc
What is meant by hot spots? : abap data dictionary
Explain how data is stored in cluster table?
What is the difference between a dialog program and a report?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What is the function of the correction system?
What is the difference between a structure and a table? : abap data dictionary
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What is use of transparent table in abap? How it is different from pool tables?
What is table buffer?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?