SAP ABAP Class CL_SD_MYCONTACTS_MPC (CL_SD_MYCONTACTS_MPC)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-MD-BP (Application Component) Business Partners
⤷
ERP_SD_ODATA_CUST (Package) OData Services for Customer
⤷
⤷
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 | 20130906 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SD_MYCONTACTS_MPC_EXT | CL_SD_MYCONTACTS_MPC_EXT | 20130906 |
Properties
| Class | CL_SD_MYCONTACTS_MPC | |
| Short Description | CL_SD_MYCONTACTS_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 | ERP_SD_ODATA_CUST | OData Services for Customer |
| Created | 20130821 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SD_MYCONTACTS_MPC has no forward declaration.
Interfaces
Class CL_SD_MYCONTACTS_MPC has no interface implemented.
Friends
Class CL_SD_MYCONTACTS_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 | 'Contact' | 20130906 | |||
| 2 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ContactDetails' | 20130906 | |||
| 3 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Country' | 20130918 | |||
| 4 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Customer' | 20130906 | |||
| 5 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Department' | 20130918 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SD_MYCONTACTS_MPC==========CP' | 20130906 | |||
| 7 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'JobFunction' | 20130918 | |||
| 8 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Region' | 20130918 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | DEFINE_ASSOCIATIONS | 20130906 | |
| 2 | Instance method | Private | Method | DEFINE_CONTACT | 20130906 | |
| 3 | Instance method | Private | Method | DEFINE_CONTACTDETAILS | 20130906 | |
| 4 | Instance method | Private | Method | DEFINE_COUNTRY | 20130918 | |
| 5 | Instance method | Private | Method | DEFINE_CUSTOMER | 20130906 | |
| 6 | Instance method | Private | Method | DEFINE_DEPARTMENT | 20130918 | |
| 7 | Instance method | Private | Method | DEFINE_JOBFUNCTION | 20130918 | |
| 8 | Instance method | Private | Method | DEFINE_REGION | 20130918 | |
| 9 | Instance method | Public | Method | LOAD_TEXT_ELEMENTS | 20130906 |
Events
Class CL_SD_MYCONTACTS_MPC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CONTACT | Public | See coding | 20130906 |
TS_CONTACT type FIORI_CONTACT.
|
||
| 2 | TS_CONTACTDETAILS | Public | See coding | 20130906 |
TS_CONTACTDETAILS type FIORI_CONTACT_DETAILS.
|
||
| 3 | TS_COUNTRY | Public | See coding | 20130918 |
TS_COUNTRY type FIORI_COUNTRY.
|
||
| 4 | TS_CUSTOMER | Public | See coding | 20130906 |
TS_CUSTOMER type FIORI_CUSTOMER.
|
||
| 5 | TS_DEPARTMENT | Public | See coding | 20130918 |
TS_DEPARTMENT type FIORI_DEPARTMENT.
|
||
| 6 | TS_JOBFUNCTION | Public | See coding | 20130918 |
TS_JOBFUNCTION type FIORI_JOB_FUNCTION.
|
||
| 7 | TS_REGION | Public | See coding | 20130918 |
TS_REGION type FIORI_REGION.
|
||
| 8 | TS_TEXT_ELEMENT | Public | See coding | 20130906 |
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 | TT_CONTACT | Public | See coding | 20130906 |
TT_CONTACT type standard table of TS_CONTACT.
|
||
| 10 | TT_CONTACTDETAILS | Public | See coding | 20130906 |
TT_CONTACTDETAILS type standard table of TS_CONTACTDETAILS.
|
||
| 11 | TT_COUNTRY | Public | See coding | 20130918 |
TT_COUNTRY type standard table of TS_COUNTRY.
|
||
| 12 | TT_CUSTOMER | Public | See coding | 20130906 |
TT_CUSTOMER type standard table of TS_CUSTOMER.
|
||
| 13 | TT_DEPARTMENT | Public | See coding | 20130918 |
TT_DEPARTMENT type standard table of TS_DEPARTMENT.
|
||
| 14 | TT_JOBFUNCTION | Public | See coding | 20130918 |
TT_JOBFUNCTION type standard table of TS_JOBFUNCTION.
|
||
| 15 | TT_REGION | Public | See coding | 20130918 |
TT_REGION type standard table of TS_REGION.
|
||
| 16 | TT_TEXT_ELEMENTS | Public | See coding | 20130906 |
tt_text_elements TYPE STANDARD TABLE OF ts_text_element WITH KEY text_symbol.
|
Method Signatures
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class CL_SD_MYCONTACTS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130906 |
Method DEFINE_CONTACT Signature
Method DEFINE_CONTACT on class CL_SD_MYCONTACTS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130906 |
Method DEFINE_CONTACTDETAILS Signature
Method DEFINE_CONTACTDETAILS on class CL_SD_MYCONTACTS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130906 |
Method DEFINE_COUNTRY Signature
Method DEFINE_COUNTRY on class CL_SD_MYCONTACTS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130918 |
Method DEFINE_CUSTOMER Signature
Method DEFINE_CUSTOMER on class CL_SD_MYCONTACTS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130906 |
Method DEFINE_DEPARTMENT Signature
Method DEFINE_DEPARTMENT on class CL_SD_MYCONTACTS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130918 |
Method DEFINE_JOBFUNCTION Signature
Method DEFINE_JOBFUNCTION on class CL_SD_MYCONTACTS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130918 |
Method DEFINE_REGION Signature
Method DEFINE_REGION on class CL_SD_MYCONTACTS_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130918 |
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 | 20130906 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130906 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |