SAP CL ABAP TX ABEXA



Get Example source ABAP code based on a different SAP table
  



CL_ABAP_TX and API Classifications
This example demonstrates the explicit setting of transactional phases using the MODIFY and SAVE methods of the class CL_ABAP_TX. It includes multiple showcase implementations after setting the transactional phase. In some cases, the implementations deliberately violate the transactional contract to demonstrate what is allowed and what not. Furthermore, the implementations include method calls. The methods are tagged with IF_ABAP_TX*.

ABAP_SOURCE_CODE
DEMO CL_DEMO_CL_ABAP_TX

ABAP_DESCRIPTION
The example is executed based on an input parameter. For the details, see the code and the descriptions in the popup that is displayed when running the example.