SAP ABAP Class CL_PR_HANDLER_MM (PR Handler)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR (Application Component) Purchasing
⤷
MEREQ (Package) Purchasing: Purchase Requisition
⤷
⤷
Properties
| Class | CL_PR_HANDLER_MM | |
| Short Description | PR Handler | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MEREQ | Purchasing: Purchase Requisition |
| Created | 20060928 | SAP |
| Last change | 20100310 | 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
Class CL_PR_HANDLER_MM has no interface implemented.
Friends
Class CL_PR_HANDLER_MM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | See coding | 20061122 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | AKTYP | Activity Category in the Transaction | 20061005 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | MMPUR_PURCHASE_REQ_FACTORY | Purchase requisition factory | 20061010 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | ID_FOR_HANDLE_MM | ID for Handler Classes | 20061106 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_PR_HANDLER_MM | PR Handler | 20061204 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | MMPUR_BOOL | Boolean Type | 20061012 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_MESSAGE_HANDLER_MM | Message Handler | 20061114 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | PREQ_T_ITEM | Table Type for PREQ_ITEM | 20061005 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | BANFN | Purchase Requisition Number | 20061010 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_PURCHASE_REQUISITION | OO Requisition: Document (External View) | 20061010 |
Methods
Events
Class CL_PR_HANDLER_MM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ID_REFERENCE_CONNECTOR | Private | See coding | 20061122 | BEGIN OF id_reference_connector ,
id TYPE id_for_handle_mm,
parent_id TYPE id_for_handle_mm,
reference TYPE REF TO object,
END OF id_reference_connector
|
Method Signatures
Method CHECK_AUTHORITY Signature
Method CHECK_AUTHORITY on class CL_PR_HANDLER_MM has no parameter.
Method CHECK_AUTHORITY on class CL_PR_HANDLER_MM has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_PR_HANDLER_MM has no parameter.
Method CONSTRUCTOR on class CL_PR_HANDLER_MM has no exception.
Method FILL_REQ_FOR_PROCESS Signature
Method FILL_REQ_FOR_PROCESS on class CL_PR_HANDLER_MM has no parameter.
Method FILL_REQ_FOR_PROCESS on class CL_PR_HANDLER_MM has no exception.
Method GET_DATA_FROM_REQ Signature
Method GET_DATA_FROM_REQ on class CL_PR_HANDLER_MM has no parameter.
Method GET_DATA_FROM_REQ on class CL_PR_HANDLER_MM has no exception.
Method GET_FIELDSELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_FIELDSELECTION | Call by reference | Type reference (TYPE) | TTYP_FIELDSELECTION_MM | Feldauswahl | 20061123 |
Method GET_FIELDSELECTION on class CL_PR_HANDLER_MM has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_ITEM_ID | Value transfer | Type reference (TYPE) | ID_FOR_HANDLE_MM | ID für Handlerklassen | 20061106 |
Method GET_ID on class CL_PR_HANDLER_MM has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_PR_HANDLER_MM | PR HAndler | 20061204 |
Method GET_INSTANCE on class CL_PR_HANDLER_MM has no exception.
Method GET_PR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_PR_ITEMS | Call by reference | Type reference (TYPE) | PREQ_T_ITEM | Tabellentyp für PREQ_ITEM | 20061106 |
Method GET_PR on class CL_PR_HANDLER_MM has no exception.
Method OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ITEMS | Call by reference | Type reference (TYPE) | PREQ_T_ITEM | Tabellentyp für PREQ_ITEM | 20061011 | |||
| 2 | EX_MESSAGES | Call by reference | Type reference (TYPE) | MEPO_T_MESSAGES_BAPI | Message Handler Einkauf: Übergabetabelle | 20061011 | |||
| 3 | IM_AKTYP | Call by reference | Type reference (TYPE) | AKTYP | Aktivitätstyp in der Transaktion | 20061030 | |||
| 4 | IM_BANFN | Call by reference | Type reference (TYPE) | BANFN | Bestellanforderungsnummer | 20061011 |
Method OPEN on class CL_PR_HANDLER_MM has no exception.
Method PR_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ITEMS | Call by reference | Type reference (TYPE) | PREQ_T_ITEM | Tabellentyp für PREQ_ITEM | 20061115 | |||
| 2 | EX_MESSAGES | Call by reference | Type reference (TYPE) | MEPO_T_MESSAGES_BAPI | Message Handler Einkauf: Übergabetabelle | 20061005 |
Method PR_CHECK on class CL_PR_HANDLER_MM has no exception.
Method PR_POST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_MESSAGES | Call by reference | Type reference (TYPE) | MEPO_T_MESSAGES_BAPI | Message Handler Einkauf: Übergabetabelle | 20061115 |
Method PR_POST on class CL_PR_HANDLER_MM has no exception.
Method PR_PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ITEMS | Call by reference | Type reference (TYPE) | PREQ_T_ITEM | Tabellentyp für PREQ_ITEM | 20061115 | |||
| 2 | EX_MESSAGES | Call by reference | Type reference (TYPE) | MEPO_T_MESSAGES_BAPI | Message Handler Einkauf: Übergabetabelle | 20061106 |
Method PR_PROCESS on class CL_PR_HANDLER_MM has no exception.
Method REFRESH Signature
Method REFRESH on class CL_PR_HANDLER_MM has no parameter.
Method REFRESH on class CL_PR_HANDLER_MM has no exception.
Method SET_AUTO_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_KZZUO | Call by reference | Type reference (TYPE) | MMPUR_BOOL | Boolscher Typ | 20061012 |
Method SET_AUTO_SOURCE on class CL_PR_HANDLER_MM has no exception.
Method SET_PR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PR_ITEMS | Call by reference | Type reference (TYPE) | PREQ_T_ITEM | Tabellentyp für PREQ_ITEM | 20061103 |
Method SET_PR on class CL_PR_HANDLER_MM has no exception.
Method SET_PR_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PR_ITEM | Call by reference | Type reference (TYPE) | PREQ_ITEM | Bestellanforderungsposition | 20061129 |
Method SET_PR_ITEM on class CL_PR_HANDLER_MM has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |