SAP ABAP Class CL_EAM_DEFAULT_HANDLER_STATUS (Status handler for eSOA)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PM (Application Component) Plant Maintenance
⤷
PLM_SE_EAM_XI_PROXY (Package) Proxy implementations for Enterprise Asset Maintenance
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EAM_DEFAULT_HANDLER_BASIC | Basic default handler | 20090508 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EAM_DEFAULT_HANDLER_ESOA | EAM eSOA handler super class | 20090508 |
Properties
| Class | CL_EAM_DEFAULT_HANDLER_STATUS | |
| Short Description | Status handler for eSOA | |
| Super Class | CL_EAM_DEFAULT_HANDLER_BASIC | Basic default handler |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PLM_SE_EAM_XI_PROXY | Proxy implementations for Enterprise Asset Maintenance |
| Created | 20090508 | SAP |
| Last change | 20110908 | 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_DEFAULT_HANDLER_STATUS has no interface implemented.
Friends
Class CL_EAM_DEFAULT_HANDLER_STATUS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | GYT_STATUS_COLLECTION | Status collection | 20090508 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | collect status | 20090508 | |
| 2 | Static method | Public | Method | collect status | 20090603 | |
| 3 | Static method | Public | Method | determination number of collected status | 20090508 | |
| 4 | Static method | Public | Method | determination of objnr with specific status | 20090508 | |
| 5 | Static method | Public | Method | Post collected status | 20090508 | |
| 6 | Static method | Public | Method | Read status with eSOA mapping | 20090508 |
Events
Class CL_EAM_DEFAULT_HANDLER_STATUS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GYS_COLLECTION_KEY | Public | See coding | 20090603 | BEGIN OF gys_collection_key,
key1 TYPE char80,
key2 TYPE char80,
key3 TYPE char80,
key4 TYPE char80,
objnr TYPE j_objnr,
* status_profile TYPE j_stsma,
* status TYPE eam_jstat_tt,
END OF gys_collection_key
|
||
| 2 | GYS_STATUS_COLLECTION | Public | See coding | 20090508 | BEGIN OF gys_status_collection,
key1 TYPE char80,
key2 TYPE char80,
key3 TYPE char80,
key4 TYPE char80,
objnr TYPE j_objnr,
status_profile TYPE j_stsma,
status TYPE eam_jstat_tt,
END OF gys_status_collection
|
||
| 3 | GYS_STATUS_KEY | Public | See coding | 20090508 | BEGIN OF gys_status_key,
key1 TYPE char80,
key2 TYPE char80,
key3 TYPE char80,
key4 TYPE char80,
objnr TYPE j_objnr,
END OF gys_status_key
|
||
| 4 | GYS_STATUS_TXT | Public | See coding | 20090508 | BEGIN OF gys_status_txt,
key1 TYPE char80,
key2 TYPE char80,
key3 TYPE char80,
key4 TYPE char80,
objnr TYPE j_objnr,
stat TYPE j_status,
text TYPE string,
langu TYPE sylangu,
END OF gys_status_txt
|
||
| 5 | GYT_JSTAT | Public | See coding | 20090508 | gyt_jstat TYPE STANDARD TABLE OF jstat
|
||
| 6 | GYT_OBJNR_RANGE | Public | See coding | 20090508 | gyt_objnr_range TYPE RANGE OF j_objnr
|
||
| 7 | GYT_STATUS_COLLECTION | Public | See coding | 20090508 | gyt_status_collection TYPE STANDARD TABLE OF gys_status_collection
|
||
| 8 | GYT_STATUS_KEY | Public | See coding | 20090508 | gyt_status_key TYPE STANDARD TABLE OF gys_status_key
|
||
| 9 | GYT_STATUS_TXT | Public | See coding | 20090508 | gyt_status_txt TYPE STANDARD TABLE OF gys_status_txt
|
Method Signatures
Method COLLECT_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATUS_COLLECTION | Call by reference | Type reference (TYPE) | GYS_STATUS_COLLECTION | Status Collection | 20090508 |
Method COLLECT_STATUS on class CL_EAM_DEFAULT_HANDLER_STATUS has no exception.
Method COLLECT_STATUS_COMPLETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20090603 | |||
| 2 | IS_COLLECTION_KEY | Call by reference | Type reference (TYPE) | GYS_COLLECTION_KEY | Assignment key of collection | 20090603 | |||
| 3 | IS_STATUS_OBJECT | Call by reference | Type reference (TYPE) | ANY | eSOA status object | 20090603 |
Method COLLECT_STATUS_COMPLETE on class CL_EAM_DEFAULT_HANDLER_STATUS has no exception.
Method GET_COLLECT_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_LINES | Value transfer | Type reference (TYPE) | INT4 | number of status | 20090508 |
Method GET_COLLECT_COUNT on class CL_EAM_DEFAULT_HANDLER_STATUS has no exception.
Method GET_OBJNR_BY_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OBJNR_LIST | Call by reference | Type reference (TYPE) | BO_T_OBJNR | Table of Object Numbers | 20090508 | |||
| 2 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20090508 | |||
| 3 | ID_ACTIVE_STATUS | Call by reference | Type reference (TYPE) | ABAP_BOOL | active status flag | 20090508 | |||
| 4 | ID_STATUS | Call by reference | Type reference (TYPE) | J_STATUS | Object status | 20090508 | |||
| 5 | IT_OBJECT_RANGE | Call by reference | Type reference (TYPE) | GYT_OBJNR_RANGE | Range of object numbers | 20090508 |
Method GET_OBJNR_BY_STATUS on class CL_EAM_DEFAULT_HANDLER_STATUS has no exception.
Method POST_STATUS_COLLECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20090508 | |||
| 2 | IT_STATUS_KEY | Call by reference | Type reference (TYPE) | GYT_STATUS_KEY | Status key | 20090508 |
Method POST_STATUS_COLLECTION on class CL_EAM_DEFAULT_HANDLER_STATUS has no exception.
Method READ_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_EXT_STATUS_OBJECT | Call by reference | Type reference (TYPE) | ANY | eSOA status object | 20090508 | |||
| 2 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20090508 | |||
| 3 | ID_TECH_OBJECTNUMBER | Call by reference | Type reference (TYPE) | J_OBJNR | Object number | 20090508 |
Method READ_STATUS on class CL_EAM_DEFAULT_HANDLER_STATUS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |