SAP ABAP Class CL_ME_REPRICING_GR (Repricing at goods receipt)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
SRM-EBP (Application Component) Enterprise Buyer
⤷
BBP_APPLICATION (Package) Structure Package EBP
⤷
ME (Package) Application development R/3 Purchasing
⤷
⤷
⤷
Properties
| Class | CL_ME_REPRICING_GR | |
| Short Description | Repricing at goods receipt | |
| 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 | 20130515 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ME_REPRICING_GR has no forward declaration.
Interfaces
Class CL_ME_REPRICING_GR has no interface implemented.
Friends
Class CL_ME_REPRICING_GR 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) | TY_GR_POSITIONS | 20130515 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check, if repricing for goods receipt item has been executed | 20130515 | |
| 2 | Static method | Public | Method | Repricing for goods receipt item has been executed | 20130515 | |
| 3 | Static method | Public | Method | Init internal table for goods receipt repricing | 20130515 |
Events
Class CL_ME_REPRICING_GR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_GR_POSITION | Private | See coding | 20130515 | BEGIN OF ty_gr_position,
ebeln TYPE ebeln,
ebelp TYPE ebelp,
mblps TYPE mblpo,
END OF ty_gr_position
|
||
| 2 | TY_GR_POSITIONS | Private | See coding | 20130515 | ty_gr_positions TYPE TABLE OF ty_gr_position
|
Method Signatures
Method REPRICING_GR_POS_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EBELN | Call by reference | Type reference (TYPE) | EBELN | Purchasing Document Number | 20130515 | |||
| 2 | IV_EBELP | Call by reference | Type reference (TYPE) | EBELP | Item Number of Purchasing Document | 20130515 | |||
| 3 | IV_MBLPS | Call by reference | Type reference (TYPE) | MBLPO | Item in Material Document | 20130515 | |||
| 4 | RV_REPRICING | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130515 |
Method REPRICING_GR_POS_CHECK on class CL_ME_REPRICING_GR has no exception.
Method REPRICING_GR_POS_EXECUTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EBELN | Call by reference | Type reference (TYPE) | EBELN | Purchasing Document Number | 20130515 | |||
| 2 | IV_EBELP | Call by reference | Type reference (TYPE) | EBELP | Item Number of Purchasing Document | 20130515 | |||
| 3 | IV_MBLPS | Call by reference | Type reference (TYPE) | MBLPO | Item in Material Document | 20130515 |
Method REPRICING_GR_POS_EXECUTED on class CL_ME_REPRICING_GR has no exception.
Method REPRICING_GR_POS_INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EBELN | Call by reference | Type reference (TYPE) | EBELN | Purchasing Document Number | 20130515 | |||
| 2 | IV_EBELP | Call by reference | Type reference (TYPE) | EBELP | Item Number of Purchasing Document | 20130515 | |||
| 3 | IV_MBLPS | Call by reference | Type reference (TYPE) | MBLPO | Item in Material Document | 20130515 |
Method REPRICING_GR_POS_INIT on class CL_ME_REPRICING_GR has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |