How to debug smartforms?
Answers were Sorted based on User's Feedback
Answer / vinit
the function module which is generated when you execute a
smartform, copy that function module name and paste it in
se37. then click on display and set breakpoints to debug ur
smartform....
hope it is clear by now..
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / 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 |
what are diffrences between user-exits and customer-exits?
Can I create a Transaction code for a custom Table ? If Yes How can I ?
How do you validate the selection criteria of a report? And how do you display initial
What are the types of subroutines? : abap data dictionary
How to read 5th record from Hash Internal Table?
I have one BADI Definition , which i have use it in multiple Implementation .Now i am calling the BADI , In which Sequence the BADI will be called ? Can i control the sequence of calling ?
2 Answers Nissan, Renault Nissan,
What is a database view? : abap data dictionary
What is the significance of delivery class?
What is an User exit?
what are the Uploading tools you have used?
What are the uses of secondary indexes?
how to stretch the report size in standard tool bar.