SAP ABAP Class CL_EPM_OIA_APPS_GW_SER_MPC (CL_EPM_OIA_APPS_GW_SER_MPC)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD-XBR (Application Component) HANA Reference Applications
⤷
S_EPM_OIA_APPS_UI5 (Package) EPM OIA UI5 application package
⤷
⤷
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 | 20121218 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_OIA_APPS_GW_SER_MPC_EXT | CL_EPM_OIA_APPS_GW_SER_MPC_EXT | 20121218 |
Properties
| Class | CL_EPM_OIA_APPS_GW_SER_MPC | |
| Short Description | CL_EPM_OIA_APPS_GW_SER_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_OIA_APPS_UI5 | EPM OIA UI5 application package |
| Created | 20121218 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EPM_OIA_APPS_GW_SER_MPC has no forward declaration.
Interfaces
Class CL_EPM_OIA_APPS_GW_SER_MPC has no interface implemented.
Friends
Class CL_EPM_OIA_APPS_GW_SER_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/MED_EXTERNAL_NAME | 'ConfirmationMessage' | 20121228 | |||
| 2 | Constant | Public | Type reference (TYPE) | /IWBEP/MED_EXTERNAL_NAME | 'DunningLevelDetail' | 20121227 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'CL_EPM_OIA_APPS_GW_SER_MPC====CP' | 20121218 | |||
| 4 | Constant | Public | Type reference (TYPE) | /IWBEP/MED_EXTERNAL_NAME | 'OpenSalesItem' | 20121218 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | DEFINE_ACTIONS | 20121228 | |
| 2 | Instance method | Private | Method | DEFINE_ASSOCIATIONS | 20121228 | |
| 3 | Instance method | Private | Method | DEFINE_COMPLEXTYPES | 20121228 | |
| 4 | Instance method | Private | Method | DEFINE_DUNNINGLEVELDETAIL | 20121227 | |
| 5 | Instance method | Private | Method | DEFINE_OPENSALESITEM | 20121218 | |
| 6 | Instance method | Public | Method | LOAD_TEXT_ELEMENTS | 20121218 |
Events
Class CL_EPM_OIA_APPS_GW_SER_MPC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CONFIRMATIONMESSAGE | Public | See coding | 20121228 |
begin of CONFIRMATIONMESSAGE,
RESPONSE type STRING,
end of CONFIRMATIONMESSAGE. |
||
| 2 | TS_DUNNINGLEVELDETAIL | Public | See coding | 20121227 |
begin of TS_DUNNINGLEVELDETAIL,
CURRENT_DUNNING_LEVEL type STRING,
BUPA_RANK type I,
GROSS_AMOUNT type P length 9 decimals 2,
CURRENCY_CODE type STRING,
DAYS_OPEN type I,
end of TS_DUNNINGLEVELDETAIL. |
||
| 3 | TS_OPENSALESITEM | Public | See coding | 20121218 |
begin of TS_OPENSALESITEM,
CURRENCY_CODE type C length 5,
GROSS_AMOUNT type P length 9 decimals 2,
COMPANY_NAME type C length 80,
SO_ID type C length 10,
CURRENT_DUNNING_LEVEL type STRING,
DAYS_OPEN type I,
end of TS_OPENSALESITEM. |
||
| 4 | TS_TEXT_ELEMENT | Public | See coding | 20121218 |
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. |
||
| 5 | TT_DUNNINGLEVELDETAIL | Public | See coding | 20121227 |
TT_DUNNINGLEVELDETAIL type standard table of TS_DUNNINGLEVELDETAIL. |
||
| 6 | TT_OPENSALESITEM | Public | See coding | 20121218 |
TT_OPENSALESITEM type standard table of TS_OPENSALESITEM. |
||
| 7 | TT_TEXT_ELEMENTS | Public | See coding | 20121218 |
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_OIA_APPS_GW_SER_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121228 |
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class CL_EPM_OIA_APPS_GW_SER_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121228 |
Method DEFINE_COMPLEXTYPES Signature
Method DEFINE_COMPLEXTYPES on class CL_EPM_OIA_APPS_GW_SER_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121228 |
Method DEFINE_DUNNINGLEVELDETAIL Signature
Method DEFINE_DUNNINGLEVELDETAIL on class CL_EPM_OIA_APPS_GW_SER_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121227 |
Method DEFINE_OPENSALESITEM Signature
Method DEFINE_OPENSALESITEM on class CL_EPM_OIA_APPS_GW_SER_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121218 |
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 | 20121218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121218 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |