How to debug a smartform otherthan putting break-point in
initializatin section?
Answer Posted / maha
Hi,
Execute the smartform, u can see a function module /000012.
Click on GOTO on the menu bar. Click on Main program. You
canm see the includes. click on the last include i.e F01.
and keep the break-point(Shift+Control+12) at ur desired
point.
Regards,
Maha
| Is This Answer Correct ? | 28 Yes | 8 No |
Post New Answer View All Answers
Write the bdc table structure? : abap bdc
Difference between sy-tabix and sy-index? Where it is used?
What are the field and chain statements?
What is step-loop? Explain all the steps?
How can we use multiple transactions by using bdc_insert? : abap bdc
Tell me a scenario where did you use secondary index?
How do you use tab sets in layout sets?
The max number of calling modes stacked at one time is?
Can we set page headers to details lists?
What is For-period and In-period
how to read the standard field value in your custom program.
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What are the organizational related Infotypes
In select-options, how to get the default values as current month first date and last date by default?
Why do we use Abstract classes give an example from your project?