Here we would like to draw your attention to TPDA_CALL_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).TPDA_CALL_EDITOR is a transaction code used for Start Editor in SAP.
It comes under the package STPDA_DEBUGGER_SERVICES.When we execute this transaction code, TPDA_EDITOR_START is the normal standard SAP program that is being executed in background.
Transaction TPDA_CALL_EDITOR technical data table
Tcode | TPDA_CALL_EDITOR |
Purpose | Start Editor |
Module | BC |
Component | BC-ABA |
SAP Package | STPDA_DEBUGGER_SERVICES |
Program running | TPDA_EDITOR_START |
Screen No | 1000 |
Type | R |
Some Basic Questions & Answers
Program named TPDA_EDITOR_START will run when we enter transaction code TPDA_CALL_EDITOR.
TPDA_CALL_EDITOR is a Report Transaction code type which is shortly represented as R.