SAP ABAP Class CL_PO_EXPEDITING_MM (Progress Tracking in Purchase Order)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PS-PRG-TRC (Application Component) Progress Tracking
⤷
OPS_SFWS_XPD_SC (Package) OPS Core Enhancements for Progress Tracking
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FOREIGN_APPLICATION_VIEW_MM | Basic Model View | 20081024 |
Properties
| Class | CL_PO_EXPEDITING_MM | |
| Short Description | Progress Tracking in Purchase Order | |
| Super Class | CL_FOREIGN_APPLICATION_VIEW_MM | Basic Model View |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | OPS_SFWS_XPD_SC | OPS Core Enhancements for Progress Tracking |
| Created | 20081024 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_PO_EXPEDITING_MM has no forward declaration.
Interfaces
Class CL_PO_EXPEDITING_MM has no interface implemented.
Friends
Class CL_PO_EXPEDITING_MM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | EXP_OBJECT | 'PO' | Progress Tracking Object Indicator | 20090324 | ||
| 2 | Constant | Private | Type reference (TYPE) | MMPUR_METAFIELD | 615 | Metafield | 20090324 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | MMPUR_BOOL | 20090324 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PO_ITEM_HANDLE_MM | Item of a Purchasing Document | 20090324 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | LTYP_T_OBJECT_DATA | Data Buffer of Sent Items | 20090324 | |||
| 6 | Instance attribute | Private | See coding | 20090324 | |||||
| 7 | Instance attribute | Private | Type reference (TYPE) | EBELN | Purchasing Document Number | 20090324 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | Class constructor | 20090310 | |
| 2 | Instance method | Private | Method | Determine Progress Tracking Data for Current Object | 20090303 | |
| 3 | Instance method | Public | Method | Reset Data for Current Object | 20081210 |
Events
Class CL_PO_EXPEDITING_MM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTYP_OBJECT_DATA | Public | See coding | Data Buffer of One Item | 20081024 | BEGIN OF ltyp_object_data,
ebelp TYPE ebelp,
obj_data TYPE expd_t_obj,
event_data TYPE expd_t_itxpdat,
sub_data TYPE mmpur_bool,
status_data TYPE expd_t_status,
xpd_profil TYPE exp_profile,
archive_handle TYPE sytabix,
END OF ltyp_object_data
|
|
| 2 | LTYP_T_OBJECT_DATA | Public | See coding | Data Buffer Table of All Items | 20081024 | ltyp_t_object_data TYPE STANDARD TABLE OF ltyp_object_data
WITH KEY primary_key
COMPONENTS ebelp
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_PO_EXPEDITING_MM has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PO_EXPEDITING_MM has no exception.
Method HAS_EXPD_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_RESULT | Value transfer | Type reference (TYPE) | MMPUR_BOOL | Ergebnis | 20090303 |
Method HAS_EXPD_DATA on class CL_PO_EXPEDITING_MM has no exception.
Method REFRESH Signature
Method REFRESH on class CL_PO_EXPEDITING_MM has no parameter.
Method REFRESH on class CL_PO_EXPEDITING_MM has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |