SAP ABAP IMG Activity RMX_0024 (Create ABAP Classes for Monitor Tasks)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PLM-RM (Application Component) Recipe Management
     RMXTAPI (Package) Main Package - Trial: API, Database, Customizing
IMG Activity
ID RMX_0024 Create ABAP Classes for Monitor Tasks  
Transaction Code S_XBK_47000038   (empty) 
Created on 20030902    
Customizing Attributes RMX_0024   Create ABAP Classes for Monitor Tasks 
Customizing Activity    
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name RMX_0024    

Use

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.

Requirements

Standard settings

ABAP class CL_RMXT_TASK_EXAMPLE is provided as a template.

Activities

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*).
  2. Note that customer data that is not in the customer namespace can be overwritten in the event of a release upgrade.
  3. If you do not want to use a task context menu, remove ABAP interface IF_RMXT_TASK_CTMENU from the ABAP class.
  4. Adjust the individual methods in the ABAP class to meet your requirements:
  5. Activate the new ABAP class.

Example

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

Business Attributes
ASAP Roadmap ID 201   Make global settings 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 1   Critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG RMX_0024 0 HLA0006251 Basic Data 
Maintenance Objects
Maintenance object type    
History
Last changed by/on SAP  20030905 
SAP Release Created in 471