SAP ABAP Class CL_LO_OIF_GUIBB_ITEM_LIST (Feeder Class for GUIBB Item 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_ITEM Feeder Superclass for GUIBB Item 20080211
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST Generic List UI Building Block 20080211
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST_EXT GUIBB List extended 20080211
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST_PAGING relevant for paging only 20081210
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20080508
Properties
Class CL_LO_OIF_GUIBB_ITEM_LIST  
Short Description Feeder Class for GUIBB Item List    
Super Class CL_LO_OIF_GUIBB_ITEM Feeder Superclass for GUIBB Item 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ERP_SLS_LO_OIF   Lean Order OIF 
Created 20080211   SAP 
Last change 20130531   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 20080211
2 IF_FPM_GUIBB_LIST_EXT GUIBB List extended 20080211
3 IF_FPM_GUIBB_LIST_PAGING relevant for paging only 20081210
4 IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20080508
Friends
Class CL_LO_OIF_GUIBB_ITEM_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 item table 20080415
2 MO_TABLE_O Instance attribute Protected Object reference (TYPE REF TO) DATA Old data of item table 20080415
3 MT_ITEM_DEL Instance attribute Protected Type reference (TYPE) CL_LO_OIF_SERVICES=>TCT_INDEX Items to be deleted 20081013
4 MT_ITEM_KEY Instance attribute Protected Type reference (TYPE) CL_LORD=>TCT_ITEM_KEY Mapping table [index, handle, key] 20080313
5 MT_ITEM_KEY_OLD Instance attribute Protected Type reference (TYPE) CL_LORD=>TCT_ITEM_KEY 20131023
6 MV_PTYPE_CHECKED Instance attribute Protected Type reference (TYPE) BOOLE_D 'X': Pricing types have already been checked 20080507
7 MV_RESET_INVIS Instance attribute Private Type reference (TYPE) BOOLE_D 'X': Reset invisibility in get_data 20100714
8 MV_VISIBLE_ROWS Instance attribute Private Type reference (TYPE) I Currently visible rows 20090303
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_ACT_USG Instance method Protected Method Adapt action usage 20081203
2 ADOPT_DEFI Instance method Protected Method Adopt DEFI (for display mode) 20080728
3 CHECK_ACT_OF_LIST_LAYOUT Instance method Protected Method Check actions of current list layout 20080508
4 CHECK_DISPLAY_TYPE_ACT Instance method Protected Method Check display type of actions 20080508
5 CHECK_ELEM_OF_LIST_LAYOUT Instance method Protected Method Check elements of current list layout 20080508
6 CHECK_PRICING_TYPE Instance method Protected Method Check configured pricing type against allowed pricing types 20080507
7 COLLECT_DATA Instance method Protected Method Collect data from item data sections 20100301
8 COLLECT_SELECTED4ACTION Instance method Protected Method Collects lead and multi selected items for given action 20080318
9 DO_INDEX_FIRST Instance method Protected Method Index first-processing 20100301
Events
Class CL_LO_OIF_GUIBB_ITEM_LIST has no event.
Types
Class CL_LO_OIF_GUIBB_ITEM_LIST has no local type.
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 20081203
2 Changing CV_ACT_USG Call by reference Type reference (TYPE) BOOLE_D 'X': Action usage has been changed 20081203
3 Importing IV_INPUT Call by reference Type reference (TYPE) BOOLE_D 'X' Input possible 20081203

Method ADAPT_ACT_USG on class CL_LO_OIF_GUIBB_ITEM_LIST has no exception.

Method ADOPT_DEFI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ITEM_DEFI Call by reference Type reference (TYPE) TDS_ITEM_COMC Lean Order - Item Data (CHAR) 20080728

Method ADOPT_DEFI on class CL_LO_OIF_GUIBB_ITEM_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) 20100114
2 Importing IT_ACTION Call by reference Type reference (TYPE) CL_LO_OIF_SERVICES=>TCT_LIST_LAYOUT_ACTION Actions of given layout 20080508

Method CHECK_ACT_OF_LIST_LAYOUT on class CL_LO_OIF_GUIBB_ITEM_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) 20080508
2 Importing IT_ACT Call by reference Type reference (TYPE) CL_LO_OIF_SERVICES=>TCT_LIST_LAYOUT_ACTION Actions of current layout 20080508

Method CHECK_DISPLAY_TYPE_ACT on class CL_LO_OIF_GUIBB_ITEM_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) 20100114
2 Importing IT_ELEMENT Call by reference Type reference (TYPE) CL_LO_OIF_SERVICES=>TCT_LIST_LAYOUT_FIELD Element fields of given layout 20080508

Method CHECK_ELEM_OF_LIST_LAYOUT on class CL_LO_OIF_GUIBB_ITEM_LIST has no exception.

Method CHECK_PRICING_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ACT_USG Call by reference Type reference (TYPE) FPMGB_S_ACTIONUSAGE Action usage 20080507
2 Changing CV_ACT_USG Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080507
3 Importing IT_PTYPE Call by reference Type reference (TYPE) TDT_LO_OIF_PTYPE Table Type for Structure TDS_LO_OIF_PTYPE 20080507

Method CHECK_PRICING_TYPE on class CL_LO_OIF_GUIBB_ITEM_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_DATA Call by reference Type reference (TYPE) ANY 20100301
2 Exporting ES_ITEM Call by reference Type reference (TYPE) TDS_ITEM_COM Lean Order - Item Data 20100301
3 Importing IS_STRU Call by reference Type reference (TYPE) TCS_SEL_STRUC 20100301
4 Importing IT_FLD Call by reference Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20100301
5 Importing IT_ITEM_I Call by reference Type reference (TYPE) TDT_ITEM_COMC Table Type for Structure TDS_ITEM_COMC 20100301
6 Importing IT_ITEM_R Call by reference Type reference (TYPE) TDT_ITEM_COMR Table Type for Structure TDS_ITEM_COMR 20100301
7 Importing IT_ITEM_V Call by reference Type reference (TYPE) TDT_ITEM_COMV Table Type for Structure TDS_ITEM_COMV 20100301
8 Importing IV_HANDLE Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20100301

Method COLLECT_DATA on class CL_LO_OIF_GUIBB_ITEM_LIST has no exception.

Method COLLECT_SELECTED4ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTION Call by reference Type reference (TYPE) TDT_ACTION LO API Object Actions 20081013
2 Exporting ET_INDEX Call by reference Type reference (TYPE) CL_LO_OIF_SERVICES=>TCT_INDEX (Old) index and handle of selected items 20081013
3 Importing IT_SEL_LINES Call by reference Type reference (TYPE) RSTABIXTAB Multi selected indexes 20080318
4 Importing IV_ACTION Call by reference Type reference (TYPE) FCODE LO API Action 20080318
5 Importing IV_LEAD_INDEX Call by reference Type reference (TYPE) SYTABIX Lead index 20080318
6 Importing IV_PARAM Call by reference Type reference (TYPE) FCODE LO API action parameter 20080318

Method COLLECT_SELECTED4ACTION on class CL_LO_OIF_GUIBB_ITEM_LIST has no exception.

Method DO_INDEX_FIRST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_LEAD_INDEX_N Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20100301
2 Changing CV_SEL_LIN Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100301
3 Importing IT_DATA_O Call by reference Type reference (TYPE) STANDARD TABLE 20100301
4 Importing IV_KEY_CNT Call by reference Type reference (TYPE) I 20100301
5 Importing IV_LEAD_INDEX_O Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20100301

Method DO_INDEX_FIRST on class CL_LO_OIF_GUIBB_ITEM_LIST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 604