Ansicht
Dokumentation

RMX_0024 - Create ABAP Classes for Monitor Tasks

RMX_0024 - Create ABAP Classes for Monitor Tasks

General Data in Customer Master   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

This document describes how you implement ABAP classes for customer-defined tasks.

The ABAP class must be defined globally in the system and must implement ABAP interface IF_RMXT_TASK. If you want to use a task context menu on the user interface, you also have to include ABAP interface IF_RMXT_TASK_CTMENU.

ABAP class CL_RMXT_TASK_EXAMPLE is provided as a template.

You create global ABAP classes using the Class Builder.

  1. Copy ABAP class CL_RMXT_TASK_EXAMPLE. Assign the new ABAP class a name from the customer namespace (Y* or Z*).
Note that customer data that is not in the customer namespace can be overwritten in the event of a release upgrade.
  1. If you do not want to use a task context menu, remove ABAP interface IF_RMXT_TASK_CTMENU from the ABAP class.
  2. Adjust the individual methods in the ABAP class to meet your requirements:

  1. Activate the new ABAP class.

The following classes have been implemented for certain tasks:

CL_RMXT_TASK_XML_EXPORT Export Recipe Data
CL_RMXT_TASK_PLDORD_CREATE Create Planned Order
CL_RMXT_TASK_PRSORD_CREATE Create Process Order






PERFORM Short Reference   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 2755 Date: 20240523 Time: 203435     sap01-206 ( 32 ms )