Here we would like to draw your attention to DBG_ABAP_EDITOR transaction code in SAP. As we know it is being used in the SAP BC-ABA (ABAP Runtime Environment in BC) component which is coming under BC module (BASIS).DBG_ABAP_EDITOR is a transaction code used for Debugger -> ABAP Editor in SAP.
It comes under the package SABP_DEBUG.When we execute this transaction code, SAPMSSY30 is the normal standard SAP program that is being executed in background.
Transaction DBG_ABAP_EDITOR technical data table
Tcode | DBG_ABAP_EDITOR |
Purpose | Debugger -> ABAP Editor |
Module | BC |
Component | BC-ABA |
SAP Package | SABP_DEBUG |
Program running | SAPMSSY30 |
Screen No | 1000 |
Type | R |
Some Basic Questions & Answers
Program named SAPMSSY30 will run when we enter transaction code DBG_ABAP_EDITOR.
DBG_ABAP_EDITOR is a Report Transaction code type which is shortly represented as R.