SAP ABAP Interface IF_MRP_BUFFER_UPDATE (if for updating backend buffer of MRP)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PP-MRP (Application Component) Material Requirements Planning
⤷
PPH_GENERAL (Package) PP on HANA: General Functions
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_MRP_BUFFER_UPDATE | Buffer Update for MRP-Cockpit | 20130920 |
Properties
| Interface | IF_MRP_BUFFER_UPDATE | |
| Short Description | if for updating backend buffer of MRP |
General Data
| Package | PPH_GENERAL | PP on HANA: General Functions |
| Created | 20130920 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_MRP_BUFFER_TYPES_GENERAL | types for both access and update | 20131113 |
Friends
Interface IF_MRP_BUFFER_UPDATE has no friend.
Attributes
Interface IF_MRP_BUFFER_UPDATE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130930 | ||
| 2 | Instance method | Public | Method | 20131122 | ||
| 3 | Instance method | Public | Method | 20131122 | ||
| 4 | Instance method | Public | Method | 20131004 | ||
| 5 | Instance method | Public | Method | 20131011 | ||
| 6 | Instance method | Public | Method | 20130920 |
Events
Interface IF_MRP_BUFFER_UPDATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | HORIZON_DEFINITION | Public | Attribute reference (LIKE) | 20131113 | |
||
| 2 | TS_BUFFER_INFO | Public | Type reference (TYPE) | MRP_BUF_PLAN_SG1 | 20131004 | |
|
| 3 | TS_KEY | Public | See coding | 20130920 | BEGIN OF ts_key,
mandt TYPE mandt,
mrpplant TYPE werks_d,
mrpcontroller TYPE dispo,
materialshortageprofile TYPE materialshortageprofile,
END OF ts_key
|
||
| 4 | TS_RELEVANT_ITEMS | Public | See coding | 20131023 | BEGIN OF ts_relevant_items,
matnr TYPE c LENGTH 18,
werks TYPE c LENGTH 4,
berid TYPE c LENGTH 10,
berty TYPE c LENGTH 2,
END OF ts_relevant_items
|
||
| 5 | TT_BUFFER_INFO | Public | See coding | 20131004 | tt_buffer_info TYPE STANDARD TABLE OF ts_buffer_info WITH DEFAULT KEY
|
||
| 6 | TT_KEY | Public | See coding | 20130920 | tt_key TYPE SORTED TABLE OF ts_key WITH UNIQUE KEY mandt mrpplant mrpcontroller materialshortageprofile
|
||
| 7 | TT_RELEVANT_ITEMS | Public | See coding | 20131011 | tt_relevant_items TYPE STANDARD TABLE OF ts_relevant_items WITH DEFAULT KEY
|
Method Signatures
Method DELETE_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | 20131002 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131104 |
Method DELETE_BUFFER_IGN_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | 20131122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131122 |
Method DELETE_BUFFER_PROFILE_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | 20131122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131122 |
Method GET_BUFFER_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_BUFFER_INFORMATION | Value transfer | Type reference (TYPE) | TT_BUFFER_INFO | 20131004 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131104 |
Method GET_UPDATED_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_UPDATED_ENTRIES | Value transfer | Type reference (TYPE) | TT_RELEVANT_ITEMS | 20131011 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131104 |
Method UPDATE_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | 20131002 | |||
| 2 | IV_RELOAD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | 20131211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131104 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 618 |