SAP ABAP Class CL_FIP_PL_ANALYSIS_BUFFER (Handle buffering the analysis data of PL)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR-FIP (Application Component) Perishables Procurement
     FIP_BUSINESS_LOGIC (Package) Business Logic for Fresh Item Procurement
Properties
Class CL_FIP_PL_ANALYSIS_BUFFER  
Short Description Handle buffering the analysis data of PL    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FIP_BUSINESS_LOGIC   Business Logic for Fresh Item Procurement 
Created 20080422   SAP 
Last change 20130531   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)
2 TSTR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FIP_PL_ANALYSIS_BUFFER has no interface implemented.
Friends
Class CL_FIP_PL_ANALYSIS_BUFFER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_DATFROM_BUFF Instance attribute Private Type reference (TYPE) DATS initial buffered from date 20080804
2 MO_LOGGER Instance attribute Private Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER message logger 20080514
3 MO_PL_PERSISTENCE_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_FIP_PL_PERSISTENCE_HANDLER Handles connectivity to other "Business Objects" 20080516
4 MS_SP_BASIC Instance attribute Private Type reference (TYPE) FIP_S_SUPLG_PLANT_BASIC Supplying Plant Information 20080730
5 MT_FORECAST_RAW_DATA Instance attribute Private Type reference (TYPE) FIP_T_PL_FORECAST Forecast Values 20080422
6 MT_MAT_RCPT_PDT Instance attribute Private Type reference (TYPE) FIP_T_MATERIAL_RCPT_PDT Table Material Rcpt Relationships for Order Lines retrieval 20080530
7 MT_PO_ORDER_RAW_DATA Instance attribute Private Type reference (TYPE) FIP_T_PL_ORDER_LINE Table of Order Lines (STO, SO and PO) 20080506
8 MT_PROMOTION_RAW_DATA Instance attribute Private Type reference (TYPE) FIP_T_PROMOTION_ASSIGNMENT Material Promotions in stores or at customers 20080422
9 MT_RCPNT_NUM_PER_MAT Instance attribute Private Type reference (TYPE) FIP_T_PL_RCPNT_NUM_PER_MAT table type of FIP_S_PL_RCPNT_NUM_PER_MAT 20080519
10 MT_RCPT_ORDER_RAW_DATA Instance attribute Private Type reference (TYPE) FIP_T_PL_ORDER_LINE Table of Order Lines (STO, SO and PO) 20080506
11 MT_SALES_PRICE_RAW_DATA Instance attribute Private Type reference (TYPE) FIP_T_SALES_PRICE SALES_PRICE_TABLE 20080623
12 MT_STOCK_RAW_DATA Instance attribute Private Type reference (TYPE) FIP_T_PL_STOCK_DATA table of current stock info 20080514
13 MV_DATFROM_BUFF_CURR Instance attribute Private Type reference (TYPE) DATS current datfrom for next retrieve 20080518
14 MV_DATTO_BUFF_CURR Instance attribute Private Type reference (TYPE) DATS current buffered to date 20080517
15 MV_IS_RETAIL_ACTIVE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20080522
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Instance constructor 20080509
2 ENHANCE_ORDER_LINE Instance method Private Method utilities method to filling the name of the order line 20080518
3 ENHANCE_SALES_PRICE_DATA Instance method Private Method Enhance the Bal returned sales price data with more info 20080730
4 GET_AGG_CPO_INFO Instance method Private Method get the cpo data related with - mat-dd-horizon 20080804
5 GET_AGG_DATA Instance method Public Method get the analysis data related to the specific mat-dd-horizon 20080422
6 GET_AGG_FCST_INFO Instance method Public Method get the forecast data - mat-dd-horizon 20080518
7 GET_AGG_ON_STOCK_INFO Instance method Public Method return the current stock info of the material 20080527
8 GET_AGG_OPEN_ORDER_INFO Instance method Public Method get the purchase order data - mat-dd-horizon 20080518
9 GET_AGG_PROM_INFO Instance method Public Method get the promtotion data- mat-dd-horizon 20080518
10 GET_AGG_RCPT_ORDER_INFO Instance method Public Method get the recipient order data - mat-dd-horizon 20080508
11 GET_AGG_SALES_PRICE_INFO Instance method Public Method get the sales price data - mat-dd-horizon 20080623
12 GET_BUFFERED_DATTO_CURR Instance method Public Method return the current buffered datto date 20080518
13 GET_GEN_RAW_DATA Instance method Private Method get the general data that need to add to analysis buffer 20080721
14 GET_OPEN_ORDER_BY_MAT_VENDOR Instance method Public Method get open order qty by material and vendor info 20080520
15 GET_ORDER_RAW_DATA Instance method Private Method get the order data that need to add to analysis buffer 20080721
16 GET_RANGE_OF_COVERAGE_BY_MAT Instance method Public Method return range of coverage for a material 20080521
17 GET_RCPT_MAT_PDT Instance method Public Method return the material recipients and their plan delivery date 20080811
18 GET_SALES_PRICE_RAW_DATA Instance method Private Method get sales price data that need to add to analysis buffer 20080721
19 REFRESH_DATA Instance method Public Method clear out the current buffer data 20080517
20 SORT_RAW_DATA_TABLES Instance method Private Method sort the raw data tables 20080721
21 UPDATE_NUM_OF_RCPT_PER_MAT Instance method Private Method calculate the number of rcpt per material 20080721
22 UPDATE_RAW_DATA Instance method Public Method add data to the analysis buffer class 20080515
Events
Class CL_FIP_PL_ANALYSIS_BUFFER has no event.
Types
Class CL_FIP_PL_ANALYSIS_BUFFER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080514
2 Importing IO_PL_PERSISTENCE_HANDLER Call by reference Object reference (TYPE REF TO) CL_FIP_PL_PERSISTENCE_HANDLER Handles connectivity to other "Business Objects" 20080516
3 Importing IS_SP_BASIC Call by reference Type reference (TYPE) FIP_S_SUPLG_PLANT_BASIC Supplying Plant basic data 20080730

Method CONSTRUCTOR on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method ENHANCE_ORDER_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PL_ORDER_LINE Call by reference Type reference (TYPE) FIP_T_PL_ORDER_LINE PL's representation of FIP_S_ORDER_LINE 20080518
2 Importing IT_MAT Call by reference Type reference (TYPE) FIP_T_PL_MATERIAL Table containing all material specific information 20080518
3 Importing IT_ORDER_LINE Call by reference Type reference (TYPE) FIP_T_ORDER_LINE Document Structure 20080518

Method ENHANCE_ORDER_LINE on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method ENHANCE_SALES_PRICE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PL_SALES_PRICE_DATA Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080731
2 Importing IT_MAT Call by reference Type reference (TYPE) FIP_T_PL_MATERIAL Table containing all material specific information 20080731
3 Importing IT_MAT_RCPNT Call by reference Type reference (TYPE) FIP_T_RECIPIENT_BASIC Table of mat recipient information 20080731
4 Importing IT_PL_SALES_PRICE_DATA Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080811

Method ENHANCE_SALES_PRICE_DATA on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_AGG_CPO_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PL_CPO_DATA Call by reference Type reference (TYPE) FIP_T_PL_CPO_LINE Table of order lines and the corresponding names 20080804
2 Exporting EV_CPO_OPEN_ORDER_QTY Call by reference Type reference (TYPE) FIP_DOC_QTY Document Quantity 20080804
3 Exporting EV_CPO_OPEN_ORDER_QTY_UOM Call by reference Type reference (TYPE) FIP_DOC_UOM Document Unit 20080804
4 Exporting EV_CPO_RCPT_ORDER_QTY Call by reference Type reference (TYPE) FIP_DOC_QTY Document Quantity 20080804
5 Exporting EV_CPO_RCPT_ORDER_QTY_UOM Call by reference Type reference (TYPE) FIP_DOC_UOM Document Unit 20080804
6 Importing IS_PL_MAT Call by reference Type reference (TYPE) FIP_S_PL_MATERIAL Structure of the material table of Procurement List 20080804
7 Importing IT_PL_CPO_PO_ORDER_DATA Call by reference Type reference (TYPE) FIP_T_PL_ORDER_LINE Open Order Qty Data 20080804
8 Importing IT_PL_CPO_RCPT_ORDER_DATA Call by reference Type reference (TYPE) FIP_T_PL_ORDER_LINE Table of order lines and the corresponding names 20080804

Method GET_AGG_CPO_INFO on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_AGG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MAT_AGG_DATA Call by reference Type reference (TYPE) FIP_S_MAT_AGG_DATA Aggregated Info on Material-DeliveryDate 20080422
2 Exporting ET_PL_CPO_DATA Call by reference Type reference (TYPE) FIP_T_PL_CPO_LINE Table type of FIP_S_PL_CPO_LINE 20080804
3 Exporting ET_PL_FORECAST_DATA Call by reference Type reference (TYPE) FIP_T_PL_FORECAST Forecast Values 20080515
4 Exporting ET_PL_PO_ORDER_DATA Call by reference Type reference (TYPE) FIP_T_PL_ORDER_LINE Table of Order Lines (STO, SO and PO) 20080516
5 Exporting ET_PL_RCPT_ORDER_DATA Call by reference Type reference (TYPE) FIP_T_PL_ORDER_LINE Table of Order Lines (STO, SO and PO) 20080516
6 Exporting ET_PROMOTION_DATA Call by reference Type reference (TYPE) FIP_T_PROMOTION_ASSIGNMENT Material Promotions in stores or at customers 20080508
7 Exporting ET_RCPT_AVG_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
8 Exporting ET_RCPT_MAX_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
9 Exporting ET_RCPT_MIN_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
10 Exporting ET_SPLT_AVG_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
11 Exporting ET_SPLT_MAX_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
12 Exporting ET_SPLT_MIN_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
13 Exporting EV_FORECAST_DESCRIPTION Call by reference Type reference (TYPE) STRING forecast data description 20080515
14 Importing IS_PL_MAT Call by reference Type reference (TYPE) FIP_S_PL_MATERIAL Material Number 20080518
15 Importing IV_DATFROM_INTERNAL Call by reference Type reference (TYPE) DATS Item delivery date 20080518
16 Importing IV_DATTO_INTERNAL Call by reference Type reference (TYPE) DATS 20080518

Method GET_AGG_DATA on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_AGG_FCST_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PL_FORECAST_DATA Call by reference Type reference (TYPE) FIP_T_PL_FORECAST Forecast Values 20080518
2 Exporting EV_FORECAST_DESCRIPTION Call by reference Type reference (TYPE) STRING 20080518
3 Exporting EV_FORECAST_QTY Call by reference Type reference (TYPE) FIP_DOC_QTY Document Quantity 20080518
4 Exporting EV_FORECAST_QTY_UOM Call by reference Type reference (TYPE) FIP_DOC_UOM Document Unit 20080724
5 Importing IS_PL_MAT Call by reference Type reference (TYPE) FIP_S_PL_MATERIAL Structure of the material table of Procurement List 20080518
6 Importing IV_DATFROM_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080518
7 Importing IV_DATTO_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080518

Method GET_AGG_FCST_INFO on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_AGG_ON_STOCK_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PL_ON_STOCK_DATA Call by reference Type reference (TYPE) FIP_S_PL_STOCK_DATA Current stock of materials for PL 20080529
2 Exporting EV_ON_STOCK_QTY Call by reference Type reference (TYPE) FIP_DOC_QTY Document Quantity 20080529
3 Exporting EV_ON_STOCK_QTY_UOM Call by reference Type reference (TYPE) FIP_DOC_UOM Document Unit 20080724
4 Importing IS_PL_MAT Call by reference Type reference (TYPE) FIP_S_PL_MATERIAL Structure of the material table of Procurement List 20080527

Method GET_AGG_ON_STOCK_INFO on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_AGG_OPEN_ORDER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PL_CPO_PO_ORDER_DATA Call by reference Type reference (TYPE) FIP_T_PL_ORDER_LINE Table of order lines and the corresponding names 20080804
2 Exporting ET_PL_PO_ORDER_DATA Call by reference Type reference (TYPE) FIP_T_PL_ORDER_LINE Open Order Qty Data 20080518
3 Exporting EV_OPEN_ORDER_QTY Call by reference Type reference (TYPE) FIP_DOC_QTY Document Quantity 20080518
4 Exporting EV_OPEN_ORDER_QTY_UOM Call by reference Type reference (TYPE) FIP_DOC_UOM Document Unit 20080724
5 Importing IS_PL_MAT Call by reference Type reference (TYPE) FIP_S_PL_MATERIAL Structure of the material table of Procurement List 20080518
6 Importing IV_DATFROM_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080518
7 Importing IV_DATTO_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080518

Method GET_AGG_OPEN_ORDER_INFO on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_AGG_PROM_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROMOTION_DATA Call by reference Type reference (TYPE) FIP_T_PROMOTION_ASSIGNMENT Material Promotions in stores or at customers 20080518
2 Exporting EV_AGG_PROMOTION Call by reference Type reference (TYPE) STRING Aggerated display of promotion data 20080518
3 Exporting EV_PROMOTION_NUM Call by reference Type reference (TYPE) I number of promotion 20080518
4 Importing IS_PL_MAT Call by reference Type reference (TYPE) FIP_S_PL_MATERIAL Structure of the material table of Procurement List 20080518
5 Importing IV_DATFROM_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080518
6 Importing IV_DATTO_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080518

Method GET_AGG_PROM_INFO on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_AGG_RCPT_ORDER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PL_CPO_RCPT_ORDER_DATA Call by reference Type reference (TYPE) FIP_T_PL_ORDER_LINE Table of order lines and the corresponding names 20080804
2 Exporting ET_PL_RCPT_ORDER_DATA Call by reference Type reference (TYPE) FIP_T_PL_ORDER_LINE Rcpt Order Qty data 20080518
3 Exporting EV_RCPT_ORDER_QTY Call by reference Type reference (TYPE) FIP_DOC_QTY Document Quantity 20080508
4 Exporting EV_RCPT_ORDER_QTY_UOM Call by reference Type reference (TYPE) FIP_DOC_UOM Document Unit 20080724
5 Importing IS_PL_MAT Call by reference Type reference (TYPE) FIP_S_PL_MATERIAL Material Number 20080518
6 Importing IV_DATFROM_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080518
7 Importing IV_DATTO_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080518

Method GET_AGG_RCPT_ORDER_INFO on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_AGG_SALES_PRICE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SALES_PRICE_DATA Call by reference Type reference (TYPE) FIP_S_MATERIAL_SALES_PRICE Material Sales Prices min, avg and max for PL/DL 20080623
2 Exporting ET_PL_RECIPIENT_PRICES Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE Recipient Sales Prices for PL/DL 20080807
3 Exporting ET_RCPT_AVG_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
4 Exporting ET_RCPT_MAX_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
5 Exporting ET_RCPT_MIN_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
6 Exporting ET_RECIPIENT_PRICES Call by reference Type reference (TYPE) FIP_T_RECIPIENT_SALES_PRICE Recipient Sales Prices for PL/DL 20080807
7 Exporting ET_SPLT_AVG_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
8 Exporting ET_SPLT_MAX_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
9 Exporting ET_SPLT_MIN_MAT_PRICE Call by reference Type reference (TYPE) FIP_T_PL_RECIPIENT_SALES_PRICE SALES_PRICE_TABLE 20080728
10 Importing IS_PL_MAT Call by reference Type reference (TYPE) FIP_S_PL_MATERIAL Structure of the material table of Procurement List 20080623
11 Importing IV_DATFROM_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080623
12 Importing IV_DATTO_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080623

Method GET_AGG_SALES_PRICE_INFO on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_BUFFERED_DATTO_CURR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATTO_BUFF_CURR Value transfer Type reference (TYPE) DATS Field of type DATS 20080518

Method GET_BUFFERED_DATTO_CURR on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_GEN_RAW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PL_FORECAST_DATA Call by reference Type reference (TYPE) FIP_T_PL_FORECAST Forecast Values 20080721
2 Exporting ET_PL_STOCK_DATA Call by reference Type reference (TYPE) FIP_T_PL_STOCK_DATA 20080721
3 Exporting ET_PROMOTION_DATA Call by reference Type reference (TYPE) FIP_T_PROMOTION_ASSIGNMENT Material Promotions in stores or at customers 20080721
4 Exporting EV_FORECAST_DESCRIPTION Call by reference Type reference (TYPE) STRING 20080721
5 Importing IT_MAT Call by reference Type reference (TYPE) FIP_T_PL_MATERIAL All information for Material 20080721
6 Importing IV_DATFROM_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080721
7 Importing IV_DATTO_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080721

Method GET_GEN_RAW_DATA on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_OPEN_ORDER_BY_MAT_VENDOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OPEN_ORDER_QTY Call by reference Type reference (TYPE) FIP_DOC_QTY Document Quantity 20080520
2 Exporting EV_OPEN_ORDER_QTY_UOM Call by reference Type reference (TYPE) FIP_DOC_UOM Document Unit 20080520
3 Importing IS_PL_MAT Call by reference Type reference (TYPE) FIP_S_PL_MATERIAL Structure of the material table of Procurement List 20080520
4 Importing IV_DATFROM_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080520
5 Importing IV_DATTO_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080520
6 Importing IV_VENDOR_ID Call by reference Type reference (TYPE) LIFNR Account Number of Vendor or Creditor 20080520

Method GET_OPEN_ORDER_BY_MAT_VENDOR on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_ORDER_RAW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MAT_RCPT_PDT Call by reference Type reference (TYPE) FIP_T_MATERIAL_RCPT_PDT Table Material Rcpt Relationships for Order Lines retrieval 20080721
2 Exporting ET_PO_ORDER_DATA Call by reference Type reference (TYPE) FIP_T_PL_ORDER_LINE Table of order lines and the corresponding names 20080721
3 Exporting ET_RCPT_ORDER_DATA Call by reference Type reference (TYPE) FIP_T_PL_ORDER_LINE Table of order lines and the corresponding names 20080721
4 Importing IT_MAT Call by reference Type reference (TYPE) FIP_T_PL_MATERIAL Table containing all material specific information 20080721
5 Importing IT_MAT_RCPNT Call by reference Type reference (TYPE) FIP_T_PL_MAT_RCPNT Table of mat recipient information 20080721
6 Importing IV_DATFROM_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080721
7 Importing IV_DATTO_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080721

Method GET_ORDER_RAW_DATA on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_RANGE_OF_COVERAGE_BY_MAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RANGE_OF_COVERAGE Call by reference Type reference (TYPE) I Range of coverage in days 20080521
2 Importing IS_PL_MAT Call by reference Type reference (TYPE) FIP_S_PL_MATERIAL Structure of the material table of Procurement List 20080521
3 Importing IV_DATFROM_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080521
4 Importing IV_DATTO_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080521

Method GET_RANGE_OF_COVERAGE_BY_MAT on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_RCPT_MAT_PDT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PLIFZ Call by reference Type reference (TYPE) PLIFZ Planned delivery time in days 20080811
2 Importing IV_EKORG Call by reference Type reference (TYPE) EKORG Purchasing organization 20080811
3 Importing IV_MATNR Call by reference Type reference (TYPE) MATNR Material Number 20080811
4 Importing IV_RECIPIENT_ID Call by reference Type reference (TYPE) FIP_RECIPIENT_NUM FIP Recipient Number 20080811

Method GET_RCPT_MAT_PDT on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method GET_SALES_PRICE_RAW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SALES_PRICES Call by reference Type reference (TYPE) FIP_T_SALES_PRICE Table type fo fip_s_pl_sales_price 20080807
2 Importing IT_MAT Call by reference Type reference (TYPE) FIP_T_PL_MATERIAL Table containing all material specific information 20080721
3 Importing IT_MAT_RCPNT Call by reference Type reference (TYPE) FIP_T_PL_MAT_RCPNT Table of mat recipient information 20080721
4 Importing IV_DATFROM_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080721
5 Importing IV_DATTO_INTERNAL Call by reference Type reference (TYPE) DATS Field of type DATS 20080721

Method GET_SALES_PRICE_RAW_DATA on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method REFRESH_DATA Signature

Method REFRESH_DATA on class CL_FIP_PL_ANALYSIS_BUFFER has no parameter.
Method REFRESH_DATA on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method SORT_RAW_DATA_TABLES Signature

Method SORT_RAW_DATA_TABLES on class CL_FIP_PL_ANALYSIS_BUFFER has no parameter.
Method SORT_RAW_DATA_TABLES on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method UPDATE_NUM_OF_RCPT_PER_MAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MAT_RCPNT Call by reference Type reference (TYPE) FIP_T_PL_MAT_RCPNT Table of mat recipient information 20080721

Method UPDATE_NUM_OF_RCPT_PER_MAT on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.

Method UPDATE_RAW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MAT Call by reference Type reference (TYPE) FIP_T_PL_MATERIAL Table of material numbers 20080518
2 Importing IT_MAT_RCPNT Call by reference Type reference (TYPE) FIP_T_PL_MAT_RCPNT Table of recipients for the material 20080518
3 Importing IV_DATTO_INTERNAL_N Call by reference Type reference (TYPE) DATS new date to 20080518
4 Importing IV_USE_DATFROM_BUFF Call by reference Type reference (TYPE) ABAP_BOOL use buff default date from 20080518

Method UPDATE_RAW_DATA on class CL_FIP_PL_ANALYSIS_BUFFER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 604