SAP ABAP Class CL_MMPUR_EXT_SOURCING (Class for BAdI: ME_PROCESS_REQ)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
SRM-EBP (Application Component) Enterprise Buyer
⤷
BBP_APPLICATION (Package) Structure Package EBP
⤷
ME (Package) Application development R/3 Purchasing
⤷
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20070804 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EX_ME_PROCESS_REQ | BAdI Interface IF_EX_ME_PROCESS_REQ | 20070804 |
Properties
| Class | CL_MMPUR_EXT_SOURCING | |
| Short Description | Class for BAdI: ME_PROCESS_REQ | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ME | Application development R/3 Purchasing |
| Created | 20070804 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20070804 | ||
| 2 | IF_EX_ME_PROCESS_REQ | BAdI Interface IF_EX_ME_PROCESS_REQ | 20070804 |
Friends
Class CL_MMPUR_EXT_SOURCING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TYPE_T_EBANKEY | 20130604 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_MMPUR_CONSTANTS | Constants Purchasing | 20130604 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130604 | |
| 2 | Instance method | Private | Method | Check if item is registered for sourcing | 20130604 | |
| 3 | Static method | Public | Method | Register item that was already sourced | 20130604 |
Events
Class CL_MMPUR_EXT_SOURCING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPE_S_EBANKEY | Private | See coding | Structure Information for Database PCH | 20130604 | BEGIN OF type_s_ebankey, "1861641
banfn TYPE banfn,
bnfpo TYPE bnfpo,
END OF type_s_ebankey
|
|
| 2 | TYPE_T_EBANKEY | Private | See coding | 20130604 | type_t_ebankey TYPE SORTED TABLE OF type_s_ebankey
WITH UNIQUE KEY banfn bnfpo
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_MMPUR_EXT_SOURCING has no parameter.
Method CONSTRUCTOR on class CL_MMPUR_EXT_SOURCING has no exception.
Method IS_ITEM_SOURCED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ITEM | Call by reference | Object reference (TYPE REF TO) | IF_PURCHASE_REQUISITION_ITEM | Purchase Requisition (External View) | 20130604 | |||
| 2 | IS_DATA | Call by reference | Type reference (TYPE) | MEREQ_S_EBANKEY | Key Requisition | 20130604 | |||
| 3 | RV_SOURCED | Value transfer | Type reference (TYPE) | MMPUR_BOOL | Boolean type | 20130604 |
Method IS_ITEM_SOURCED on class CL_MMPUR_EXT_SOURCING has no exception.
Method SET_SOURCED_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | MEREQ_S_EBANKEY | Key Requisition | 20130604 |
Method SET_SOURCED_ITEM on class CL_MMPUR_EXT_SOURCING has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 603 |