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 |
how do we call multiple transactions in session method? (plzz with code)
Anyone can plz help me in finding the occurate material for ALE,EDI&IDOCS ,OTHERTHAN ARVIND NAGPAL'S EDITION!IF u know then plz inform me!
what is secondary index?
what is the diffrence between inner and outer join
Setting up a BDC program where you find information from?
How to Split one delivery into many ( Step by Step)?
WHAT ACTUALLY IS REAL TIME IMPLEMENTATION HOW MANY PHASES ARE THERE IN THAT
how do the sub-total in sap scripts
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 happens if a function module runs in an update task?
Describe the difference between macro and subroutine?
Q : I want to see material details in secondary list based on material No. from basic list. I will double click on any row, any field of basic list (not on field containing material no.) & the secondary list will display material details according to material No. on that row. Is it possible? If so how?