SAP ABAP Class /IWBEP/CL_EPM_DEVEL_03_MPC (/IWBEP/CL_EPM_DEVEL_03_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 | 20121112 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_EPM_DEVEL_03_MPC_EXT | /IWBEP/CL_EPM_DEVEL_03_MPC_EXT | 20130122 |
Properties
Class | /IWBEP/CL_EPM_DEVEL_03_MPC | |
Short Description | /IWBEP/CL_EPM_DEVEL_03_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 | 20130122 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /IWBEP/CL_EPM_DEVEL_03_MPC has no forward declaration.
Interfaces
Class /IWBEP/CL_EPM_DEVEL_03_MPC has no interface implemented.
Friends
Class /IWBEP/CL_EPM_DEVEL_03_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' | 20130122 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '/IWBEP/CL_EPM_DEVEL_03_MPC====CP' | 20130122 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Product' | 20130122 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ProductCategory' | 20130122 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'SalesOrderHeader' | 20130122 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'SalesOrderItem' | 20130122 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | DEFINE_ACTIONS | 20130122 |
2 | ![]() |
Instance method | Private | Method | DEFINE_ASSOCIATIONS | 20130122 |
3 | ![]() |
Instance method | Private | Method | DEFINE_CUSTOMER | 20130122 |
4 | ![]() |
Instance method | Private | Method | DEFINE_PRODUCT | 20130122 |
5 | ![]() |
Instance method | Private | Method | DEFINE_PRODUCTCATEGORY | 20130122 |
6 | ![]() |
Instance method | Private | Method | DEFINE_SALESORDERHEADER | 20130122 |
7 | ![]() |
Instance method | Private | Method | DEFINE_SALESORDERITEM | 20130122 |
8 | ![]() |
Instance method | Public | Method | LOAD_TEXT_ELEMENTS | 20130122 |
Events
Class /IWBEP/CL_EPM_DEVEL_03_MPC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_CUSTOMER | Public | See coding | 20130122 |
begin of TS_CUSTOMER,
DATE_OF_BIRTH type SYDATUM,
BP_ID type STRING,
EMAIL_ADDRESS type STRING,
PHONE_NUMBER type STRING,
CITY type STRING,
POSTAL_CODE type STRING,
STREET type STRING,
BUILDING type STRING,
COUNTRY type STRING,
FIRST_NAME type STRING,
LAST_NAME type STRING,
end of TS_CUSTOMER. |
||
2 | TS_PRODUCT | Public | See coding | 20130122 |
begin of TS_PRODUCT,
CATEGORY_NAME type STRING,
PRODUCT_ID type STRING,
CATEGORY type STRING,
NAME type STRING,
DESCRIPTION type STRING,
LONG_DESCRIPTION type STRING,
SUPPLIER_ID type STRING,
SUPPLIER_NAME type STRING,
MEASURE_UNIT type STRING,
WEIGHT_MEASURE type P length 9 decimals 3,
WEIGHT_UNIT type STRING,
PRICE type P length 14 decimals 4,
CURRENCY_CODE type STRING,
WIDTH type P length 9 decimals 3,
DEPTH type P length 9 decimals 3,
HEIGHT type P length 9 decimals 3,
DIM_UNIT type STRING,
PRODUCT_PIC_URL type STRING,
end of TS_PRODUCT. |
||
3 | TS_PRODUCTCATEGORY | Public | See coding | 20130122 |
begin of TS_PRODUCTCATEGORY,
CATEGORY type STRING,
CATEGORYNAME type STRING,
MAINCATEGORY type STRING,
MAINCATEGORYNAME type STRING,
NUMBEROFPRODUCTS type I,
end of TS_PRODUCTCATEGORY. |
||
4 | TS_SALESORDERHEADER | Public | See coding | 20130122 |
begin of TS_SALESORDERHEADER,
SO_ID type STRING,
BUYER_ID type STRING,
CURRENCY_CODE type STRING,
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_SALESORDERHEADER. |
||
5 | TS_SALESORDERITEM | Public | See coding | 20130122 |
begin of TS_SALESORDERITEM,
SO_ITEM_POS type STRING,
SO_ID type STRING,
PRODUCT_ID type STRING,
CURRENCY_CODE type STRING,
GROSS_AMOUNT type P length 9 decimals 2,
NET_AMOUNT type P length 9 decimals 2,
TAX_AMOUNT type P length 9 decimals 2,
DELIVERY_DATE type P length 11 decimals 7,
QUANTITY type P length 9 decimals 3,
QUANTITY_UNIT type STRING,
end of TS_SALESORDERITEM. |
||
6 | TS_TEXT_ELEMENT | Public | See coding | 20130122 |
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 | TT_CUSTOMER | Public | See coding | 20130122 |
TT_CUSTOMER type standard table of TS_CUSTOMER. |
||
8 | TT_PRODUCT | Public | See coding | 20130122 |
TT_PRODUCT type standard table of TS_PRODUCT. |
||
9 | TT_PRODUCTCATEGORY | Public | See coding | 20130122 |
TT_PRODUCTCATEGORY type standard table of TS_PRODUCTCATEGORY. |
||
10 | TT_SALESORDERHEADER | Public | See coding | 20130122 |
TT_SALESORDERHEADER type standard table of TS_SALESORDERHEADER. |
||
11 | TT_SALESORDERITEM | Public | See coding | 20130122 |
TT_SALESORDERITEM type standard table of TS_SALESORDERITEM. |
||
12 | TT_TEXT_ELEMENTS | Public | See coding | 20130122 |
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_DEVEL_03_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130122 |
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class /IWBEP/CL_EPM_DEVEL_03_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130122 |
Method DEFINE_CUSTOMER Signature
Method DEFINE_CUSTOMER on class /IWBEP/CL_EPM_DEVEL_03_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130122 |
Method DEFINE_PRODUCT Signature
Method DEFINE_PRODUCT on class /IWBEP/CL_EPM_DEVEL_03_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130122 |
Method DEFINE_PRODUCTCATEGORY Signature
Method DEFINE_PRODUCTCATEGORY on class /IWBEP/CL_EPM_DEVEL_03_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130122 |
Method DEFINE_SALESORDERHEADER Signature
Method DEFINE_SALESORDERHEADER on class /IWBEP/CL_EPM_DEVEL_03_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130122 |
Method DEFINE_SALESORDERITEM Signature
Method DEFINE_SALESORDERITEM on class /IWBEP/CL_EPM_DEVEL_03_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130122 |
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 | 20130122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130122 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 200 |