SAP ABAP Class CL_PP_PRODORD_CONFIRM_MPC (CL_PP_PRODORD_CONFIRM_MPC)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PP (Application Component) Production Planning and Control
⤷
ODATA_PP_PRODORD_CNF (Package) Confirm Production Order
⤷
⤷
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 | 20130919 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_PP_PRODORD_CONFIRM_MPC_EXT | CL_PP_PRODORD_CONFIRM_MPC_EXT | 20130919 |
Properties
| Class | CL_PP_PRODORD_CONFIRM_MPC | |
| Short Description | CL_PP_PRODORD_CONFIRM_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_PRODORD_CNF | Confirm Production Order |
| Created | 20130828 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_PP_PRODORD_CONFIRM_MPC has no forward declaration.
Interfaces
Class CL_PP_PRODORD_CONFIRM_MPC has no interface implemented.
Friends
Class CL_PP_PRODORD_CONFIRM_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' | 20131121 | |||
| 2 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'GoodsMovement' | 20131121 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'CL_PP_PRODORD_CONFIRM_MPC=====CP' | 20130919 | |||
| 4 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ProductionOperationDetail' | 20130919 | |||
| 5 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ProductionOrderConfirmation' | 20130919 | |||
| 6 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ProductionOrderHeader' | 20131121 | |||
| 7 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ScrapReason' | 20130919 | |||
| 8 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'SelectOption' | 20131121 | |||
| 9 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'UserVariant' | 20131121 | |||
| 10 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Variant' | 20131121 | |||
| 11 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'VariantProperty' | 20131121 |
Methods
Events
Class CL_PP_PRODORD_CONFIRM_MPC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ASSIGNEDVARIANT | Public | See coding | 20131121 |
TS_ASSIGNEDVARIANT type PPORDCNF_ASS_VARIANT.
|
||
| 2 | TS_GOODSMOVEMENT | Public | See coding | 20131121 |
TS_GOODSMOVEMENT type PPORDCNF_GM_ITEM.
|
||
| 3 | TS_PRODUCTIONOPERATIONDETAIL | Public | See coding | 20130919 |
TS_PRODUCTIONOPERATIONDETAIL type PPORDCNF_OP_DETAILS.
|
||
| 4 | TS_PRODUCTIONORDERCONFIRMATION | Public | See coding | 20130919 |
TS_PRODUCTIONORDERCONFIRMATION type PPORDCNF_CONFIRMATION.
|
||
| 5 | TS_PRODUCTIONORDERHEADER | Public | See coding | 20131121 |
TS_PRODUCTIONORDERHEADER type PPORDCNF_ORDER_HDR.
|
||
| 6 | TS_SCRAPREASON | Public | See coding | 20130919 |
TS_SCRAPREASON type PPORDCNF_SCRAP_REASON.
|
||
| 7 | TS_SELECTOPTION | Public | See coding | 20131121 |
TS_SELECTOPTION type PPORDCNF_SELECT_OPTION.
|
||
| 8 | TS_TEXT_ELEMENT | Public | See coding | 20130919 |
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.
|
||
| 9 | TS_USERVARIANT | Public | See coding | 20131121 |
TS_USERVARIANT type PPORDCNF_USER_VARIANT.
|
||
| 10 | TS_VARIANT | Public | See coding | 20131121 |
TS_VARIANT type PPORDCNF_VARIANT.
|
||
| 11 | TS_VARIANTPROPERTY | Public | See coding | 20131121 |
TS_VARIANTPROPERTY type PPORDCNF_VAR_PROP.
|
||
| 12 | TT_ASSIGNEDVARIANT | Public | See coding | 20131121 |
TT_ASSIGNEDVARIANT type standard table of TS_ASSIGNEDVARIANT.
|
||
| 13 | TT_GOODSMOVEMENT | Public | See coding | 20131121 |
TT_GOODSMOVEMENT type standard table of TS_GOODSMOVEMENT.
|
||
| 14 | TT_PRODUCTIONOPERATIONDETAIL | Public | See coding | 20130919 |
TT_PRODUCTIONOPERATIONDETAIL type standard table of TS_PRODUCTIONOPERATIONDETAIL.
|
||
| 15 | TT_PRODUCTIONORDERCONFIRMATION | Public | See coding | 20130919 |
TT_PRODUCTIONORDERCONFIRMATION type standard table of TS_PRODUCTIONORDERCONFIRMATION.
|
||
| 16 | TT_PRODUCTIONORDERHEADER | Public | See coding | 20131121 |
TT_PRODUCTIONORDERHEADER type standard table of TS_PRODUCTIONORDERHEADER.
|
||
| 17 | TT_SCRAPREASON | Public | See coding | 20130919 |
TT_SCRAPREASON type standard table of TS_SCRAPREASON.
|
||
| 18 | TT_SELECTOPTION | Public | See coding | 20131121 |
TT_SELECTOPTION type standard table of TS_SELECTOPTION.
|
||
| 19 | TT_TEXT_ELEMENTS | Public | See coding | 20130919 |
tt_text_elements TYPE STANDARD TABLE OF ts_text_element WITH KEY text_symbol.
|
||
| 20 | TT_USERVARIANT | Public | See coding | 20131121 |
TT_USERVARIANT type standard table of TS_USERVARIANT.
|
||
| 21 | TT_VARIANT | Public | See coding | 20131121 |
TT_VARIANT type standard table of TS_VARIANT.
|
||
| 22 | TT_VARIANTPROPERTY | Public | See coding | 20131121 |
TT_VARIANTPROPERTY type standard table of TS_VARIANTPROPERTY.
|
Method Signatures
Method DEFINE_ASSIGNEDVARIANT Signature
Method DEFINE_ASSIGNEDVARIANT on class CL_PP_PRODORD_CONFIRM_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131121 |
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class CL_PP_PRODORD_CONFIRM_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130919 |
Method DEFINE_GOODSMOVEMENT Signature
Method DEFINE_GOODSMOVEMENT on class CL_PP_PRODORD_CONFIRM_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131121 |
Method DEFINE_PRODUCTIONOPERATIONDETA Signature
Method DEFINE_PRODUCTIONOPERATIONDETA on class CL_PP_PRODORD_CONFIRM_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130919 |
Method DEFINE_PRODUCTIONORDERCONFIRMA Signature
Method DEFINE_PRODUCTIONORDERCONFIRMA on class CL_PP_PRODORD_CONFIRM_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130919 |
Method DEFINE_PRODUCTIONORDERHEADER Signature
Method DEFINE_PRODUCTIONORDERHEADER on class CL_PP_PRODORD_CONFIRM_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131121 |
Method DEFINE_SCRAPREASON Signature
Method DEFINE_SCRAPREASON on class CL_PP_PRODORD_CONFIRM_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130919 |
Method DEFINE_SELECTOPTION Signature
Method DEFINE_SELECTOPTION on class CL_PP_PRODORD_CONFIRM_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131121 |
Method DEFINE_USERVARIANT Signature
Method DEFINE_USERVARIANT on class CL_PP_PRODORD_CONFIRM_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131121 |
Method DEFINE_VARIANT Signature
Method DEFINE_VARIANT on class CL_PP_PRODORD_CONFIRM_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131121 |
Method DEFINE_VARIANTPROPERTY Signature
Method DEFINE_VARIANTPROPERTY on class CL_PP_PRODORD_CONFIRM_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131121 |
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 | 20130919 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130919 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |