SAP ABAP Class CL_FIP_WDC_BUYER_RECPT_SETTING (Assistance Class for WD_FIP_RECP_BUYER_SETTING)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR-FIP (Application Component) Perishables Procurement
     FIP_UI_MODEL (Package) User Interface Models for Fresh Item Procurement
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20080226
Properties
Class CL_FIP_WDC_BUYER_RECPT_SETTING  
Short Description Assistance Class for WD_FIP_RECP_BUYER_SETTING    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FIP_UI_MODEL   User Interface Models for Fresh Item Procurement 
Created 20080226   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_WDC_BUYER_RECPT_SETTING has no interface implemented.
Friends
Class CL_FIP_WDC_BUYER_RECPT_SETTING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CHANGE_EVENT Constant Public Type reference (TYPE) FPM_EVENT_ID 'FPM_CHANGE' ID of the FPM Event 20080328
2 GC_FUNCTION_ID Constant Public See coding 20080226
3 MO_SETTINGS_MANAGER Instance attribute Private Object reference (TYPE REF TO) CL_FIP_SETTINGS_MANAGER Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080326
4 MS_RECIPIENT_DETAILS Instance attribute Private Type reference (TYPE) FIP_S_RECIPIENT_DETAILS Recipient master setting (Detailed Data) 20080226
5 MT_MATERIALS Instance attribute Private Type reference (TYPE) FIP_T_MATERIAL_RECIPIENT_DATA Material data for the recipient setting 20080226
6 MT_REC_SETTINGS_MAT_CHANGES Instance attribute Public Type reference (TYPE) FIP_T_MATERIAL All information for material, which was changed 20080325
7 MT_REC_SETTINGS_SP_CHANGES Instance attribute Public Type reference (TYPE) FIP_T_SUPLG_PLANT_ALL_INFO All information for SP, which was changed 20080325
8 MT_SUPLG_PLANTS Instance attribute Private Type reference (TYPE) FIP_T_SP_RECIPIENT_DATA Recipient Data for Plant Master Settings 20080226
9 MV_HAS_CHANGED Instance attribute Private Type reference (TYPE) ABAP_BOOL Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080325
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080326
2 GET_EMPTY_MATERIAL Instance method Public Method get empty material 20080417
3 GET_HAS_CHANGED Instance method Public Method Get if the information for setting Recipients has changed. 20080325
4 GET_MATERIALS Instance method Public Method Retrieve the materials 20080226
5 GET_RECIPIENT_CONTACTS Instance method Public Method Get all the recipient contacts to fill dropdown. 20080226
6 GET_RECIPIENT_DETAILS Instance method Public Method Retrieve the recipient details 20080226
7 GET_SELECTED_CONTACT Instance method Public Method Get the selected contact info 20080226
8 GET_SUPLG_PLANTS Instance method Public Method Retrieve the supply plants for recipient 20080226
9 SAVE_MODIFICATIONS Instance method Public Method Save changes to the database 20080325
10 SET_HAS_CHANGED Instance method Public Method Set that the information for setting recipients has changed. 20080325
11 SET_MATERIALS Instance method Public Method Get the materials for recipient 20080226
12 SET_MATERIAL_ACTIVATION Instance method Public Method Change the activation for selected material 20080226
13 SET_NOT_CHANGED Instance method Public Method Set that the information for setting Rec. has not changed. 20080325
14 SET_RECIPIENT_DETAILS Instance method Public Method Set the values for the recipient 20080226
15 SET_SUPLG_PLANTS Instance method Public Method Set the supply plants for related recipient 20080226
16 SET_SUPLG_PLANT_ACTIVATION Instance method Public Method Change the activation for selected supply plant 20080226
Events
Class CL_FIP_WDC_BUYER_RECPT_SETTING has no event.
Types
Class CL_FIP_WDC_BUYER_RECPT_SETTING has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_FIP_WDC_BUYER_RECPT_SETTING has no parameter.
Method CONSTRUCTOR on class CL_FIP_WDC_BUYER_RECPT_SETTING has no exception.

Method GET_EMPTY_MATERIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MATERIAL Call by reference Type reference (TYPE) FIP_S_MATERIAL_RECIPIENT_UI Material Recipient UI Structure 20080418

Method GET_EMPTY_MATERIAL on class CL_FIP_WDC_BUYER_RECPT_SETTING has no exception.

Method GET_HAS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_CHANGED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080325

Method GET_HAS_CHANGED on class CL_FIP_WDC_BUYER_RECPT_SETTING has no exception.

Method GET_MATERIALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MATERIALS Call by reference Type reference (TYPE) FIP_T_MATERIAL_RECIPIENT_DATA Material-Recipient Table Type 20080226

Method GET_MATERIALS on class CL_FIP_WDC_BUYER_RECPT_SETTING has no exception.

Method GET_RECIPIENT_CONTACTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTACTS Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20080226

Method GET_RECIPIENT_CONTACTS on class CL_FIP_WDC_BUYER_RECPT_SETTING has no exception.

Method GET_RECIPIENT_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FIRST_CONTACT Call by reference Type reference (TYPE) FIP_S_MV_CONTACT_DATA Generic Structure for Contact Information 20080226
2 Exporting ES_RECIPIENT_DETAILS Call by reference Type reference (TYPE) FIP_S_RECIPIENT_DETAILS Recipient Master Settings (Detailed Data) 20080226

Method GET_RECIPIENT_DETAILS on class CL_FIP_WDC_BUYER_RECPT_SETTING has no exception.

Method GET_SELECTED_CONTACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CONTACT Call by reference Type reference (TYPE) FIP_S_MV_CONTACT_DATA Generic Structure for Contact Information 20080226
2 Importing IV_CONTACT_NAME Call by reference Type reference (TYPE) STRING 20080226

Method GET_SELECTED_CONTACT on class CL_FIP_WDC_BUYER_RECPT_SETTING has no exception.

Method GET_SUPLG_PLANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUPLG_PLANTS Call by reference Type reference (TYPE) FIP_T_SP_RECIPIENT_DATA Recipient Data for Plant Master Settings 20080226

Method GET_SUPLG_PLANTS on class CL_FIP_WDC_BUYER_RECPT_SETTING has no exception.

Method SAVE_MODIFICATIONS 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 20080511
2 Importing IV_BUYER Call by reference Type reference (TYPE) UNAME User Name 20080511
# Exception Resumable Description Created on
1 CX_FIP_DATA Data validation error 20080325

Method SET_HAS_CHANGED Signature

Method SET_HAS_CHANGED on class CL_FIP_WDC_BUYER_RECPT_SETTING has no parameter.
Method SET_HAS_CHANGED on class CL_FIP_WDC_BUYER_RECPT_SETTING has no exception.

Method SET_MATERIALS 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 20080514
2 Importing IS_RECIPIENT Call by reference Type reference (TYPE) FIP_S_RECIPIENT FIP Recipient Number 20080407
3 Importing IV_UNAME Call by reference Type reference (TYPE) UNAME User Name 20080410
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080405

Method SET_MATERIAL_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL 20080226
2 Importing IV_MATNR Call by reference Type reference (TYPE) MATNR Material Number 20080226

Method SET_MATERIAL_ACTIVATION on class CL_FIP_WDC_BUYER_RECPT_SETTING has no exception.

Method SET_NOT_CHANGED Signature

Method SET_NOT_CHANGED on class CL_FIP_WDC_BUYER_RECPT_SETTING has no parameter.
Method SET_NOT_CHANGED on class CL_FIP_WDC_BUYER_RECPT_SETTING has no exception.

Method SET_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 20080514
2 Importing IS_RECIPIENT Call by reference Type reference (TYPE) FIP_S_RECIPIENT FIP Recipient Number 20080407
3 Importing IV_UNAME Call by reference Type reference (TYPE) UNAME User Name 20080410
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080405

Method SET_SUPLG_PLANTS 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 20080514
2 Importing IS_RECIPIENT Call by reference Type reference (TYPE) FIP_S_RECIPIENT FIP Recipient Number 20080407
3 Importing IV_UNAME Call by reference Type reference (TYPE) UNAME User Name 20080410
# Exception Resumable Description Created on
1 CX_FIP_DATA_NOT_FOUND Value does not exist 20080405

Method SET_SUPLG_PLANT_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVATE Call by reference Type reference (TYPE) ABAP_BOOL 20080226
2 Importing IV_WERKS Call by reference Type reference (TYPE) FIP_WERKS_D Plant 20080226

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