Skip to content

Latest commit

 

History

History
40 lines (15 loc) · 1.91 KB

troubleshooting-tools-911438b.md

File metadata and controls

40 lines (15 loc) · 1.91 KB

Troubleshooting Tools

Apart from debugging, you can also use other troubleshooting tools, such as the Feed Reader view in ABAP Development Tools, ABAP Profiler as well as the SQL Explain and SQL Trace Analysis SAP Fiori apps.

ABAP Development Tools provides a dedicated view, the Feed Reader View, for runtime errors (ABAP short dumps) and gateway errors. See Feed Reader View.

ABAP Trace

The ABAP Profiler allows you to examine the performance of your implemented business logic by using function modules and global ABAP classes. You can use the ABAP trace, which is the result of the ABAP Profiler, to identify runtime-intensive statements and to follow the hierarchy of program calls. See Profiling ABAP Code.

ABAP Cross Trace

If you develop OData services or other ABAP functionality related to the ABAP RESTful application programming model , the ABAP Cross Trace gives you insights into the ABAP RESTful Application Programming Model runtime framework. This includes the processing of OData requests, for example in SAP Fiori applications, and contains functionality similar to the payload trace of SAP Gateway trace in SAP GUI.

With the SQL Trace Analysis app, you can access and analyze SQL trace records after you have used the SQL trace function of the ABAP performance trace in ABAP Development Tools. See SQL Trace Analysis.