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 the significance of the memory table ‘screen’?
What are the organizational related Infotypes
What is the difference between upload and ws_upload ? : abap bdc
how to capture the errors in bdc Call transaction method?
What is a 'z' report?
How to copy table across clients?
What are system variable in abap?
Is it possible to run host command from SAP environment? How do you run?
What are the requirements a dialog program must fulfill?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
2)In production what is the user exit?
What is the difference between free and refresh?
Which transaction code can I use to analyze the performance of abap program?
How to combine multiple order in one Delivery ( Step by Step)?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?