SAP ABAP Class CL_MMPUR_TM (Transportation Management)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR (Application Component) Purchasing
⤷
MMPUR_BASE (Package) Purchasing: Basis Components
⤷
⤷
Properties
| Class | CL_MMPUR_TM | |
| Short Description | Transportation Management | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MMPUR_BASE | Purchasing: Basis Components |
| Created | 20091111 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MMPUR_TM has no forward declaration.
Interfaces
Class CL_MMPUR_TM has no interface implemented.
Friends
Class CL_MMPUR_TM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TYPE_T_ENTRY | 20091111 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | MMPUR_BOOL | Changed Yes/No | 20091111 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | EBELN | Purchasing Document Number | 20091111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Destructor | 20091111 | |
| 2 | Static method | Public | Method | Factory | 20091111 | |
| 3 | Instance method | Public | Method | Change Effected | 20091111 | |
| 4 | Instance method | Private | Method | Set Document Number | 20091111 |
Events
Class CL_MMPUR_TM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPE_S_ENTRY | Private | See coding | 20091111 | BEGIN OF type_s_entry,
document TYPE ebeln,
object TYPE REF TO cl_mmpur_tm,
END OF type_s_entry
|
||
| 2 | TYPE_T_ENTRY | Private | See coding | 20091111 | type_t_entry TYPE SORTED TABLE OF type_s_entry
WITH UNIQUE KEY document
|
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_MMPUR_TM has no parameter.
Method CLOSE on class CL_MMPUR_TM has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DOCUMENT | Call by reference | Type reference (TYPE) | EBELN | Belegnummer des Einkaufsbelegs | 20091111 | |||
| 2 | RO_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_MMPUR_TM | Transportation Management | 20091111 |
Method GET_INSTANCE on class CL_MMPUR_TM has no exception.
Method SET_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHANGED | Call by reference | Type reference (TYPE) | MMPUR_BOOL | Geändert = X | 20091111 |
Method SET_CHANGED on class CL_MMPUR_TM has no exception.
Method SET_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DOCUMENT | Call by reference | Type reference (TYPE) | EBELN | Belegnummer des Einkaufsbelegs | 20091111 |
Method SET_DOCUMENT on class CL_MMPUR_TM has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |