SAP ABAP Class CL_CONFIRMATION_PM_EXTRACT (Class for BAdI Impl.: BADI_ESO_CONFIRMATION_PM)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
IOCF (Package) Application Development R/3 Work Order Confirmation
⤷
⤷
⤷
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 | 20091014 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20091014 |
Properties
| Class | CL_CONFIRMATION_PM_EXTRACT | |
| Short Description | Class for BAdI Impl.: BADI_ESO_CONFIRMATION_PM | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IOCF | Application Development R/3 Work Order Confirmation |
| Created | 20091014 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CONFIRMATION_PM_EXTRACT 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 | 20091014 | ||
| 2 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20091014 |
Friends
Class CL_CONFIRMATION_PM_EXTRACT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TABNAME | 'AFRU' | Table name | 20091014 | ||
| 2 | Constant | Public | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | 'CONFIRMATION_PM' | Object Type | 20091014 | ||
| 3 | Constant | Public | Type reference (TYPE) | ESH_E_OM_NODE_NAME | 'CONFIRMATION' | Node Name | 20091014 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | T_AUFNR_PM | Table indicating ordertyp PM | 20091110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check whether the order is a PM order | 20091110 | |
| 2 | Instance method | Private | Method | Get longtext | 20091014 |
Events
Class CL_CONFIRMATION_PM_EXTRACT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_AUFNR_PM | Private | See coding | 20091110 | BEGIN OF s_aufnr_pm,
aufnr TYPE aufnr,
typ_pm TYPE xfeld,
END OF s_aufnr_pm
|
||
| 2 | T_AFRU_LIST | Private | See coding | 20091014 | T_AFRU_LIST TYPE TABLE OF ESO_S_AFRU_PM
|
||
| 3 | T_AUFNR_PM | Private | See coding | 20091110 | t_aufnr_pm TYPE HASHED TABLE OF s_aufnr_pm
WITH UNIQUE KEY aufnr
|
Method Signatures
Method CHECK_AUART_PM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ORDER_PM | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20091110 | |||
| 2 | I_AUFNR | Value transfer | Type reference (TYPE) | AUFNR | Order Number | 20091110 | |||
| 3 | I_ORIND | Value transfer | Type reference (TYPE) | ORIND | Origin Indicator of PDC Message (Application) | 20091110 |
Method CHECK_AUART_PM on class CL_CONFIRMATION_PM_EXTRACT has no exception.
Method GET_LONG_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_AFRU_PM | Call by reference | Type reference (TYPE) | T_AFRU_LIST | 20091015 | ||||
| 2 | IT_OBJECT_EXTRACTION | Call by reference | Type reference (TYPE) | ESH_T_IF_EXTRACT_NODES | Extraction of nodes | 20091014 |
Method GET_LONG_TEXT on class CL_CONFIRMATION_PM_EXTRACT has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |