ABAP Keyword Documentation → ABAP Glossary
OO transaction
The transaction code of a OO transaction is associated with a method of a local or global class. When the transaction is called, the associated program is loaded, for instance methods an object of the class is created, and the method is executed. OO transactions can be associated using the transaction service of the object services.