SAP ABAP Class CL_FIP_SETTINGS_PERSIST (Persistance class for Settings)
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_SETTINGS_PERSIST  
Short Description Persistance class for Settings    
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 20080626   SAP 
Last change 20100310   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 CL_FIP_SETTINGS_PERSIST has no interface implemented.
Friends
Class CL_FIP_SETTINGS_PERSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_ME Static Attribute Protected Object reference (TYPE REF TO) CL_FIP_SETTINGS_PERSIST Persistance class for Settings 20080626
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080626
2 CLEAN_STAT_PER_TABLE Static method Public Method Clean up the periods that are no long in use 20100205
3 GET_INSTANCE Static method Public Method Returns instance of class 20080626
4 GET_MATERIALS_FOR_RECIPIENT Instance method Public Method Returns materials for recipient 20080626
5 GET_MATERIALS_FOR_SP Instance method Public Method Returns materials for supplying plants 20080626
6 GET_MATERIALS_FOR_SP_BUYERS Instance method Public Method Get all Materials for one supplying plant, many buyers 20080626
7 GET_MATERIALS_FOR_SUPPLIER Instance method Public Method Returns materials for supplier 20080626
8 GET_MATERIALS_SP_VENDOR Instance method Public Method 20080626
9 GET_RECIPIENTS_FOR_MATERIAL Instance method Public Method Returns recipients for given material 20080626
10 GET_RECIPIENTS_FOR_SP Instance method Public Method Returns recipients for given supply plant 20080626
11 GET_RECIPIENTS_FOR_SP_BUYERS Instance method Public Method 20080626
12 GET_RECIPIENTS_FOR_SP_MATERIAL Instance method Public Method 20080626
13 GET_RECIPIENTS_SP_MAT Instance method Public Method 20080626
14 GET_RECPTS_FOR_MAT_BUYERS Instance method Public Method 20080626
15 GET_SP_FOR_MATERIAL Instance method Public Method Returns supply plants for given material 20080626
16 GET_SP_FOR_RECIPIENT Instance method Public Method Returns supply plants for given recipient 20080626
17 GET_SP_FOR_SUPPLIER Instance method Public Method Returns supply plants for given supplier 20080626
18 GET_SP_MAT_MANY_BUYERS Instance method Public Method 20080626
19 GET_STATISTICAL_DATA Instance method Public Method Retrieve the statistical data 20080626
20 GET_STATISTICAL_PERIODS Instance method Public Method Retrieve the Statistical Periods 20080626
21 GET_STATISTICAL_TYPES Instance method Public Method Returns the Statistical types 20080626
22 GET_SUPLG_PLANT_DETAILS Instance method Public Method Retrieve the Supply Plant details 20080626
23 GET_VENDORS_FOR_MATERIAL Instance method Public Method Returns vendors for given material 20080626
24 GET_VENDORS_FOR_SP Instance method Public Method Returns vendors for supplying plant 20080626
25 GET_VENDORS_FOR_SP_BUYERS Instance method Public Method Get Vendors for one supplying plant, many vendors 20080626
26 GET_VENDOR_SP_DATA_MULT_BUYERS Instance method Public Method Retrieve the vendor-sp data for many buyers 20080626
27 REMOVE_MATERIAL_DATA Instance method Public Method Remove all instances of materials from FIP tables 20080626
28 REMOVE_PERIODS Instance method Private Method Remove Periods from Statistical tables 20080626
29 REMOVE_RECIPIENT_DATA Instance method Public Method Remove all instances of recipients from FIP tables 20080626
30 REMOVE_SUPLG_PLANT_DATA Instance method Public Method Remove all instances of supplying plants from FIP tables 20080626
31 REMOVE_VENDOR_DATA Instance method Public Method Remove all instances of vendors from FIP tables 20080626
32 RETRIEVE_EXISTING_PERIOD Instance method Private Method Check if the period already exists 20080626
33 SAVE_MATERIAL_DATA Instance method Public Method Save Material Settings FIP Data 20080626
34 SAVE_RECIPIENT_DATA Instance method Public Method Save Recipient Settings FIP Data 20080626
35 SAVE_RECIPIENT_QUOTA_DATA Instance method Public Method Save the Recipient Quota Data 20080626
36 SAVE_STATISTICAL_DATA Instance method Public Method Save the Statistical Data for Material/Supply Plant 20080626
37 SAVE_SUPPLY_PLANT_DATA Instance method Public Method Save Supply Plant Settings FIP Data 20080626
38 SAVE_VENDOR_DATA Instance method Public Method Save Vendor Settings FIP Data 20080626
Events
Class CL_FIP_SETTINGS_PERSIST has no event.
Types
Class CL_FIP_SETTINGS_PERSIST has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FIP_SETTINGS_PERSIST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FIP_SETTINGS_PERSIST has no exception.

Method CLEAN_STAT_PER_TABLE Signature

Method CLEAN_STAT_PER_TABLE on class CL_FIP_SETTINGS_PERSIST has no parameter.
Method CLEAN_STAT_PER_TABLE on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_FIP_SETTINGS_PERSIST Persistance class for Settings 20080626

Method GET_INSTANCE on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_MATERIALS_FOR_RECIPIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RECIPIENT Call by reference Type reference (TYPE) FIP_S_RECIPIENT Structure with recipient number 20080626
2 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
3 Returning RRT_MATERIALS Value transfer Object reference (TYPE REF TO) FIP_T_MATERIAL All information for Material 20080626

Method GET_MATERIALS_FOR_RECIPIENT on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_MATERIALS_FOR_SP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SP_NUMBER Call by reference Type reference (TYPE) FIP_S_SP Table of WERKS 20080626
2 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
3 Returning RRT_MATERIALS Value transfer Object reference (TYPE REF TO) FIP_T_MATERIAL All information for Material 20080626

Method GET_MATERIALS_FOR_SP on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_MATERIALS_FOR_SP_BUYERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SP_NUMBER Call by reference Type reference (TYPE) WERKS_D Plant 20080626
2 Importing IT_BUYER_MATNR Call by reference Type reference (TYPE) FIP_T_BUYER_MATERIAL Table of buyer materials 20080626
3 Importing IV_ONLY_ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080626
4 Returning RT_ALL_MATERIALS Value transfer Object reference (TYPE REF TO) FIP_T_MATERIAL All information for Material 20080626

Method GET_MATERIALS_FOR_SP_BUYERS on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_MATERIALS_FOR_SUPPLIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SUPPLIER_ID Call by reference Type reference (TYPE) FIP_S_VENDOR Structure with vendor number 20080626
2 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
3 Returning RRT_MATERIALS Value transfer Object reference (TYPE REF TO) FIP_T_MATERIAL All information for Material 20080626

Method GET_MATERIALS_FOR_SUPPLIER on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_MATERIALS_SP_VENDOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MATERIAL_SP Call by reference Type reference (TYPE) FIP_T_MATERIAL All information for Material 20080626
2 Exporting ET_MAT_SP_VENDOR Call by reference Type reference (TYPE) FIP_T_MATERIAL All information for Material 20080626
3 Importing IT_LIFNR_UNAME Call by reference Type reference (TYPE) FIP_T_BUYER_VENDOR Table of Vendor-Buyer Ids 20080626
4 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant 20080626

Method GET_MATERIALS_SP_VENDOR on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_RECIPIENTS_FOR_MATERIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
2 Importing IV_MAT_NUMBER Call by reference Type reference (TYPE) MATNR Material Number 20080626
3 Returning RRT_RECIPIENT Value transfer Object reference (TYPE REF TO) FIP_T_RECIPIENT_ALL_INFO Recipient information 20080626

Method GET_RECIPIENTS_FOR_MATERIAL on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_RECIPIENTS_FOR_SP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SP_NUMBER Call by reference Type reference (TYPE) FIP_S_SP FIP -- Supply Plant 20080626
2 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
3 Returning RT_RECIPIENTS Value transfer Object reference (TYPE REF TO) FIP_T_RECIPIENT_ALL_INFO Recipient information 20080626

Method GET_RECIPIENTS_FOR_SP on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_RECIPIENTS_FOR_SP_BUYERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RECIPIENT_SP Call by reference Type reference (TYPE) FIP_T_RECIPIENT_ACTIVE Recipient information 20080626
2 Importing IT_MATNR_UNAME Call by reference Type reference (TYPE) FIP_T_BUYER_MATERIAL Table of buyer materials 20080626
3 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant 20080626

Method GET_RECIPIENTS_FOR_SP_BUYERS on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_RECIPIENTS_FOR_SP_MATERIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RECIPIENTS Call by reference Type reference (TYPE) FIP_T_RCPT_QUOTA_DATA Table of Recipients with Quotas 20080626
2 Importing IV_MATNR Call by reference Type reference (TYPE) MATNR Material Number 20080626
3 Importing IV_UNAME Call by reference Type reference (TYPE) UNAME User Name 20080626
4 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant Table for National (Centrally Agreed) Contracts 20080626

Method GET_RECIPIENTS_FOR_SP_MATERIAL on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_RECIPIENTS_SP_MAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RECIPIENTS Call by reference Type reference (TYPE) FIP_T_RECIPIENT_ALL_INFO Recipient information 20080626
2 Importing IT_MATNR_UNAME Call by reference Type reference (TYPE) FIP_T_BUYER_MATERIAL Table of buyer materials 20080626
3 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant 20080626

Method GET_RECIPIENTS_SP_MAT on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_RECPTS_FOR_MAT_BUYERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RECIPIENT_MAT Call by reference Type reference (TYPE) FIP_T_RECIPIENT_ACTIVE table of recipients containing if active 20080626
2 Importing IT_MATNR_UNAME Call by reference Type reference (TYPE) FIP_T_BUYER_MATERIAL Table of buyer materials 20080626
3 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant 20080626

Method GET_RECPTS_FOR_MAT_BUYERS on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_SP_FOR_MATERIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
2 Importing IV_MAT_NUMBER Call by reference Type reference (TYPE) MATNR Material Number 20080626
3 Returning RRT_SP Value transfer Object reference (TYPE REF TO) FIP_T_SUPLG_PLANT_ALL_INFO All information for Supplying Plants 20080626

Method GET_SP_FOR_MATERIAL on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_SP_FOR_RECIPIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RECIPIENT Call by reference Type reference (TYPE) FIP_S_RECIPIENT FIP Recipient Number 20080626
2 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
3 Returning RRT_SP Value transfer Object reference (TYPE REF TO) FIP_T_SUPLG_PLANT_ALL_INFO All information for Supplying Plants 20080626

Method GET_SP_FOR_RECIPIENT on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_SP_FOR_SUPPLIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
2 Importing IV_SUPPLIER_ID Call by reference Type reference (TYPE) LIFNR Account Number of Vendor or Creditor 20080626
3 Returning RRT_SP Value transfer Object reference (TYPE REF TO) FIP_T_SUPLG_PLANT_ALL_INFO All information for Supplying Plants 20080626

Method GET_SP_FOR_SUPPLIER on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_SP_MAT_MANY_BUYERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MATERIAL_SP Call by reference Type reference (TYPE) FIP_T_RECIPIENT_ACTIVE table of recipients containing if active 20080626
2 Importing IT_MATNR_UNAME Call by reference Type reference (TYPE) FIP_T_BUYER_MATERIAL Table of buyer materials 20080626
3 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant 20080626

Method GET_SP_MAT_MANY_BUYERS on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_STATISTICAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STAT_DATA Call by reference Type reference (TYPE) FIP_T_MAT_STYPE Table of Material - Supplying Plant statistical data 20080626
2 Importing IT_BUYERS Call by reference Type reference (TYPE) FIP_T_UNAME_RANGE Table of buyers 20080626
3 Importing IT_MATERIALS Call by reference Type reference (TYPE) FIP_T_MATNR_RANGE Table of material numbers 20080626
4 Importing IT_PLANTS Call by reference Type reference (TYPE) FIP_T_WERKS_RANGE Table of supplying plants 20080626

Method GET_STATISTICAL_DATA on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_STATISTICAL_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STAT_DATA Call by reference Type reference (TYPE) FIP_T_MAT_STYPE Table of Material - Supplying Plant statistical data 20080626
2 Importing IT_BUYERS Call by reference Type reference (TYPE) FIP_T_UNAME_RANGE Table of buyers 20080626
3 Importing IT_MATERIALS Call by reference Type reference (TYPE) FIP_T_MATNR_RANGE Table of material numbers 20080626
4 Importing IT_PLANTS Call by reference Type reference (TYPE) FIP_T_WERKS_RANGE Table of supplying plants 20080626
5 Importing IV_ONLY_ACTIVE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080626

Method GET_STATISTICAL_PERIODS on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_STATISTICAL_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STAT_TYPES Call by reference Type reference (TYPE) FIP_T_STAT_TYPES Table of Statistical Data Types 20080626

Method GET_STATISTICAL_TYPES on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_SUPLG_PLANT_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
2 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant Table for National (Centrally Agreed) Contracts 20080626
3 Returning RS_SUPLG_PLANT Value transfer Type reference (TYPE) FIP_S_SUPLG_PLANT_DETAILS Supplying Plant Settings (Detailed Data) 20080626

Method GET_SUPLG_PLANT_DETAILS on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_VENDORS_FOR_MATERIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
2 Importing IV_MAT_NUMBER Call by reference Type reference (TYPE) MATNR Material Number 20080626
3 Returning RRT_VENDORS Value transfer Object reference (TYPE REF TO) FIP_T_VENDOR_ALL_INFO All information for Vendor 20080626

Method GET_VENDORS_FOR_MATERIAL on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_VENDORS_FOR_SP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SP_NUMBER Call by reference Type reference (TYPE) FIP_S_SP FIP -- Supply Plant 20080626
2 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
3 Returning RRT_VENDORS Value transfer Object reference (TYPE REF TO) FIP_T_VENDOR_ALL_INFO All information for Vendor 20080626

Method GET_VENDORS_FOR_SP on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_VENDORS_FOR_SP_BUYERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VENDOR_SPLT Call by reference Type reference (TYPE) FIP_T_VENDOR_ALL_INFO All information for Vendor 20080626
2 Exporting ET_VEND_SPLT_MATERIAL Call by reference Type reference (TYPE) FIP_T_VENDOR_ALL_INFO All information for Vendor 20080626
3 Importing IT_MATNR_UNAME Call by reference Type reference (TYPE) FIP_T_BUYER_MATERIAL Table of buyer materials 20080626
4 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant 20080626

Method GET_VENDORS_FOR_SP_BUYERS on class CL_FIP_SETTINGS_PERSIST has no exception.

Method GET_VENDOR_SP_DATA_MULT_BUYERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VEND_SPLT Call by reference Type reference (TYPE) FIP_T_VENDOR_ALL_INFO All information for Vendor 20080626
2 Importing IT_LIFNR_UNAME Call by reference Type reference (TYPE) FIP_T_BUYER_VENDOR Table of Vendor-Buyer Ids 20080626
3 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant 20080626

Method GET_VENDOR_SP_DATA_MULT_BUYERS on class CL_FIP_SETTINGS_PERSIST has no exception.

Method REMOVE_MATERIAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MATERIALS Call by reference Type reference (TYPE) FIP_T_MAT Table of materials with material groups and descriptions 20080626
2 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626

Method REMOVE_MATERIAL_DATA on class CL_FIP_SETTINGS_PERSIST has no exception.

Method REMOVE_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TYPE_ID Call by reference Type reference (TYPE) FIP_GUID Statistical Types for Material - Supplying Plant relation 20080626
2 Importing IT_PERIODS Call by reference Type reference (TYPE) FIP_T_STAT_PERIODS Table of Statistical Period Data 20080626

Method REMOVE_PERIODS on class CL_FIP_SETTINGS_PERSIST has no exception.

Method REMOVE_RECIPIENT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) FIP_T_RECIPIENT Table of FIP recipients 20080626
2 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626

Method REMOVE_RECIPIENT_DATA on class CL_FIP_SETTINGS_PERSIST has no exception.

Method REMOVE_SUPLG_PLANT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SUPLG_PLANTS Call by reference Type reference (TYPE) FIP_T_SP Table of supplying plants 20080626
2 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626

Method REMOVE_SUPLG_PLANT_DATA on class CL_FIP_SETTINGS_PERSIST has no exception.

Method REMOVE_VENDOR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VENDORS Call by reference Type reference (TYPE) FIP_T_VENDOR Table of vendors 20080626
2 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626

Method REMOVE_VENDOR_DATA on class CL_FIP_SETTINGS_PERSIST has no exception.

Method RETRIEVE_EXISTING_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PERIOD_ID Call by reference Type reference (TYPE) FIP_GUID Unique ID 20080626
2 Importing IS_PERIOD Call by reference Type reference (TYPE) FIP_S_STAT_PERIODS Period Data for Statistical Information 20080626

Method RETRIEVE_EXISTING_PERIOD on class CL_FIP_SETTINGS_PERSIST has no exception.

Method SAVE_MATERIAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) FIP_T_RECIPIENT_ALL_INFO Recipient information 20080626
2 Importing IT_SP Call by reference Type reference (TYPE) FIP_T_SUPLG_PLANT_ALL_INFO All information for Supplying Plants 20080626
3 Importing IT_SUPPLIERS Call by reference Type reference (TYPE) FIP_T_VENDOR_ALL_INFO All information for Vendor 20080626
4 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
5 Importing IV_MATNR Call by reference Type reference (TYPE) MATNR Material Number 20080626

Method SAVE_MATERIAL_DATA on class CL_FIP_SETTINGS_PERSIST has no exception.

Method SAVE_RECIPIENT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RECIPIENT Call by reference Type reference (TYPE) FIP_S_RECIPIENT FIP Recipient Name 20080626
2 Importing IT_MATERIALS Call by reference Type reference (TYPE) FIP_T_MATERIAL All information for Material 20080626
3 Importing IT_SP Call by reference Type reference (TYPE) FIP_T_SUPLG_PLANT_ALL_INFO All information for Supplying Plants 20080626
4 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626

Method SAVE_RECIPIENT_DATA on class CL_FIP_SETTINGS_PERSIST has no exception.

Method SAVE_RECIPIENT_QUOTA_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_LOGGER Call by reference Object reference (TYPE REF TO) CL_FIP_MESSAGE_LOGGER Class for FIP message logging/handling 20080626
2 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) FIP_T_RCPT_QUOTA_DATA_SAVE Table of Recipients with Quotas 20080626

Method SAVE_RECIPIENT_QUOTA_DATA on class CL_FIP_SETTINGS_PERSIST has no exception.

Method SAVE_STATISTICAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_STAT_DATA Call by reference Type reference (TYPE) FIP_T_MAT_STYPE All information for Material 20080626

Method SAVE_STATISTICAL_DATA on class CL_FIP_SETTINGS_PERSIST has no exception.

Method SAVE_SUPPLY_PLANT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SUPLG_DETAILS Call by reference Type reference (TYPE) FIP_S_SUPLG_PLANT_DETAILS Supplying Plant Settings (Detailed Data) 20080626
2 Importing IT_MATERIALS Call by reference Type reference (TYPE) FIP_T_MATERIAL All information for Material 20080626
3 Importing IT_RECIPIENTS Call by reference Type reference (TYPE) FIP_T_RECIPIENT_ALL_INFO Recipient information 20080626
4 Importing IT_SUPPLIERS Call by reference Type reference (TYPE) FIP_T_VENDOR_ALL_INFO All information for Vendor 20080626
5 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
6 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant 20080626

Method SAVE_SUPPLY_PLANT_DATA on class CL_FIP_SETTINGS_PERSIST has no exception.

Method SAVE_VENDOR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MATERIALS Call by reference Type reference (TYPE) FIP_T_MATERIAL All information for Material 20080626
2 Importing IT_SP Call by reference Type reference (TYPE) FIP_T_SUPLG_PLANT_ALL_INFO All information for Supplying Plants 20080626
3 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080626
4 Importing IV_LIFNR Call by reference Type reference (TYPE) LIFNR Account Number of Vendor or Creditor 20080626

Method SAVE_VENDOR_DATA on class CL_FIP_SETTINGS_PERSIST has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 604