ABAP Keyword Documentation → ABAP Glossary
OO transaction
The transaction code of a OO transaction is linked with a method of a local or global class. When the transaction is called, the corresponding program is loaded, for instance methods an object of the class is generated and the method is executed. OO transactions can be linked using the Transaction Service of the Object Services.