SAP ABAP Class CL_LO_OIF_GUIBB_CDOCS_LIST (Feeder Class for GUIBB Change Documents)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20091223
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_CONSTANTS Constants for GUIBB 20091223
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST Generic List UI Building Block 20091223
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20091223
Properties
Class CL_LO_OIF_GUIBB_CDOCS_LIST  
Short Description Feeder Class for GUIBB Change Documents    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ERP_SLS_LO_OIF   Lean Order OIF 
Created 20091223   SAP 
Last change 20110908   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)
2 CL_LORD Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 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 Generic UI Building Block 20091223
2 IF_FPM_GUIBB_CONSTANTS Constants for GUIBB 20091223
3 IF_FPM_GUIBB_LIST Generic List UI Building Block 20091223
4 IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20091223
Friends
Class CL_LO_OIF_GUIBB_CDOCS_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CELL_ACTION Instance attribute Public Attribute reference (LIKE) 20091223
2 COL_NAME Instance attribute Public Attribute reference (LIKE) 20091223
3 C_FLD_CONTENT Constant Protected Type reference (TYPE) NAME_KOMP 'CONTENT' Dynamic Action Property CONTENT 20091223
4 GC_DISPLAY_TYPE Instance attribute Public Attribute reference (LIKE) 20091223
5 MO_DATA_CUST Instance attribute Protected Object reference (TYPE REF TO) DATA New data of customer owned change doc structure 20091223
6 MO_DATA_N Instance attribute Protected Object reference (TYPE REF TO) DATA New data of change doc structure 20091223
7 MO_TABLE_N Instance attribute Protected Object reference (TYPE REF TO) DATA New data of change doc table 20091223
8 MO_TABLE_O Instance attribute Protected Object reference (TYPE REF TO) DATA Old data of change doc table 20091223
9 MS_DATE_RANGE Instance attribute Protected Type reference (TYPE) TDS_DATE_RANGE From- and To- Date 20091223
10 MT_CDOCS_CUST Instance attribute Protected Type reference (TYPE) TCT_NAME_RANGE Customer owned change doc fields 20091223
11 MV_ERDAT Instance attribute Protected Type reference (TYPE) DATUM Date 20091223
12 MV_MY_CLS_NAME Instance attribute Protected Type reference (TYPE) ABAP_ABSTYPENAME My class name 20091223
13 ROW_INDEX Instance attribute Public Attribute reference (LIKE) 20091223
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_ACT_USG Instance method Protected Method Adapt action usage 20091223
2 ADAPT_FLD_DEF Instance method Protected Method Non generically adopt field definition on field level 20091223
3 ADD_ACTIONS Instance method Protected Method Add change doc actions 20091223
4 CHECK_ACT_LIST Instance method Protected Method Check actions of list layout 20091223
5 CHECK_ELEM_LIST Instance method Protected Method Check elements of list layout 20091223
6 RESET_DATE_RANGE Instance method Private Method Reset the date range 20091223
Events
Class CL_LO_OIF_GUIBB_CDOCS_LIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TCS_DATE Protected See coding 20091223
2 TCS_NAME_RANGE Protected See coding 20091223
3 TCS_RECS Protected See coding 20091223
4 TCS_SEL_STRU Protected See coding 20091223
5 TCT_DATE Protected See coding 20091223
6 TCT_NAME_RANGE Protected See coding 20091223
7 TCT_RECS Protected See coding 20091223
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 20091223
2 Changing CV_ACT_USG Call by reference Type reference (TYPE) BOOLE_D 'X': Action usage has been changed 20091223
3 Importing IS_DATE_RANGE Call by reference Type reference (TYPE) TDS_DATE_RANGE From- and To- Date 20091223
4 Importing IV_INPUT Call by reference Type reference (TYPE) BOOLE_D 'X' Input possible 20091223

Method ADAPT_ACT_USG on class CL_LO_OIF_GUIBB_CDOCS_LIST has no exception.

Method ADAPT_FLD_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FLD_DEF Call by reference Type reference (TYPE) FPMGB_T_LISTFIELD_DESCR List Fielddescription 20091223

Method ADAPT_FLD_DEF on class CL_LO_OIF_GUIBB_CDOCS_LIST has no exception.

Method ADD_ACTIONS Signature

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

Method ADD_ACTIONS on class CL_LO_OIF_GUIBB_CDOCS_LIST has no exception.

Method CHECK_ACT_LIST 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) 20091223
2 Importing IT_ACT Call by reference Type reference (TYPE) CL_LO_OIF_SERVICES=>TCT_LIST_LAYOUT_ACTION Actions of given layout 20091223

Method CHECK_ACT_LIST on class CL_LO_OIF_GUIBB_CDOCS_LIST has no exception.

Method CHECK_ELEM_LIST 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) 20091223
2 Importing IT_ELEM Call by reference Type reference (TYPE) ANY TABLE Elements of layout 20091223

Method CHECK_ELEM_LIST on class CL_LO_OIF_GUIBB_CDOCS_LIST has no exception.

Method RESET_DATE_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATE_RANGE Call by reference Type reference (TYPE) TDS_DATE_RANGE From- and To- Date 20091223
2 Importing IV_OVERWRITE Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE 'X' Overwrite existing value 20091223

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