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