A transaction is an
ABAP program that you start using a transaction code. There are dialog and
report transactions, parameter and variant transactions, and – as of
release 6.10 – OO transactions. To start a transaction, you either enter
the transaction code in the input field of the standard toolbar or use the
statements CALL
TRANSACTION or
LEAVE TO
TRANSACTION. Transaction
codes are created in the
transaction
maintenance of the ABAP Workbench.
Called by the User (Transaction Code)