SAP ABAP Class /IWBEP/CL_EPM_DEV_SC2_MPC (/IWBEP/CL_EPM_DEV_SC2_MPC)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/EPM_DEVELOPER_SCENARIO (Package) OData Channel - Sample Applications- EPM - Develope Scenario

⤷

⤷

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 | 20130206 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_EPM_DEV_SC2_MPC_EXT | /IWBEP/CL_EPM_DEV_SC2_MPC_EXT | 20130206 |
Properties
Class | /IWBEP/CL_EPM_DEV_SC2_MPC | |
Short Description | /IWBEP/CL_EPM_DEV_SC2_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 | /IWBEP/EPM_DEVELOPER_SCENARIO | OData Channel - Sample Applications- EPM - Develope Scenario |
Created | 20130206 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /IWBEP/CL_EPM_DEV_SC2_MPC has no forward declaration.
Interfaces
Class /IWBEP/CL_EPM_DEV_SC2_MPC has no interface implemented.
Friends
Class /IWBEP/CL_EPM_DEV_SC2_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 | 'Customer' | 20130206 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '/IWBEP/CL_EPM_DEV_SC2_MPC=====CP' | 20130206 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Product' | 20130206 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'PurchaseOrderHeader' | 20130325 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'PurchaseOrderItem' | 20130325 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'SalesOrderHeader' | 20130206 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'SalesOrderItem' | 20130206 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Stock' | 20130214 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Supplier' | 20130325 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | DEFINE_ACTIONS | 20130219 |
2 | ![]() |
Instance method | Private | Method | DEFINE_ASSOCIATIONS | 20130206 |
3 | ![]() |
Instance method | Private | Method | DEFINE_CUSTOMER | 20130206 |
4 | ![]() |
Instance method | Private | Method | DEFINE_PRODUCT | 20130206 |
5 | ![]() |
Instance method | Private | Method | DEFINE_PURCHASEORDERHEADER | 20130325 |
6 | ![]() |
Instance method | Private | Method | DEFINE_PURCHASEORDERITEM | 20130325 |
7 | ![]() |
Instance method | Private | Method | DEFINE_SALESORDERHEADER | 20130206 |
8 | ![]() |
Instance method | Private | Method | DEFINE_SALESORDERITEM | 20130206 |
9 | ![]() |
Instance method | Private | Method | DEFINE_STOCK | 20130214 |
10 | ![]() |
Instance method | Private | Method | DEFINE_SUPPLIER | 20130325 |
11 | ![]() |
Instance method | Public | Method | LOAD_TEXT_ELEMENTS | 20130206 |
Events
Class /IWBEP/CL_EPM_DEV_SC2_MPC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_CUSTOMER | Public | See coding | 20130206 |
begin of TS_CUSTOMER,
DATE_OF_BIRTH type TZNTSTMPS,
BP_ID type C length 10,
EMAIL_ADDRESS type C length 255,
PHONE_NUMBER type C length 30,
CITY type C length 40,
POSTAL_CODE type C length 10,
STREET type C length 60,
BUILDING type C length 10,
COUNTRY type C length 3,
FIRST_NAME type C length 40,
LAST_NAME type C length 40,
end of TS_CUSTOMER. |
||
2 | TS_PRODUCT | Public | See coding | 20130206 |
begin of TS_PRODUCT,
CATEGORY type C length 40,
PRODUCT_ID type C length 10,
CATEGORY_NAME type C length 40,
NAME type C length 255,
DESCRIPTION type C length 255,
LONG_DESCRIPTION type C length 255,
SUPPLIER_ID type C length 10,
MEASURE_UNIT type C length 3,
WEIGHT_MEASURE type P length 8 decimals 3,
WEIGHT_UNIT type C length 3,
PRICE type P length 9 decimals 2,
CURRENCY_CODE type C length 5,
WIDTH type P length 8 decimals 3,
DEPTH type P length 8 decimals 3,
HEIGHT type P length 8 decimals 3,
DIM_UNIT type C length 3,
PRODUCT_PIC_URL type C length 255,
end of TS_PRODUCT. |
||
3 | TS_PURCHASEORDERHEADER | Public | See coding | 20130325 |
begin of TS_PURCHASEORDERHEADER,
PO_ID type C length 10,
SUPPLIER_ID type C length 10,
CURRENCY_CODE type C length 5,
GROSS_AMOUNT type P length 9 decimals 2,
NET_AMOUNT type P length 9 decimals 2,
TAX_AMOUNT type P length 9 decimals 2,
end of TS_PURCHASEORDERHEADER. |
||
4 | TS_PURCHASEORDERITEM | Public | See coding | 20130325 |
begin of TS_PURCHASEORDERITEM,
PO_ID type C length 10,
PO_ITEM_POS type C length 10,
PRODUCT_ID type C length 10,
QUANTITY_UNIT type C length 3,
QUANTITY type P length 8 decimals 3,
TAX_AMOUNT type P length 9 decimals 2,
NET_AMOUNT type P length 9 decimals 2,
GROSS_AMOUNT type P length 9 decimals 2,
CURRENCY_CODE type C length 5,
end of TS_PURCHASEORDERITEM. |
||
5 | TS_SALESORDERHEADER | Public | See coding | 20130206 |
begin of TS_SALESORDERHEADER,
SO_ID type C length 10,
CREATED_AT type TZNTSTMPL,
BUYER_ID type C length 10,
CURRENCY_CODE type C length 5,
GROSS_AMOUNT type P length 9 decimals 2,
NET_AMOUNT type P length 9 decimals 2,
TAX_AMOUNT type P length 9 decimals 2,
LIFECYCLE_STATUS type C length 1,
LIFECYCLE_STATUS_TEXT type C length 255,
end of TS_SALESORDERHEADER. |
||
6 | TS_SALESORDERITEM | Public | See coding | 20130206 |
begin of TS_SALESORDERITEM,
SO_ID type C length 10,
PRODUCT_ID type C length 10,
CURRENCY_CODE type C length 5,
GROSS_AMOUNT type P length 14 decimals 4,
NET_AMOUNT type P length 14 decimals 4,
TAX_AMOUNT type P length 14 decimals 4,
DELIVERY_DATE type TZNTSTMPS,
QUANTITY type P length 8 decimals 2,
QUANTITY_UNIT type C length 3,
SO_ITEM_POS type C length 10,
end of TS_SALESORDERITEM. |
||
7 | TS_STOCK | Public | See coding | 20130214 |
begin of TS_STOCK,
QUANTITY_LESS_MIN type C length 1,
LOT_SIZE type P length 8 decimals 3,
MIN_STOCK type P length 8 decimals 3,
QUANTITY type P length 8 decimals 3,
PRODUCT_ID type C length 10,
end of TS_STOCK. |
||
8 | TS_SUPPLIER | Public | See coding | 20130325 |
begin of TS_SUPPLIER,
BP_ID type C length 10,
EMAIL_ADDRESS type C length 255,
PHONE_NUMBER type C length 30,
CITY type C length 40,
POSTAL_CODE type C length 10,
STREET type C length 60,
BUILDING type C length 10,
COUNTRY type C length 3,
COMPANY_NAME type C length 80,
end of TS_SUPPLIER. |
||
9 | TS_TEXT_ELEMENT | Public | See coding | 20130206 |
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. |
||
10 | TT_CUSTOMER | Public | See coding | 20130206 |
TT_CUSTOMER type standard table of TS_CUSTOMER. |
||
11 | TT_PRODUCT | Public | See coding | 20130206 |
TT_PRODUCT type standard table of TS_PRODUCT. |
||
12 | TT_PURCHASEORDERHEADER | Public | See coding | 20130325 |
TT_PURCHASEORDERHEADER type standard table of TS_PURCHASEORDERHEADER. |
||
13 | TT_PURCHASEORDERITEM | Public | See coding | 20130325 |
TT_PURCHASEORDERITEM type standard table of TS_PURCHASEORDERITEM. |
||
14 | TT_SALESORDERHEADER | Public | See coding | 20130206 |
TT_SALESORDERHEADER type standard table of TS_SALESORDERHEADER. |
||
15 | TT_SALESORDERITEM | Public | See coding | 20130206 |
TT_SALESORDERITEM type standard table of TS_SALESORDERITEM. |
||
16 | TT_STOCK | Public | See coding | 20130214 |
TT_STOCK type standard table of TS_STOCK. |
||
17 | TT_SUPPLIER | Public | See coding | 20130325 |
TT_SUPPLIER type standard table of TS_SUPPLIER. |
||
18 | TT_TEXT_ELEMENTS | Public | See coding | 20130206 |
tt_text_elements TYPE STANDARD TABLE OF ts_text_element WITH KEY text_symbol. |
Method Signatures
Method DEFINE_ACTIONS Signature
Method DEFINE_ACTIONS on class /IWBEP/CL_EPM_DEV_SC2_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130219 |
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class /IWBEP/CL_EPM_DEV_SC2_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130206 |
Method DEFINE_CUSTOMER Signature
Method DEFINE_CUSTOMER on class /IWBEP/CL_EPM_DEV_SC2_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130206 |
Method DEFINE_PRODUCT Signature
Method DEFINE_PRODUCT on class /IWBEP/CL_EPM_DEV_SC2_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130206 |
Method DEFINE_PURCHASEORDERHEADER Signature
Method DEFINE_PURCHASEORDERHEADER on class /IWBEP/CL_EPM_DEV_SC2_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130325 |
Method DEFINE_PURCHASEORDERITEM Signature
Method DEFINE_PURCHASEORDERITEM on class /IWBEP/CL_EPM_DEV_SC2_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130325 |
Method DEFINE_SALESORDERHEADER Signature
Method DEFINE_SALESORDERHEADER on class /IWBEP/CL_EPM_DEV_SC2_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130206 |
Method DEFINE_SALESORDERITEM Signature
Method DEFINE_SALESORDERITEM on class /IWBEP/CL_EPM_DEV_SC2_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130206 |
Method DEFINE_STOCK Signature
Method DEFINE_STOCK on class /IWBEP/CL_EPM_DEV_SC2_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130214 |
Method DEFINE_SUPPLIER Signature
Method DEFINE_SUPPLIER on class /IWBEP/CL_EPM_DEV_SC2_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130325 |
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 | 20130206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130206 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 200 |