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.
- 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.
- If you do not want to use a task context menu, remove ABAP interface IF_RMXT_TASK_CTMENU from the ABAP class.
- Adjust the individual methods in the ABAP class to meet your requirements:
- Create Context Menu for Task
- Execute Context Menu Entry
- Gets a Task Instance
- Additional Checks for Task Status
- Additional Checks for Task Activity
- Execute Task
- 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 |