Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Laszlo_Thoma
Product and Topic Expert
Product and Topic Expert

banner.png

last updated: 2024-02-06

Introduction
The article explains the SAP GUI – TCODE (Transaction Code): ST11 usage in details.

SAP GUI

Description
Transaction Code ST11 is the menu of the log files. Another expression of these files is the developer trace (dev trace) files.

Menu
ST11 - Tools -> Administration -> Monitor -> Traces -> Developer Traces

Screen: Error Log Files
There is a list which contains several log files belongs to the system.
Some documentations:

Files:

  • dev_w... - this is the work process trace file
  • dev_w... (.old) - this is the work process trace file (archive)
  • sapstart (.trc)
  • stderr
  • etc.

To open the content you need to select the file and click Display (F2) or double click on the file.

Screen: Trace Data
The trace file which belongs to the syslog message.

Based on ‘Date’ and ‘Time’ information the error can be identified.

To export the content use menu: System -> List -> Save -> Save or Local File.

  • 1896868 – How to save a short dump in text format

Remark: In most cases, the development trace contains all the information needed to address the issue. No further steps are required. In some cases, a deeper analysis is required and additional steps may be required; for example, when the development trace shows a database-related error message, it may be useful to check the problem from the database perspective.

✍️ Where can I find knowledge and information belongs to SAP HANA? ➡️ Full System Info Dump (FSID)

Which SAP Knowledge Base Article belongs to the topic?

  • 2194685 – How to find work process trace for SM21 System Log or ST22 dump
  • 2399990 – How-To: Analyzing ABAP Short Dumps in SAP HANA Environments
Other articles in this series
🔖 3428763 - Bookmark of frequently used SAP GUI transaction codes for SAP HANA related investigations

Do you have further questions?

Please do not hesitate to contact me if you have question or observation regarding the article.
SAP Community for SAP GUI: https://community.sap.com/topics/gui

Contribution
If you find any missing information belongs to the topic, please let me know. I am happy to add the new content. My intention is to maintain the content continuously to keep the info up-to-date.

Release Information

Release DateDescription
2023.07.17First/initial Release of the SAP Blog Post documentation (Product Information).
2024.01.26SAP Community 2024 optimized content.
2024.02.06Other articles in this series section maintained.