
Did you ever have one of those days when very break point you set is not hit, One thing I’ve found over the past few month when Debugging ABAP from the CRM Web Channel application is to make sure to start in the right place. This may sound like simple advice but can save hours of wasted time and frustration.
To know where to start you first need to understand two things
External Debugging is straight forward and once you have any ABAP knowledge the principle is the exact same. There are a number of prerequisites to be able to perform external debugging. For further information on external you can check the development and Extension Guide on the Service Marketplace or you can check this wiki article
Once you have your system set up to debug you will then need to understand the application and how the calls are been made. There are two Jco connection types that are important to hit that break point.
There are two connection types used when executing the JCo function:
Once you have an understanding of the connection type mentioned you will then know for which user you will need to set you External break point for.
There are of course sometimes when you may need to debug a function module without full knowledge of the connection types been used. In these case I have found the best course of action is to perform a trace on the application a simple ST01 trace on the ABAP system can give you a good in site into which user is need to set your break point for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
4 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |