SAP ABAP Class CL_EPM_SADL_GW_DEV_SRV_MPC (CL_EPM_SADL_GW_DEV_SRV_MPC)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_SADL_GW_DEV_SCEN_RO (Package) EPM: SADL-based GW-Service 'NW 2013 Developer Scenario' (RO)

⤷

⤷

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 | 20130910 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_SADL_GW_DEV_SRV_MPC_EXT | CL_EPM_SADL_GW_DEV_SRV_MPC_EXT | 20130910 |
Properties
Class | CL_EPM_SADL_GW_DEV_SRV_MPC | |
Short Description | CL_EPM_SADL_GW_DEV_SRV_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 | S_EPM_SADL_GW_DEV_SCEN_RO | EPM: SADL-based GW-Service 'NW 2013 Developer Scenario' (RO) |
Created | 20130910 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_EPM_SADL_GW_DEV_SRV_MPC has no forward declaration.
Interfaces
Class CL_EPM_SADL_GW_DEV_SRV_MPC has no interface implemented.
Friends
Class CL_EPM_SADL_GW_DEV_SRV_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' | 20130910 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'CL_EPM_SADL_GW_DEV_SRV_MPC====CP' | 20130910 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Product' | 20130910 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ProductCategory' | 20130910 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'SalesOrderHeader' | 20130910 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'SalesOrderItem' | 20130910 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | DEFINE_ACTIONS | 20130910 |
2 | ![]() |
Instance method | Private | Method | DEFINE_ASSOCIATIONS | 20130910 |
3 | ![]() |
Instance method | Private | Method | DEFINE_CUSTOMER | 20130910 |
4 | ![]() |
Instance method | Private | Method | DEFINE_PRODUCT | 20130910 |
5 | ![]() |
Instance method | Private | Method | DEFINE_PRODUCTCATEGORY | 20130910 |
6 | ![]() |
Instance method | Private | Method | DEFINE_SALESORDERHEADER | 20130910 |
7 | ![]() |
Instance method | Private | Method | DEFINE_SALESORDERITEM | 20130910 |
8 | ![]() |
Instance method | Public | Method | LOAD_TEXT_ELEMENTS | 20130910 |
Events
Class CL_EPM_SADL_GW_DEV_SRV_MPC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_CUSTOMER | Public | See coding | 20130910 |
begin of TS_CUSTOMER,
DATE_OF_BIRTH type SYDATUM,
BP_ID type SNWD_PARTNER_ID,
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 | 20130910 |
begin of TS_PRODUCT,
PRODUCT_PIC_URL type C length 255,
DIM_UNIT type C length 3,
HEIGHT type P length 8 decimals 3,
CATEGORY_NAME type C length 255,
DEPTH type P length 8 decimals 3,
PRODUCT_ID type C length 10,
CATEGORY type C length 40,
NAME type C length 255,
DESCRIPTION type C length 255,
LONG_DESCRIPTION type C length 255,
WIDTH type P length 8 decimals 3,
SUPPLIER_ID type SNWD_PARTNER_ID,
SUPPLIER_NAME type C length 80,
MEASURE_UNIT type C length 3,
WEIGHT_MEASURE type P length 8 decimals 3,
WEIGHT_UNIT type C length 3,
CURRENCY_CODE type C length 5,
PRICE type P length 14 decimals 4,
end of TS_PRODUCT. |
||
3 | TS_PRODUCTCATEGORY | Public | See coding | 20130910 |
begin of TS_PRODUCTCATEGORY,
CATEGORY type C length 40,
NUMBEROFPRODUCTS type I,
MAINCATEGORY type C length 40,
MAINCATEGORYNAME type string,
CATEGORYNAME type string,
end of TS_PRODUCTCATEGORY. |
||
4 | TS_SALESORDERHEADER | Public | See coding | 20130910 |
begin of TS_SALESORDERHEADER,
TAX_AMOUNT type P length 9 decimals 2,
NET_AMOUNT type P length 9 decimals 2,
GROSS_AMOUNT type P length 9 decimals 2,
SO_ID type SNWD_SO_ID,
BUYER_ID type SNWD_PARTNER_ID,
CURRENCY_CODE type C length 5,
end of TS_SALESORDERHEADER. |
||
5 | TS_SALESORDERITEM | Public | See coding | 20130910 |
begin of TS_SALESORDERITEM,
SO_ID type SNWD_SO_ID,
SO_ITEM_POS type SNWD_SO_ITEM_POS,
PRODUCT_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,
DELIVERY_DATE type P length 11 decimals 7,
QUANTITY type P length 8 decimals 3,
QUANTITY_UNIT type C length 3,
end of TS_SALESORDERITEM. |
||
6 | TS_TEXT_ELEMENT | Public | See coding | 20130910 |
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 | 20130910 |
TT_CUSTOMER type standard table of TS_CUSTOMER. |
||
8 | TT_PRODUCT | Public | See coding | 20130910 |
TT_PRODUCT type standard table of TS_PRODUCT. |
||
9 | TT_PRODUCTCATEGORY | Public | See coding | 20130910 |
TT_PRODUCTCATEGORY type standard table of TS_PRODUCTCATEGORY. |
||
10 | TT_SALESORDERHEADER | Public | See coding | 20130910 |
TT_SALESORDERHEADER type standard table of TS_SALESORDERHEADER. |
||
11 | TT_SALESORDERITEM | Public | See coding | 20130910 |
TT_SALESORDERITEM type standard table of TS_SALESORDERITEM. |
||
12 | TT_TEXT_ELEMENTS | Public | See coding | 20130910 |
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 CL_EPM_SADL_GW_DEV_SRV_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130910 |
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class CL_EPM_SADL_GW_DEV_SRV_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130910 |
Method DEFINE_CUSTOMER Signature
Method DEFINE_CUSTOMER on class CL_EPM_SADL_GW_DEV_SRV_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130910 |
Method DEFINE_PRODUCT Signature
Method DEFINE_PRODUCT on class CL_EPM_SADL_GW_DEV_SRV_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130910 |
Method DEFINE_PRODUCTCATEGORY Signature
Method DEFINE_PRODUCTCATEGORY on class CL_EPM_SADL_GW_DEV_SRV_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130910 |
Method DEFINE_SALESORDERHEADER Signature
Method DEFINE_SALESORDERHEADER on class CL_EPM_SADL_GW_DEV_SRV_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130910 |
Method DEFINE_SALESORDERITEM Signature
Method DEFINE_SALESORDERITEM on class CL_EPM_SADL_GW_DEV_SRV_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130910 |
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 | 20130910 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130910 |
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |