can we debug the smartform if yes how can we debug
Answer Posted / 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 |
Post New Answer View All Answers
How do you use tab sets in layout sets?
Describe data classes? : abap hr
What is the tcode for sapscript forms?
Folder types in smatforms? 2)What is Command line?
What is the different type of projects? : sap abap hr
What are the disadvantages of different types of bdc's?
What is time constraint ? : abap hr
Explain the difference between get and get late?
What is the significance of the memory table ‘screen’?
How do you find the information on the current screen? : abap bdc
What is PS structure
In sap script how to print bar code in vertical manner
Explain what are the system fields? Explain?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What is the client concept in sap?