Sunday, December 26, 2010
Debugging SMARTFORM is always difficult task. You can debug FM generated for the smartform or you can put static break point wherever code or routines are used.
Two types to debug smartform
- First type
- Activate smartform . When you activate, It creates one function module.
- Test(F8) smartform ->It takes you to SE37 with function module name
- Click on DISPLAY button->Click on Search button
- If you use TABLE node, you can search LOOP AT it_data (Select in Main program radio button in Search popup)
- If you use Flow Logic->Program lines ->You can search with PERFORM %Con(where n is the number)
- Second type
- You can use direct BREAK-POINT statement, when you use Flow Logic->Program lines.
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.