SAP OO TRANSACTION ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_OBJ - Object Transaction
This example demonstrates how a transaction code is linked with the method of a local class.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
The program DEMO_OO_TRANSACTION is a subroutine pool that does not contain any subroutines. Instead, the program contains the definition of the local class demo_class, linked with the transaction code DEMO_OO_METHOD. When the transaction is called, the program is loaded, an instance of the class is created, and the method is called.