SAP ABAP Interface IF_EX_PP_PURCH_PR_BADI (BAdI for purchase requisition)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PP (Application Component) Production Planning and Control
⤷
ODATA_PP_MRP (Package) OData Services for MRP/MRP Cockpit
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_PP_MRP_PURCH_PR_BADI | BAdI for purchase order | 20130924 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_PP_PURCH_PR_BADI_MOCK | BAdI (Mock) | 20130924 |
Properties
| Interface | IF_EX_PP_PURCH_PR_BADI | |
| Short Description | BAdI for purchase requisition |
General Data
| Package | ODATA_PP_MRP | OData Services for MRP/MRP Cockpit |
| Created | 20130924 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_EX_PP_PURCH_PR_BADI has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20130924 |
Friends
Interface IF_EX_PP_PURCH_PR_BADI has no friend.
Attributes
Interface IF_EX_PP_PURCH_PR_BADI has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Export User-Defined Fields (READ and after CREATE) | 20130924 | |
| 2 | Instance method | Public | Method | Import User-Defined Fields | 20130924 | |
| 3 | Instance method | Public | Method | Update Imported User-Defined Fields | 20130924 |
Events
Interface IF_EX_PP_PURCH_PR_BADI has no event.
Types
Interface IF_EX_PP_PURCH_PR_BADI has no local type.
Method Signatures
Method EXPORT_CONVERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ODATA_PR_HEADER | Call by reference | Type reference (TYPE) | CL_PP_MRP_COCKPIT_MPC_EXT=>TS_MMPURCHASEREQUISITIONHEADER | OData: Header | 20130924 | |||
| 2 | CT_ODATA_PR_ACCOUNT | Call by reference | Type reference (TYPE) | CL_PP_MRP_COCKPIT_MPC_EXT=>TT_MMPURCHASEREQUISITIONACCOUN | OData: Account Assignment Lines | 20130924 | |||
| 3 | CT_ODATA_PR_ITEM | Call by reference | Type reference (TYPE) | CL_PP_MRP_COCKPIT_MPC_EXT=>TT_MMPURCHASEREQUISITIONITEM | OData: Items | 20130924 | |||
| 4 | IS_BAPI_PR_HEADER | Call by reference | Type reference (TYPE) | BAPIMEREQHEADER | Header | 20130924 | |||
| 5 | IT_BAPI_PR_ACCOUNT | Call by reference | Type reference (TYPE) | TY_BAPIMEREQACCOUNT | Account Assignment Lines | 20130924 | |||
| 6 | IT_BAPI_PR_EXTENSIONOUT | Call by reference | Type reference (TYPE) | BAPIPAREXTAB | Extensions | 20130927 | |||
| 7 | IT_BAPI_PR_ITEM | Call by reference | Type reference (TYPE) | TY_BAPIMEREQITEM | Items | 20130924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception | 20130924 |
Method IMPORT_CONVERSION_FOR_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_BAPI_PR_HEADER | Call by reference | Type reference (TYPE) | BAPIMEREQHEADER | Header | 20130924 | |||
| 2 | CS_BAPI_PR_HEADERX | Call by reference | Type reference (TYPE) | BAPIMEREQHEADERX | Header (Changed Fields) | 20130924 | |||
| 3 | CT_BAPI_PR_ACCOUNT | Call by reference | Type reference (TYPE) | TY_BAPIMEREQACCOUNT | Account Assignment Lines | 20130924 | |||
| 4 | CT_BAPI_PR_ACCOUNTX | Call by reference | Type reference (TYPE) | TY_BAPIMEREQACCOUNTX | Account Assignment Lines (Changed Fields) | 20130924 | |||
| 5 | CT_BAPI_PR_EXTENSIONIN | Call by reference | Type reference (TYPE) | BAPIPAREXTAB | Extensions | 20130927 | |||
| 6 | CT_BAPI_PR_ITEM | Call by reference | Type reference (TYPE) | TY_BAPIMEREQITEMIMP | Items | 20130924 | |||
| 7 | CT_BAPI_PR_ITEMX | Call by reference | Type reference (TYPE) | TY_BAPIMEREQITEMX | Items (Changed Fields) | 20130924 | |||
| 8 | IS_ODATA_PR_HEADER | Call by reference | Type reference (TYPE) | CL_PP_MRP_COCKPIT_MPC_EXT=>TS_MMPURCHASEREQUISITIONHEADER | OData: Header | 20130924 | |||
| 9 | IT_ODATA_PR_ACCOUNT | Call by reference | Type reference (TYPE) | CL_PP_MRP_COCKPIT_MPC_EXT=>TT_MMPURCHASEREQUISITIONACCOUN | OData: Account Assignment Lines | 20130924 | |||
| 10 | IT_ODATA_PR_ITEM | Call by reference | Type reference (TYPE) | CL_PP_MRP_COCKPIT_MPC_EXT=>TT_MMPURCHASEREQUISITIONITEM | OData: Items | 20130924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception | 20130924 |
Method IMPORT_CONVERSION_FOR_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_BAPI_PR_EXTENSIONIN | Call by reference | Type reference (TYPE) | BAPIPAREXTAB | Extensions | 20130927 | |||
| 2 | CT_BAPI_PR_ITEM | Call by reference | Type reference (TYPE) | TY_BAPIMEREQITEMIMP | Items | 20130927 | |||
| 3 | CT_BAPI_PR_ITEMX | Call by reference | Type reference (TYPE) | TY_BAPIMEREQITEMX | Items (Changed Fields) | 20130927 | |||
| 4 | IT_ODATA_PR_ITEM | Call by reference | Type reference (TYPE) | CL_PP_MRP_COCKPIT_MPC_EXT=>TT_MMPURCHASEREQUISITIONITEM | OData: Items | 20130924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception | 20130924 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 618 |