how to debug the smartform? plz tell me step by step process
or screen shots?
Answers were Sorted based on User's Feedback
Answer / prady
Write "break-point" inside the program line and try to run
the smartforms.it will go in debug mode.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / riaz
Each activated smartform has a function module assigned that
you can get its from Environment menu in smartforms
transaction. Search for the line where you want the debugger
to stop and place the break point.
coding a break-point statement in source code is crude
method and not suggested.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sivaramakrishna
hi ,
this is sivaramkrishna.
genarally there are two ways to debug sf.
one of them is
open the sf--->select envoronment from menu-->select
functin module. now it will display the a popup just press
enter, now it will display a new window shwoing the
generated fm,program.
select the program name go to se38 open it in change mode
or display mode . in that the last include consisit the
original smartform abap code now in that put the bp and
test it.
sivasayini@yahoo.com
Is This Answer Correct ? | 0 Yes | 1 No |
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
Which one of the following statements would occur in the PBO of a dialog program using table control? a) module user_command. b) set screen '0100'. c) loop at itab. d) loop at itab with control itab_tc.
Explain Catch Command in ABAP?
What are the different functions used in sap script?
Events that can be used in both the classical and interactive reports
How to handle Errors in Function Modules?
What is the SD Flow in SAP.Can you explain with Transaction codes...
What are the different types of parameters? How can you distinguish between different kinds of parameters?
what is the significance of project, subproject and object in lsmw?
How to create Reports with Radio Buttons, which gives sales information, Delivery information and Billing information. plz mention the detail coding Tahnks, Rahul
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
what is the variable to be used in sap scripts to find the total number of pages of the print job?