Entering content frameOO Transaction Locate the document in its SAP Library structure

In an OO transaction, you can link a transaction code to a method of a class in ABAP Objects.

To create an OO transaction, use the Transaction Maintenance transaction (SE93). Once you have entered a transaction code and short description, choose transaction type Method of a class (OO transaction).

On the next screen, enter the required data.

To link an OO transaction to the Transaction Service of the Structure link ABAP - Object Services, select the OO transaction model field.

When you remove this selection, you can link the transaction code to any method of a global or local class of a program. When calling up a transaction that is linked to an instance method, the system automatically generates an instance of the class in its own internal session (see the example under OO Transactions).

Leaving content frame