CRM and CX Blogs by SAP
Stay up-to-date on the latest developments and product news about intelligent customer experience and CRM technologies through blog posts from SAP experts.
cancel
Showing results for 
Search instead for 
Did you mean: 
mark_foley
Active Contributor

It can be very frustrating when debugging the SAP CRM Web Channel application when the sysem times out during your debugging session. Lately I have found some of the new features in the "New Debugger" very helpful.

The ability to save the test data for a function module to SE37 is the most useful of these. Not alone does it allow you to capture the data but by doing this it means that you do not have to reproduce the issue over and over from the application side. Simply save the test data and you can debug the issue.

 

The simple steps to capture the data are as follows.

  • Set a break point in the Function module.
  • Reproduce the issue in the SAP CRM Web Channel application B2B or B2C.
  • Once the break point has been hit. Select the "service tool" icon

 

 

  • Select "Save Parameters as Test Data (SE37)

 

  • Save the test data as "SAP Support Message XXXXXX

 

 

 

 

 

 

 

 

 

 

 

 

Once this has been save the information will be stored in the Test Data section in SE37 for your function module. This will allow you to bug the issue without risk of time outs from the web application side.

18 Comments