SAP ABAP Class CL_SD_SOFM_INVOICE_MPC (CL_SD_SOFM_INVOICE_MPC)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-SLS-API (Application Component) SD API Interface, LORD
⤷
ERP_SD_ODATA_BIL (Package) OData Services for Invoices not Transferred
⤷
⤷
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 | 20130823 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SD_SOFM_INVOICE_MPC_EXT | CL_SD_SOFM_INVOICE_MPC_EXT | 20130823 |
Properties
| Class | CL_SD_SOFM_INVOICE_MPC | |
| Short Description | CL_SD_SOFM_INVOICE_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_BIL | OData Services for Invoices not Transferred |
| Created | 20130823 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SD_SOFM_INVOICE_MPC has no forward declaration.
Interfaces
Class CL_SD_SOFM_INVOICE_MPC has no interface implemented.
Friends
Class CL_SD_SOFM_INVOICE_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 | 'Delivery' | 20130823 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SD_SOFM_INVOICE_MPC========CP' | 20130823 | |||
| 3 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Invoice' | 20130823 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | DEFINE_ACTIONS | 20130823 | |
| 2 | Instance method | Private | Method | DEFINE_DELIVERY | 20130823 | |
| 3 | Instance method | Private | Method | DEFINE_INVOICE | 20130823 | |
| 4 | Instance method | Public | Method | LOAD_TEXT_ELEMENTS | 20130823 |
Events
Class CL_SD_SOFM_INVOICE_MPC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_DELIVERY | Public | See coding | 20130823 |
begin of TS_DELIVERY,
VBELN type C length 10,
end of TS_DELIVERY. |
||
| 2 | TS_INVOICE | Public | See coding | 20130823 |
begin of TS_INVOICE,
VBELN_VF type C length 10,
end of TS_INVOICE. |
||
| 3 | TS_TEXT_ELEMENT | Public | See coding | 20130823 |
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. |
||
| 4 | TT_DELIVERY | Public | See coding | 20130823 |
TT_DELIVERY type standard table of TS_DELIVERY. |
||
| 5 | TT_INVOICE | Public | See coding | 20130823 |
TT_INVOICE type standard table of TS_INVOICE. |
||
| 6 | TT_TEXT_ELEMENTS | Public | See coding | 20130823 |
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_SD_SOFM_INVOICE_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130823 |
Method DEFINE_DELIVERY Signature
Method DEFINE_DELIVERY on class CL_SD_SOFM_INVOICE_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130823 |
Method DEFINE_INVOICE Signature
Method DEFINE_INVOICE on class CL_SD_SOFM_INVOICE_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130823 |
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 | 20130823 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130823 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 618 |