can we debug the smartform if yes how can we debug
Answers were Sorted based on User's Feedback
Answer / krishnaveni
Using SMARTFORM_TRACE
or by putting the break point in program lines
Is This Answer Correct ? | 9 Yes | 4 No |
Answer / ritesh jha
1.GOTO T-code SMARTFORM-> give the smartform name-> press F8
2.After executing function module will generate.open
function module in display mode.
3.: press source code tab of the function module. In the
source code there is a perform %GLOBAL_INIT. In this
perform all the code of initialization and program lines is
display as perform. Here you can easily find your table and
variable by find command and set session break point on it.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / deepika
1. open SMARTFORM, in menu click on environment, it gives you the function module name for your SMARTFORM.
2. open function module in SE37.
3. There will be perform for each of the node.
ex. perform %GLOBAL_INIT for initialization
give global search with %<your node name> or %<code name> or <any perticular variable>
4. Put break point at required points, by setting break point or hard code statement BREAK POINT or BREAK <your user id>
5. Execute your process/smart form, break point will be reached
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shanmugasundaram
go to global definitions -> Initialization or
/and program lines parts you have decalre break <username>
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / harmeet singh
use hardcoded break point.. or put a break point in the FM
generated by smartform.
Is This Answer Correct ? | 4 Yes | 5 No |
Answer / sunny
we can do debuging by using /h. It is necessary that we
have to exit the debuging. If we do not exit the debuging
then it will open the page from the debuging.
Is This Answer Correct ? | 0 Yes | 6 No |
How to set an Enhancement point for a custom report?
how do the sub-total in sap scripts
30000 locks are done,u r having 15 min time .to leave u r job.how would u resolve it
What are pool tables?
A function group contains globally defined internal tables and function modules defined in it. FMOD1 populates itab1 and when FMOD2 is called will itab1 contains those values being populated by FMOD1?
When writing BDC for MM01 how do you take care of views?
i need the explanation for the following one . 1.BAPI 2.BADI 3.USEREXITS. 4.ALE,IDOCS,REPORT,SAPSCRIPTS,SMARTFORMS. And their uses,what is it process in realtime.
Can a function group share its subroutine with all its function modules?
what is the difference between [select single xxx from ...] and [select * from ... up to one row]?
What is the difference between Classic badi and Kernal badi ?
Hi to all abap guru's my question is how to print the page numbers like 2 4 6 on all pagess in smart forms means 2 on first page 4 on second page thanks in advance
what command will use in logical database for retrieve the data (select OR retrieve OR GET)