SAP ABAP Class CL_PP_PRODORDER_RELEAS_MPC (CL_PP_PRODORDER_RELEAS_MPC)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PP (Application Component) Production Planning and Control
⤷
ODATA_PP_SFC (Package) OData Services for Manufacturing Orders
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_MGW_PUSH_ABS_MODEL | Abstract Push Model Provider | 20130827 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_PP_PRODORDER_RELEAS_MPC_EXT | CL_PP_PRODORDER_RELEAS_MPC_EXT | 20130827 |
Properties
| Class | CL_PP_PRODORDER_RELEAS_MPC | |
| Short Description | CL_PP_PRODORDER_RELEAS_MPC | |
| Super Class | /IWBEP/CL_MGW_PUSH_ABS_MODEL | Abstract Push Model Provider |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ODATA_PP_SFC | OData Services for Manufacturing Orders |
| Created | 20130827 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_PP_PRODORDER_RELEAS_MPC has no forward declaration.
Interfaces
Class CL_PP_PRODORDER_RELEAS_MPC has no interface implemented.
Friends
Class CL_PP_PRODORDER_RELEAS_MPC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'AssignedVariant' | 20130828 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'CL_PP_PRODORDER_RELEAS_MPC====CP' | 20130827 | |||
| 3 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'MissingPart' | 20130927 | |||
| 4 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ProductionOrder' | 20130827 | |||
| 5 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ProductionOrderOperation' | 20130827 | |||
| 6 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'SelectOption' | 20130903 | |||
| 7 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'UserVariant' | 20130903 | |||
| 8 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Variant' | 20130903 | |||
| 9 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'VariantProperty' | 20130919 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | DEFINE_ASSIGNEDVARIANT | 20130828 | |
| 2 | Instance method | Private | Method | DEFINE_ASSOCIATIONS | 20130827 | |
| 3 | Instance method | Private | Method | DEFINE_MISSINGPART | 20130927 | |
| 4 | Instance method | Private | Method | DEFINE_PRODUCTIONORDER | 20130827 | |
| 5 | Instance method | Private | Method | DEFINE_PRODUCTIONORDEROPERATIO | 20130827 | |
| 6 | Instance method | Private | Method | DEFINE_SELECTOPTION | 20130903 | |
| 7 | Instance method | Private | Method | DEFINE_USERVARIANT | 20130903 | |
| 8 | Instance method | Private | Method | DEFINE_VARIANT | 20130903 | |
| 9 | Instance method | Private | Method | DEFINE_VARIANTPROPERTY | 20130919 | |
| 10 | Instance method | Public | Method | LOAD_TEXT_ELEMENTS | 20130827 |
Events
Class CL_PP_PRODORDER_RELEAS_MPC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ASSIGNEDVARIANT | Public | See coding | 20130828 |
TS_ASSIGNEDVARIANT type ODATA_PP_POR_ASS_VARIANT. |
||
| 2 | TS_MISSINGPART | Public | See coding | 20130927 |
TS_MISSINGPART type ODATA_PP_POR_MISSINGPART. |
||
| 3 | TS_PRODUCTIONORDER | Public | See coding | 20130827 |
TS_PRODUCTIONORDER type ODATA_PP_POR_PRODORD. |
||
| 4 | TS_PRODUCTIONORDEROPERATION | Public | See coding | 20130827 |
TS_PRODUCTIONORDEROPERATION type ODATA_PP_POR_PRODORD_OPER. |
||
| 5 | TS_SELECTOPTION | Public | See coding | 20130903 |
TS_SELECTOPTION type ODATA_PP_POR_SELECT_OPTION. |
||
| 6 | TS_TEXT_ELEMENT | Public | See coding | 20130827 |
BEGIN OF ts_text_element,
artifact_name type c length 40, " technical name
artifact_type type c length 4,
parent_artifact_name type c length 40, " technical name
parent_artifact_type type c length 4,
text_symbol type textpoolky,
END OF ts_text_element. |
||
| 7 | TS_USERVARIANT | Public | See coding | 20130903 |
TS_USERVARIANT type ODATA_PP_POR_USER_VARIANT. |
||
| 8 | TS_VARIANT | Public | See coding | 20130903 |
TS_VARIANT type ODATA_PP_POR_VARIANT. |
||
| 9 | TS_VARIANTPROPERTY | Public | See coding | 20130919 |
TS_VARIANTPROPERTY type ODATA_PP_POR_VARPROP. |
||
| 10 | TT_ASSIGNEDVARIANT | Public | See coding | 20130828 |
TT_ASSIGNEDVARIANT type standard table of TS_ASSIGNEDVARIANT. |
||
| 11 | TT_MISSINGPART | Public | See coding | 20130927 |
TT_MISSINGPART type standard table of TS_MISSINGPART. |
||
| 12 | TT_PRODUCTIONORDER | Public | See coding | 20130827 |
TT_PRODUCTIONORDER type standard table of TS_PRODUCTIONORDER. |
||
| 13 | TT_PRODUCTIONORDEROPERATION | Public | See coding | 20130827 |
TT_PRODUCTIONORDEROPERATION type standard table of TS_PRODUCTIONORDEROPERATION. |
||
| 14 | TT_SELECTOPTION | Public | See coding | 20130903 |
TT_SELECTOPTION type standard table of TS_SELECTOPTION. |
||
| 15 | TT_TEXT_ELEMENTS | Public | See coding | 20130827 |
tt_text_elements TYPE STANDARD TABLE OF ts_text_element WITH KEY text_symbol. |
||
| 16 | TT_USERVARIANT | Public | See coding | 20130903 |
TT_USERVARIANT type standard table of TS_USERVARIANT. |
||
| 17 | TT_VARIANT | Public | See coding | 20130903 |
TT_VARIANT type standard table of TS_VARIANT. |
||
| 18 | TT_VARIANTPROPERTY | Public | See coding | 20130919 |
TT_VARIANTPROPERTY type standard table of TS_VARIANTPROPERTY. |
Method Signatures
Method DEFINE_ASSIGNEDVARIANT Signature
Method DEFINE_ASSIGNEDVARIANT on class CL_PP_PRODORDER_RELEAS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130828 |
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class CL_PP_PRODORDER_RELEAS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130827 |
Method DEFINE_MISSINGPART Signature
Method DEFINE_MISSINGPART on class CL_PP_PRODORDER_RELEAS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130927 |
Method DEFINE_PRODUCTIONORDER Signature
Method DEFINE_PRODUCTIONORDER on class CL_PP_PRODORDER_RELEAS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130827 |
Method DEFINE_PRODUCTIONORDEROPERATIO Signature
Method DEFINE_PRODUCTIONORDEROPERATIO on class CL_PP_PRODORDER_RELEAS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130827 |
Method DEFINE_SELECTOPTION Signature
Method DEFINE_SELECTOPTION on class CL_PP_PRODORDER_RELEAS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130903 |
Method DEFINE_USERVARIANT Signature
Method DEFINE_USERVARIANT on class CL_PP_PRODORDER_RELEAS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130903 |
Method DEFINE_VARIANT Signature
Method DEFINE_VARIANT on class CL_PP_PRODORDER_RELEAS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130903 |
Method DEFINE_VARIANTPROPERTY Signature
Method DEFINE_VARIANTPROPERTY on class CL_PP_PRODORDER_RELEAS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130919 |
Method LOAD_TEXT_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TEXT_ELEMENTS | Value transfer | Type reference (TYPE) | TT_TEXT_ELEMENTS | 20130827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130827 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 618 |