Wednesday, 23 July 2014

How to debug an SAP Smart Form

Follow these simple steps to debug a SAP Smart Form

1. Run the smartform f8
2. Copy the function module name
3. Go to SE38 ABAP editor
4. Paste the function module name in prog name space
5. Add L to the starting and F01 to the ending in the function module name
6. Click on display and set break-points (copy the required line to set break point from the main Smart Form program) and execute it to start debugging 

No comments:

Post a Comment