SAP ABAP Class CL_ESO_ERP_PURCHDOC (ERP Contract Extraction)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR (Application Component) Purchasing
⤷
MM_PUR_ESO (Package) Package for Enterprise Search Connection in MM-PUR
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_ESH_IF_OBJECT_DATA | Object data by list of object ids | 20080303 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20080303 |
Properties
| Class | CL_ESO_ERP_PURCHDOC | |
| Short Description | ERP Contract Extraction | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MM_PUR_ESO | Package for Enterprise Search Connection in MM-PUR |
| Created | 20080303 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESO_ERP_PURCHDOC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_ESH_IF_OBJECT_DATA | Object data by list of object ids | 20080303 | ||
| 2 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20080303 |
Friends
Class CL_ESO_ERP_PURCHDOC has no friend class.
Attributes
Class CL_ESO_ERP_PURCHDOC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Get Longtext (during delta load) | 20080521 |
Events
Class CL_ESO_ERP_PURCHDOC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_EBELN | Private | See coding | 20080402 | BEGIN OF ty_s_ebeln,
ebeln TYPE ebeln,
END OF ty_s_ebeln
|
||
| 2 | TY_S_PURCHDOC_KEYS | Private | See coding | 20080402 | BEGIN OF ty_s_purchdoc_keys,
ebeln TYPE ebeln,
END OF ty_s_purchdoc_keys
|
||
| 3 | TY_T_EBELN | Private | See coding | 20080402 | TY_T_ebeln type sorted table of ty_s_ebeln WITH UNIQUE KEY ebeln
|
||
| 4 | TY_T_PURCHDOC_KEYS | Private | See coding | 20080402 | TY_T_PURCHDOC_KEYS type sorted table of ty_s_purchdoc_keys with unique key ebeln
|
||
| 5 | TY_T_THEAD | Private | See coding | 20080318 | TY_T_THEAD type STANDARD TABLE OF thead
|
Method Signatures
Method GET_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_AFFECTED_DOCUMENTS | Call by reference | Type reference (TYPE) | TY_T_EBELN | Affected Documents | 20080521 | |||
| 2 | IT_OBJECT_EXTRACTION | Call by reference | Type reference (TYPE) | ESH_T_IF_EXTRACT_NODES | Extraction of nodes | 20080521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General error in provider | 20080521 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 604 |