Here we would like to draw your attention to ABAP_TRACE transaction code in SAP. As we know it is being used in the SAP BC-DWB (ABAP Workbench, Java IDE and Infrastructure in Basis) component which is coming under BC module (BASIS).ABAP_TRACE is a transaction code used for ABAP Objects Runtime Analysis in SAP.
It comes under the package S_ABAP_TRACE.When we execute this transaction code, SAPLS_ABAP_TRACE_DATA is the normal standard SAP program that is being executed in background.
Transaction ABAP_TRACE technical data table
Tcode | ABAP_TRACE |
Purpose | ABAP Objects Runtime Analysis |
Module | BC |
Component | BC-DWB |
SAP Package | S_ABAP_TRACE |
Program running | SAPLS_ABAP_TRACE_DATA |
Object | S_DEVELOP |
Screen No | 100 |
Type | T |
Some Basic Questions & Answers
Program named SAPLS_ABAP_TRACE_DATA will run when we enter transaction code ABAP_TRACE.
ABAP_TRACE is a Dialog Transaction code type which is shortly represented as T.