SAP ABAP Interface IF_MRP_BUFF_UPDATE_PROC (procedure methods)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PP-MRP (Application Component) Material Requirements Planning
⤷
PPH_GENERAL (Package) PP on HANA: General Functions
⤷
⤷
Properties
| Interface | IF_MRP_BUFF_UPDATE_PROC | |
| Short Description | procedure methods |
General Data
| Package | PPH_GENERAL | PP on HANA: General Functions |
| Created | 20131025 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_MRP_BUFF_UPDATE_PROC has no forward declaration.
Interfaces
Interface IF_MRP_BUFF_UPDATE_PROC has no interface.
Friends
Interface IF_MRP_BUFF_UPDATE_PROC has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_MSH_PROFILE | Constant | Public | Type reference (TYPE) | TS_WRITE_BUFFER-IV_MSH_PROFILE | 'SAP000000001' | 20131112 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20131025 | ||
| 2 | Instance method | Public | Method | 20131122 | ||
| 3 | Instance method | Public | Method | 20131122 | ||
| 4 | Instance method | Public | Method | 20131031 | ||
| 5 | Instance method | Public | Method | 20131025 |
Events
Interface IF_MRP_BUFF_UPDATE_PROC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ENTRIES_FOR_UPD | Public | See coding | 20131031 | BEGIN OF ts_entries_for_upd,
matnr TYPE c LENGTH 18,
werks TYPE c LENGTH 4,
berid TYPE c LENGTH 10,
berty TYPE c LENGTH 2,
msh_profile TYPE c LENGTH 12,
update TYPE c LENGTH 1,
END OF ts_entries_for_upd
|
||
| 2 | TS_SELECTION | Public | See coding | 20131025 | BEGIN OF ts_selection,
material TYPE matnr,
mrparea TYPE berid,
mrpplant TYPE werks_d,
END OF ts_selection
|
||
| 3 | TS_SEL_W_TRIGGER | Public | See coding | 20131113 | BEGIN OF ts_sel_w_trigger,
matnr TYPE c LENGTH 18,
werks TYPE c LENGTH 4,
berid TYPE c LENGTH 10,
berty TYPE c LENGTH 2,
msh_profile TYPE c LENGTH 12,
update TYPE c LENGTH 1,
END OF ts_sel_w_trigger
|
||
| 4 | TS_WRITE_BUFFER | Public | See coding | 20131025 | BEGIN OF ts_write_buffer,
iv_mandt TYPE c LENGTH 3,
iv_today TYPE c LENGTH 8,
iv_user TYPE c LENGTH 255,
iv_schema TYPE c LENGTH 255,
iv_cutoff_date TYPE c LENGTH 8,
iv_timestamp TYPE p LENGTH 8 DECIMALS 0,
iv_msh_profile TYPE c LENGTH 12,
END OF ts_write_buffer
|
||
| 5 | TT_ENTRIES_FOR_UPD | Public | See coding | 20131031 | tt_entries_for_upd TYPE STANDARD TABLE OF ts_entries_for_upd WITH DEFAULT KEY
|
||
| 6 | TT_SELECTION | Public | See coding | 20131025 | tt_selection TYPE STANDARD TABLE OF ts_selection WITH DEFAULT KEY
|
||
| 7 | TT_SEL_W_TRIGGER | Public | See coding | 20131113 | tt_sel_w_trigger TYPE STANDARD TABLE OF ts_sel_w_trigger WITH DEFAULT KEY
|
Method Signatures
Method DELETE_BUFFER_FROM_SEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SELECTION | Value transfer | Type reference (TYPE) | IF_MRP_BUFFER_UPDATE=>TT_RELEVANT_ITEMS | 20131025 | ||||
| 2 | IV_MSH_PROFILE | Value transfer | Type reference (TYPE) | TS_WRITE_BUFFER-IV_MSH_PROFILE | CV_MSH_PROFILE | 20131112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131104 |
Method DELETE_BUFFER_PROFILE_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MSH_PROFILE | Value transfer | Type reference (TYPE) | TS_WRITE_BUFFER-IV_MSH_PROFILE | CV_MSH_PROFILE | 20131122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131122 |
Method DELETE_IGNORING_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SELECTION | Value transfer | Type reference (TYPE) | IF_MRP_BUFFER_UPDATE=>TT_RELEVANT_ITEMS | 20131122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131122 |
Method GET_ENTRIES_4_UPD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SEL_W_TRIGGER | Value transfer | Type reference (TYPE) | TT_ENTRIES_FOR_UPD | 20131031 | ||||
| 2 | IT_SEL | Value transfer | Type reference (TYPE) | IF_MRP_BUFFER_UPDATE=>TT_RELEVANT_ITEMS | 20131031 | ||||
| 3 | IV_MANDT | Value transfer | Type reference (TYPE) | MANDT | 20131031 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131104 |
Method WRITE_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SEL | Value transfer | Type reference (TYPE) | IF_MRP_BUFFER_UPDATE=>TT_RELEVANT_ITEMS | 20131025 | ||||
| 2 | IV_CUTOFF_DATE | Value transfer | Type reference (TYPE) | TS_WRITE_BUFFER-IV_CUTOFF_DATE | 20131025 | ||||
| 3 | IV_MANDT | Value transfer | Type reference (TYPE) | TS_WRITE_BUFFER-IV_MANDT | 20131025 | ||||
| 4 | IV_MSH_PROFILE | Value transfer | Type reference (TYPE) | TS_WRITE_BUFFER-IV_MSH_PROFILE | 20131025 | ||||
| 5 | IV_SCHEMA | Value transfer | Type reference (TYPE) | TS_WRITE_BUFFER-IV_SCHEMA | 20131025 | ||||
| 6 | IV_TIMESTAMP | Value transfer | Type reference (TYPE) | TS_WRITE_BUFFER-IV_TIMESTAMP | 20131025 | ||||
| 7 | IV_TODAY | Value transfer | Type reference (TYPE) | TS_WRITE_BUFFER-IV_TODAY | 20131025 | ||||
| 8 | IV_USER | Value transfer | Type reference (TYPE) | TS_WRITE_BUFFER-IV_USER | 20131025 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131104 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 618 |