SAP ABAP Class CL_EAM_ADD_FUNC (Class for EAM add functions)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PM (Application Component) Plant Maintenance
⤷
EAM_EHP_SWITCHES (Package) Package for EAM Switches and Switch Check Class
⤷
⤷
Properties
| Class | CL_EAM_ADD_FUNC | |
| Short Description | Class for EAM add functions | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EAM_EHP_SWITCHES | Package for EAM Switches and Switch Check Class |
| Created | 20120427 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_EAM_ADD_FUNC has no interface implemented.
Friends
Class CL_EAM_ADD_FUNC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20121031 | |||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_ACT_FUNC | 20120427 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20120427 | ||
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120427 |
Events
Class CL_EAM_ADD_FUNC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ACT_FUNC | Private | See coding | 20120427 | tt_act_func TYPE TABLE OF ty_act_func
|
||
| 2 | TY_ACT_FUNC | Private | See coding | 20120427 | BEGIN OF ty_act_func,
id(20) TYPE c,
active(1) TYPE c,
END OF ty_act_func
|
Method Signatures
Method CHECK_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | EAM_FUNC_ID | EAM: ID of Additional Function | 20120427 | |||
| 2 | RV_ACTIVE | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20120427 |
Method CHECK_ACTIVE on class CL_EAM_ADD_FUNC has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_EAM_ADD_FUNC has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EAM_ADD_FUNC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |