SAP ABAP Class CL_LO_OIF_GUIBB_COND_LIST (Feeder Class for GUIBB Condition - List)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-SLS (Application Component) Sales
     ERP_SLS_LO_OIF (Package) Lean Order OIF
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LO_OIF_GUIBB_COND Feeder Superclass for GUIBB Cond 20090326
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST Generic List UI Building Block 20090326
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST_EXT GUIBB List extended 20090326
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20090326
Properties
Class CL_LO_OIF_GUIBB_COND_LIST  
Short Description Feeder Class for GUIBB Condition - List    
Super Class CL_LO_OIF_GUIBB_COND Feeder Superclass for GUIBB Cond 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ERP_SLS_LO_OIF   Lean Order OIF 
Created 20090326   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_LORD Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_LO_OIF_SERVICES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB_LIST Generic List UI Building Block 20090326
2 IF_FPM_GUIBB_LIST_EXT GUIBB List extended 20090326
3 IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20090326
Friends
Class CL_LO_OIF_GUIBB_COND_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_TABLE_N Instance attribute Protected Object reference (TYPE REF TO) DATA New data of cond table 20090326
2 MO_TABLE_O Instance attribute Protected Object reference (TYPE REF TO) DATA Old data of cond table 20090326
3 MT_COND_DEL Instance attribute Protected Type reference (TYPE) CL_LO_OIF_SERVICES=>TCT_INDEX Conditions to be deleted 20100303
4 MT_COND_KEY Instance attribute Protected Type reference (TYPE) CL_LORD=>TCT_COND_KEY Mapping table [index, handle, key] 20090326
5 MV_RESET_INVIS Instance attribute Private Type reference (TYPE) BOOLE_D 'X': Reset invisibility in get_data 20100714
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_ACT_USG Instance method Protected Method Adapt action usage 20090326
2 CHECK_ACT_OF_LIST_LAYOUT Instance method Protected Method Check actions of current list layout 20090326
3 CHECK_DISPLAY_TYPE_ACT Instance method Protected Method Check display type of actions 20090326
4 CHECK_ELEM_OF_LIST_LAYOUT Instance method Protected Method Check elements of current list layout 20090326
5 COLLECT_DATA Instance method Protected Method Collect data from condition data sections 20100303
6 DEFINE_ACTIONS Instance method Protected Method Defines possible actions upon field catalog definition 20090326
Events
Class CL_LO_OIF_GUIBB_COND_LIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TCS_KINAK_ICON Protected See coding 20100303 begin of tcs_kinak_icon, kinak_ico type char30, kinak_ico_tt type char50, kinak_ico_vis type boole_d, end of tcs_kinak_icon
Method Signatures

Method ADAPT_ACT_USG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACT_USG Call by reference Type reference (TYPE) FPMGB_T_ACTIONUSAGE Action usage 20090326
2 Changing CV_ACT_USG Call by reference Type reference (TYPE) BOOLE_D 'X': Action usage has been changed 20090326
3 Importing IV_INPUT Call by reference Type reference (TYPE) BOOLE_D 'X' Input possible 20090326

Method ADAPT_ACT_USG on class CL_LO_OIF_GUIBB_COND_LIST has no exception.

Method CHECK_ACT_OF_LIST_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20100304
2 Importing IT_ACTION Call by reference Type reference (TYPE) CL_LO_OIF_SERVICES=>TCT_LIST_LAYOUT_ACTION Actions of given layout 20090326

Method CHECK_ACT_OF_LIST_LAYOUT on class CL_LO_OIF_GUIBB_COND_LIST has no exception.

Method CHECK_DISPLAY_TYPE_ACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MSG Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20090326
2 Importing IT_ACT Call by reference Type reference (TYPE) CL_LO_OIF_SERVICES=>TCT_LIST_LAYOUT_ACTION Actions of current layout 20090326

Method CHECK_DISPLAY_TYPE_ACT on class CL_LO_OIF_GUIBB_COND_LIST has no exception.

Method CHECK_ELEM_OF_LIST_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20100304
2 Importing IT_ELEMENT Call by reference Type reference (TYPE) CL_LO_OIF_SERVICES=>TCT_LIST_LAYOUT_FIELD Element fields of given layout 20090326

Method CHECK_ELEM_OF_LIST_LAYOUT on class CL_LO_OIF_GUIBB_COND_LIST has no exception.

Method COLLECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_COND Call by reference Type reference (TYPE) TDS_COND_COM Lean Order - Condition Data 20100303
2 Exporting ES_DATA Call by reference Type reference (TYPE) ANY 20100303
3 Importing IT_COND_I Call by reference Type reference (TYPE) TDT_COND_COMC Table Type for Structure TDS_COND_COMC 20100303
4 Importing IT_COND_R Call by reference Type reference (TYPE) TDT_COND_COMR Table Type for Structure TDS_COND_COMR 20100303
5 Importing IT_COND_V Call by reference Type reference (TYPE) TDT_COND_COMV Table Type for Structure TDS_COND_COMV 20100303
6 Importing IT_FLD Call by reference Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20100303
7 Importing IV_HANDLE Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20100303

Method COLLECT_DATA on class CL_LO_OIF_GUIBB_COND_LIST has no exception.

Method DEFINE_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTION Call by reference Type reference (TYPE) FPMGB_T_ACTIONDEF Action Definition 20090326

Method DEFINE_ACTIONS on class CL_LO_OIF_GUIBB_COND_LIST has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605