SAP ABAP Class CL_FIP_SETTINGS_HANDLER (Settings handler for FIP)
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_HANDLER  
Short Description Settings handler for FIP    
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 20080131   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_HANDLER has no interface implemented.
Friends
Class CL_FIP_SETTINGS_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_BAL_CUSTOMER Static Attribute Private Object reference (TYPE REF TO) FIP_BADI_CUSTOMER_BAL BAdI for accessing BO customer 20080402
2 GO_BAL_MATERIAL Static Attribute Private Object reference (TYPE REF TO) FIP_BADI_MATERIAL_BAL BAdI impl. class using ent. services to access backend 20080201
3 GO_BAL_PURCHASE_ORDER Static Attribute Private Object reference (TYPE REF TO) FIP_BADI_PURCHASE_ORDER_BAL 20080429
4 GO_BAL_RECEIVING_PLNT Static Attribute Private Object reference (TYPE REF TO) FIP_BADI_RECEIVING_PLNT_BAL 20080414
5 GO_BAL_REPLACEM_MAT Static Attribute Private Object reference (TYPE REF TO) FIP_BADI_REPLACEMNT_MAT_BAL 20080820
6 GO_BAL_STORE Static Attribute Private Object reference (TYPE REF TO) FIP_BADI_STORE_BAL BAdI for accessing BO store 20080402
7 GO_BAL_SUPPLIER Static Attribute Private Object reference (TYPE REF TO) FIP_BADI_SUPPLIER_BAL 20080303
8 GO_BAL_SUPPLYING_PLNT Static Attribute Private Object reference (TYPE REF TO) FIP_BADI_SUPPLYING_PLNT_BAL 20080404
9 GO_CONST Static Attribute Private Object reference (TYPE REF TO) CL_FIP_CONST Constants 20080201
10 GO_DELIV_REL_DET_BAL Static Attribute Private Object reference (TYPE REF TO) FIP_BADI_DELIV_REL_DET_BAL 20080812
11 GO_EXCEPTION_RAISER Static Attribute Private Object reference (TYPE REF TO) CL_FIP_EXCEPTION_RAISER Services for raising exceptions 20080201
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080201
2 GET_MATERIALS_BY_ELEMENTS Instance method Public Method Returns materials for vendor, recipient or supplying plant 20080313
3 GET_MATERIAL_DETAILS Instance method Public Method Returns material details 20080131
4 GET_PO_TYPES Instance method Public Method Returns the Purchase Order Types for Value Help 20080429
5 GET_RECIPIENTS_BY_ELEMENTS Instance method Public Method Returns recipients for a given material number 20080331
6 GET_RECIPIENT_DETAILS Instance method Public Method Returns details of a recipient 20080402
7 GET_REPLACEMENT_MATERIAL Instance method Public Method Returns replacement paterials 20080820
8 GET_SP_BY_ELEMENTS Instance method Public Method Returns supply plants for a given material number 20080404
9 GET_SP_BY_RECIPIENTS Instance method Public Method 20080812
10 GET_SP_DETAILS Instance method Public Method Returns details of sp 20080327
11 GET_VENDORS_BY_ELEMENTS Instance method Public Method Returns vendors for a given material number 20080317
12 GET_VENDOR_DETAILS Instance method Public Method Returns vendor details 20080222
Events
Class CL_FIP_SETTINGS_HANDLER has no event.
Types
Class CL_FIP_SETTINGS_HANDLER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method GET_MATERIALS_BY_ELEMENTS 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 20080313
2 Exporting ET_MATERIALS Call by reference Type reference (TYPE) FIP_T_MATERIAL All information for Material 20080313
3 Exporting EV_MORE_ELEMENTS_AVAILABLE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080313
4 Exporting EV_RETURNED_QUERY_HITS_NUMBER Call by reference Type reference (TYPE) I 20080313
5 Importing IT_MATERIAL_ID Call by reference Type reference (TYPE) FIP_T_MAT Table of material numbers 20080429
6 Importing IT_RECIPIENT_ID Call by reference Type reference (TYPE) FIP_T_RECIPIENT Table of recipient numbers 20080313
7 Importing IT_SUPPLIER_ID Call by reference Type reference (TYPE) FIP_T_VENDOR Table of vendor numbers 20080313
8 Importing IT_SUPPLY_PLANT_ID Call by reference Type reference (TYPE) FIP_T_SP Table of WERKS 20080313
9 Importing IT_WERKS_EKORG Call by reference Type reference (TYPE) FIP_T_WERKS_EKORG Table of plant and purchasing organization 20080514
10 Importing IV_QUERY_HITS_MAXIMUM_NUMBER Call by reference Type reference (TYPE) I 20080313
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080313

Method GET_MATERIAL_DETAILS 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 20080212
2 Exporting ERT_MATERIAL Value transfer Object reference (TYPE REF TO) FIP_T_MATERIAL Material Information 20080422
3 Importing IT_MATNR Call by reference Type reference (TYPE) FIP_T_MATERIAL_BASIC Material Number 20080422
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080201

Method GET_PO_TYPES 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 20080429
2 Exporting ET_PO_TYPES Call by reference Type reference (TYPE) FIP_T_BAL_PO_TYPE Table of PO Types 20080429
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080508

Method GET_RECIPIENTS_BY_ELEMENTS 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 20080331
2 Exporting ET_RECIPIENTS Call by reference Type reference (TYPE) FIP_T_RECIPIENT_ALL_INFO Recipient information 20080331
3 Exporting EV_MORE_ELEMENTS_AVAILABLE Call by reference Type reference (TYPE) ABAP_BOOL 20080402
4 Exporting EV_RETURNED_QUERY_HITS_NUMBER Call by reference Type reference (TYPE) I 20080402
5 Importing IT_MAT_ID Call by reference Type reference (TYPE) FIP_T_BAL_MATERIAL_ID Material Number 20080331
6 Importing IT_RECIPIENTS_FROM_AOR Call by reference Type reference (TYPE) FIP_T_RECIPIENT_BASIC Table of FIP recipients 20080414
7 Importing IT_SP_ID Call by reference Type reference (TYPE) FIP_T_SP FIP -- Supply Plant Table Type 20080331
8 Importing IT_WERKS_EKORG Call by reference Type reference (TYPE) FIP_T_WERKS_EKORG Vorschlagswerte bei Anlage von Debitoren aus Workbench 20080515
9 Importing IV_QUERY_HITS_MAXIMUM_NUMBER Call by reference Type reference (TYPE) I 20080402
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080402

Method GET_RECIPIENT_DETAILS 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 20080402
2 Exporting ET_RECIPIENT Call by reference Type reference (TYPE) FIP_T_RECIPIENT_ALL_INFO Recipient information 20080424
3 Importing IT_RECIPIENT_IDS Call by reference Type reference (TYPE) FIP_T_RECIPIENT Structure with recipient 20080424
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080402

Method GET_REPLACEMENT_MATERIAL 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 20080820
2 Exporting ET_FOLUP_MATERIALS Call by reference Type reference (TYPE) FIP_T_REPLACEMENT_MATERIAL Retail Replacement Material 20080820
3 Importing IV_DATE_FROM Call by reference Type reference (TYPE) DATS Field of type DATS 20080820
4 Importing IV_DATE_TO Call by reference Type reference (TYPE) DATS Field of type DATS 20080820
5 Importing IV_MATNR Call by reference Type reference (TYPE) MATNR Material Number 20080820

Method GET_REPLACEMENT_MATERIAL on class CL_FIP_SETTINGS_HANDLER has no exception.

Method GET_SP_BY_ELEMENTS 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 20080404
2 Exporting ET_SP Call by reference Type reference (TYPE) FIP_T_SUPLG_PLANT_ALL_INFO All information for supply plants 20080404
3 Exporting EV_MORE_ELEMENTS_AVAILABLE Call by reference Type reference (TYPE) ABAP_BOOL 20080404
4 Exporting EV_RETURNED_QUERY_HITS_NUMBER Call by reference Type reference (TYPE) I 20080404
5 Importing IT_MATERIALS_ID Call by reference Type reference (TYPE) FIP_T_BAL_MATERIAL_ID Table of material IDs 20080404
6 Importing IT_RECIPIENTS_ID Call by reference Type reference (TYPE) FIP_T_RECIPIENT Table of recipient numbers 20080404
7 Importing IT_SP_FROM_AOR Call by reference Type reference (TYPE) FIP_T_SUPLG_PLANT_BASIC 20080414
8 Importing IT_SUPPLIERS_ID Call by reference Type reference (TYPE) FIP_T_VENDOR Table of vendor numbers 20080404
9 Importing IT_WERKS_EKORG Call by reference Type reference (TYPE) FIP_T_WERKS_EKORG Purchasing organization 20080514
10 Importing IV_QUERY_HITS_MAXIMUM_NUMBER Call by reference Type reference (TYPE) I 20080404
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080404

Method GET_SP_BY_RECIPIENTS 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 20080812
2 Exporting ET_DRD Call by reference Type reference (TYPE) FIP_T_DRD All information for Supplying Plants 20080812
3 Importing IT_MATERIALS Call by reference Type reference (TYPE) FIP_T_MATERIAL_BASIC Table of materials with material groups and descriptions 20080812
4 Importing IT_REC_ID Call by reference Type reference (TYPE) FIP_T_RECIPIENT Table of recipient numbers 20080812
5 Importing IT_RESWK Call by reference Type reference (TYPE) FIP_T_SP Table of WERKS 20080812

Method GET_SP_BY_RECIPIENTS on class CL_FIP_SETTINGS_HANDLER has no exception.

Method GET_SP_DETAILS 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 20080327
2 Exporting ET_SP Call by reference Type reference (TYPE) FIP_T_SUPLG_PLANT_ALL_INFO Supplying Plant Information 20080504
3 Importing IT_SP_NUMBER Call by reference Type reference (TYPE) FIP_T_SUPLG_PLANT_BASIC Basic info for supplying plants 20080504
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080327

Method GET_VENDORS_BY_ELEMENTS 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 20080317
2 Exporting ET_VENDORS Call by reference Type reference (TYPE) FIP_T_VENDOR_ALL_INFO All information for Vendor 20080317
3 Exporting EV_MORE_ELEMENTS_AVAILABLE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080317
4 Exporting EV_RETURNED_QUERY_HITS_NUMBER Call by reference Type reference (TYPE) I 20080317
5 Importing IT_MAT_ID Call by reference Type reference (TYPE) FIP_T_BAL_MATERIAL_ID Table of material ID 20080317
6 Importing IT_SP_ID Call by reference Type reference (TYPE) FIP_T_SUPPLYING_PLANT FIP -- Supply Plant Table Type 20080317
7 Importing IT_SUPPLIER_FROM_AOR Call by reference Type reference (TYPE) FIP_T_VENDOR_BASIC Table of vendors 20080411
8 Importing IT_WERKS_EKORG Call by reference Type reference (TYPE) FIP_T_WERKS_EKORG Table of plant and purchasing organization 20080514
9 Importing IV_MAX_HITS Call by reference Type reference (TYPE) I 20080317
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080317

Method GET_VENDOR_DETAILS 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 20080222
2 Exporting ET_VENDORS Call by reference Type reference (TYPE) FIP_T_VENDOR_ALL_INFO Vendor Information 20080424
3 Importing IT_VENDOR_IDS Call by reference Type reference (TYPE) FIP_T_VENDOR Account Number of Vendor or Creditor 20080424
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080222
History
Last changed by/on SAP  20100310 
SAP Release Created in 604