Multiple choice technology packaged enterprise solutions

Given an R/3 Central Instance with all services installed on Instance ID01, and having an SAP ID of C11, what is the name of the directory where the work process trace files are written (for Windows NT replace the "/" with "\")?

  1. /usr/sap/C11/DVEBMGS01/data

  2. /usr/sap/C11/DVEBMGS01/log

  3. /usr/sap/C11/DVEBMGS01/work

  4. The trace files are written in internal database tables.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In SAP R/3 systems, work process trace files are always written to the 'work' directory under the instance directory path. The standard path is /usr/sap///work, where SID is the system ID and the instance name includes the services. Trace files are stored as files in this directory, not in database tables.

AI explanation

On SAP R/3, each instance has a standard directory tree under /usr/sap///. The 'work' subdirectory (e.g. /usr/sap/C11/DVEBMGS01/work) is where each work process writes its own trace/log file (dev_w0, dev_w1, dev_disp, dev_ms, etc.), along with the system log and startup logs. 'data' holds the database/kernel data files, 'log' typically refers to DB transaction logs, not work-process traces, and trace files are plain text files on the OS filesystem, not stored in internal database tables. So 'work' is correct; the other three name directories/locations that serve different purposes.