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 | ![]() |
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
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080201 |
2 | ![]() |
Instance method | Public | Method | Returns materials for vendor, recipient or supplying plant | 20080313 |
3 | ![]() |
Instance method | Public | Method | Returns material details | 20080131 |
4 | ![]() |
Instance method | Public | Method | Returns the Purchase Order Types for Value Help | 20080429 |
5 | ![]() |
Instance method | Public | Method | Returns recipients for a given material number | 20080331 |
6 | ![]() |
Instance method | Public | Method | Returns details of a recipient | 20080402 |
7 | ![]() |
Instance method | Public | Method | Returns replacement paterials | 20080820 |
8 | ![]() |
Instance method | Public | Method | Returns supply plants for a given material number | 20080404 |
9 | ![]() |
Instance method | Public | Method | 20080812 | |
10 | ![]() |
Instance method | Public | Method | Returns details of sp | 20080327 |
11 | ![]() |
Instance method | Public | Method | Returns vendors for a given material number | 20080317 |
12 | ![]() |
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 | ![]() |
CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080313 | ||
2 | ![]() |
ET_MATERIALS | Call by reference | Type reference (TYPE) | FIP_T_MATERIAL | All information for Material | 20080313 | ||
3 | ![]() |
EV_MORE_ELEMENTS_AVAILABLE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080313 | ||
4 | ![]() |
EV_RETURNED_QUERY_HITS_NUMBER | Call by reference | Type reference (TYPE) | I | 20080313 | |||
5 | ![]() |
IT_MATERIAL_ID | Call by reference | Type reference (TYPE) | FIP_T_MAT | Table of material numbers | 20080429 | ||
6 | ![]() |
IT_RECIPIENT_ID | Call by reference | Type reference (TYPE) | FIP_T_RECIPIENT | Table of recipient numbers | 20080313 | ||
7 | ![]() |
IT_SUPPLIER_ID | Call by reference | Type reference (TYPE) | FIP_T_VENDOR | Table of vendor numbers | 20080313 | ||
8 | ![]() |
IT_SUPPLY_PLANT_ID | Call by reference | Type reference (TYPE) | FIP_T_SP | Table of WERKS | 20080313 | ||
9 | ![]() |
IT_WERKS_EKORG | Call by reference | Type reference (TYPE) | FIP_T_WERKS_EKORG | Table of plant and purchasing organization | 20080514 | ||
10 | ![]() |
IV_QUERY_HITS_MAXIMUM_NUMBER | Call by reference | Type reference (TYPE) | I | 20080313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080212 | ||
2 | ![]() |
ERT_MATERIAL | Value transfer | Object reference (TYPE REF TO) | FIP_T_MATERIAL | Material Information | 20080422 | ||
3 | ![]() |
IT_MATNR | Call by reference | Type reference (TYPE) | FIP_T_MATERIAL_BASIC | Material Number | 20080422 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080429 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080331 | ||
2 | ![]() |
ET_RECIPIENTS | Call by reference | Type reference (TYPE) | FIP_T_RECIPIENT_ALL_INFO | Recipient information | 20080331 | ||
3 | ![]() |
EV_MORE_ELEMENTS_AVAILABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080402 | |||
4 | ![]() |
EV_RETURNED_QUERY_HITS_NUMBER | Call by reference | Type reference (TYPE) | I | 20080402 | |||
5 | ![]() |
IT_MAT_ID | Call by reference | Type reference (TYPE) | FIP_T_BAL_MATERIAL_ID | Material Number | 20080331 | ||
6 | ![]() |
IT_RECIPIENTS_FROM_AOR | Call by reference | Type reference (TYPE) | FIP_T_RECIPIENT_BASIC | Table of FIP recipients | 20080414 | ||
7 | ![]() |
IT_SP_ID | Call by reference | Type reference (TYPE) | FIP_T_SP | FIP -- Supply Plant Table Type | 20080331 | ||
8 | ![]() |
IT_WERKS_EKORG | Call by reference | Type reference (TYPE) | FIP_T_WERKS_EKORG | Vorschlagswerte bei Anlage von Debitoren aus Workbench | 20080515 | ||
9 | ![]() |
IV_QUERY_HITS_MAXIMUM_NUMBER | Call by reference | Type reference (TYPE) | I | 20080402 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080402 | ||
2 | ![]() |
ET_RECIPIENT | Call by reference | Type reference (TYPE) | FIP_T_RECIPIENT_ALL_INFO | Recipient information | 20080424 | ||
3 | ![]() |
IT_RECIPIENT_IDS | Call by reference | Type reference (TYPE) | FIP_T_RECIPIENT | Structure with recipient | 20080424 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080820 | ||
2 | ![]() |
ET_FOLUP_MATERIALS | Call by reference | Type reference (TYPE) | FIP_T_REPLACEMENT_MATERIAL | Retail Replacement Material | 20080820 | ||
3 | ![]() |
IV_DATE_FROM | Call by reference | Type reference (TYPE) | DATS | Field of type DATS | 20080820 | ||
4 | ![]() |
IV_DATE_TO | Call by reference | Type reference (TYPE) | DATS | Field of type DATS | 20080820 | ||
5 | ![]() |
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 | ![]() |
CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080404 | ||
2 | ![]() |
ET_SP | Call by reference | Type reference (TYPE) | FIP_T_SUPLG_PLANT_ALL_INFO | All information for supply plants | 20080404 | ||
3 | ![]() |
EV_MORE_ELEMENTS_AVAILABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080404 | |||
4 | ![]() |
EV_RETURNED_QUERY_HITS_NUMBER | Call by reference | Type reference (TYPE) | I | 20080404 | |||
5 | ![]() |
IT_MATERIALS_ID | Call by reference | Type reference (TYPE) | FIP_T_BAL_MATERIAL_ID | Table of material IDs | 20080404 | ||
6 | ![]() |
IT_RECIPIENTS_ID | Call by reference | Type reference (TYPE) | FIP_T_RECIPIENT | Table of recipient numbers | 20080404 | ||
7 | ![]() |
IT_SP_FROM_AOR | Call by reference | Type reference (TYPE) | FIP_T_SUPLG_PLANT_BASIC | 20080414 | |||
8 | ![]() |
IT_SUPPLIERS_ID | Call by reference | Type reference (TYPE) | FIP_T_VENDOR | Table of vendor numbers | 20080404 | ||
9 | ![]() |
IT_WERKS_EKORG | Call by reference | Type reference (TYPE) | FIP_T_WERKS_EKORG | Purchasing organization | 20080514 | ||
10 | ![]() |
IV_QUERY_HITS_MAXIMUM_NUMBER | Call by reference | Type reference (TYPE) | I | 20080404 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080812 | ||
2 | ![]() |
ET_DRD | Call by reference | Type reference (TYPE) | FIP_T_DRD | All information for Supplying Plants | 20080812 | ||
3 | ![]() |
IT_MATERIALS | Call by reference | Type reference (TYPE) | FIP_T_MATERIAL_BASIC | Table of materials with material groups and descriptions | 20080812 | ||
4 | ![]() |
IT_REC_ID | Call by reference | Type reference (TYPE) | FIP_T_RECIPIENT | Table of recipient numbers | 20080812 | ||
5 | ![]() |
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 | ![]() |
CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080327 | ||
2 | ![]() |
ET_SP | Call by reference | Type reference (TYPE) | FIP_T_SUPLG_PLANT_ALL_INFO | Supplying Plant Information | 20080504 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080317 | ||
2 | ![]() |
ET_VENDORS | Call by reference | Type reference (TYPE) | FIP_T_VENDOR_ALL_INFO | All information for Vendor | 20080317 | ||
3 | ![]() |
EV_MORE_ELEMENTS_AVAILABLE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080317 | ||
4 | ![]() |
EV_RETURNED_QUERY_HITS_NUMBER | Call by reference | Type reference (TYPE) | I | 20080317 | |||
5 | ![]() |
IT_MAT_ID | Call by reference | Type reference (TYPE) | FIP_T_BAL_MATERIAL_ID | Table of material ID | 20080317 | ||
6 | ![]() |
IT_SP_ID | Call by reference | Type reference (TYPE) | FIP_T_SUPPLYING_PLANT | FIP -- Supply Plant Table Type | 20080317 | ||
7 | ![]() |
IT_SUPPLIER_FROM_AOR | Call by reference | Type reference (TYPE) | FIP_T_VENDOR_BASIC | Table of vendors | 20080411 | ||
8 | ![]() |
IT_WERKS_EKORG | Call by reference | Type reference (TYPE) | FIP_T_WERKS_EKORG | Table of plant and purchasing organization | 20080514 | ||
9 | ![]() |
IV_MAX_HITS | Call by reference | Type reference (TYPE) | I | 20080317 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
CO_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_FIP_MESSAGE_LOGGER | Class for FIP message logging/handling | 20080222 | ||
2 | ![]() |
ET_VENDORS | Call by reference | Type reference (TYPE) | FIP_T_VENDOR_ALL_INFO | Vendor Information | 20080424 | ||
3 | ![]() |
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 | ![]() |
Value does not exist | 20080222 |
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 604 |