Answer Posted / veda
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 ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to creat transactions? : abap data dictionary
Explain the use of insert and append statement in sap abap?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What are the components of sap scripts? : abap hr
Explain read dataset in sap abap?
Explain the difference between free and refresh?
Explain the different types of screen keywords?
Example of table cluster and cluster tables.
Explain the differences between at selection-screen and at selection-screen output?
What is repository info. Systems?
Can you create a table with fields not referring to data elements? : abap data dictionary
To how many tables can an append structure be assigned. : abap data dictionary
How to debug a script in abap?
How to know if the value entered contains records or not?
What are the data types of the abap/4 layer?