How to debug a smart form?
Answers were Sorted based on User's Feedback
Answer / saurabh srivastava
hi,
u can also debug smartforms by :
1. apply 'BREAK-POINT' in driver program
2. apply the breakpoint in genrated funtion module
3. hard code the breakpoint in smartform itself while
writing codes.
if i m incorrect then please correct me.
Is This Answer Correct ? | 30 Yes | 6 No |
Answer / kaushik
All the answers are correnct, But in production u cant
write break point in smartform. So overcome this , see
below method.
Tcode > smartforms > F8>
u will get a FM exp : /1BCDWB/SF00000138
Now go to SE38 and add 'L' before S and add 'F01' and the
end. So this will become /1BCDWB/LSF00000138F01
now add break point where ever u want.
Enjoy SAP
Kausihk
Is This Answer Correct ? | 17 Yes | 0 No |
Answer / nitin b modi
Hi,
You have to execute the smartform in TCode Smartforms and
when you get the Smartform FM name like /B112098183221.
then you have to press the display button then you will get
standard SAP Code in that scroll down to last to find
Subroutine PERFORM GLOBAL_CLEAR%, then double click and go
inside....you will get all the code which you have written
in Smartform and can put break point and once you run the
smartform driver program the control stops in
smartform,where you put the Break Point.
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / sateesh chinta
SFTRACE is code for debug the smartforms.switch on the
trace in using the tcode.
Put 'BREAK-POINT' in SF driver program
Put the breakpoint in funtion module
hard code the breakpoint in smartform .
Is This Answer Correct ? | 2 Yes | 0 No |
most commonly used command in Interactive Reporting?
have you used performance tunig?what major steps will you use for those
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
What are the page windows? How many main windows will be there in a page window?
when we are entering a purchase order it goes to which table?
what is bapi?
What are client dependent objects in abap/sap?
when a material is created through BDC, does it add the created material in mara table?Or else where the material created is stored?(In which table?)
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
How many primary keys can be created for a table?
when we use subroutines and function modules