SAP ABAP Class IF_MRP_BUFFER_UPDATE (if for updating backend buffer of MRP)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_MRP_BUFFER_TYPES_GENERAL types for both access and update 20131113
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
Class IF_MRP_BUFFER_UPDATE  
Short Description if for updating backend buffer of MRP    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130920   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_MRP_BUFFER_UPDATE has no interface implemented.
Friends
Class IF_MRP_BUFFER_UPDATE has no friend class.
Attributes
Class IF_MRP_BUFFER_UPDATE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_BUFFER Instance method Public Method 20130930
2 DELETE_BUFFER_IGN_PROFILE Instance method Public Method 20131122
3 DELETE_BUFFER_PROFILE_ONLY Instance method Public Method 20131122
4 GET_BUFFER_INFO Instance method Public Method 20131004
5 GET_UPDATED_ENTRIES Instance method Public Method 20131011
6 UPDATE_BUFFER Instance method Public Method 20130920
Events
Class 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 Importing IV_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL 'X' 20131002
# Exception Resumable Description Created on
1 CX_MRP_BUFFER 20131104

Method DELETE_BUFFER_IGN_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL 'X' 20131122
# Exception Resumable Description Created on
1 CX_MRP_BUFFER 20131122

Method DELETE_BUFFER_PROFILE_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL 'X' 20131122
# Exception Resumable Description Created on
1 CX_MRP_BUFFER 20131122

Method GET_BUFFER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BUFFER_INFORMATION Value transfer Type reference (TYPE) TT_BUFFER_INFO 20131004
# Exception Resumable Description Created on
1 CX_MRP_BUFFER 20131104

Method GET_UPDATED_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_UPDATED_ENTRIES Value transfer Type reference (TYPE) TT_RELEVANT_ITEMS 20131011
# Exception Resumable Description Created on
1 CX_MRP_BUFFER 20131104

Method UPDATE_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL 'X' 20131002
2 Importing IV_RELOAD Call by reference Type reference (TYPE) ABAP_BOOL ' ' 20131211
# Exception Resumable Description Created on
1 CX_MRP_BUFFER 20131104
History
Last changed by/on SAP  20140121 
SAP Release Created in