SAP ABAP Class CL_LO_OIF_GUIBB_RECS_LIST (Feeder Class for GUIBB Recent Sales)
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 20091106
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_CONSTANTS Constants for GUIBB 20091106
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST Generic List UI Building Block 20091106
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20091106
Properties
Class CL_LO_OIF_GUIBB_RECS_LIST  
Short Description Feeder Class for GUIBB Recent Sales    
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 20091106   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20091106
2 IF_FPM_GUIBB_CONSTANTS Constants for GUIBB 20091106
3 IF_FPM_GUIBB_LIST Generic List UI Building Block 20091106
4 IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20091106
Friends
Class CL_LO_OIF_GUIBB_RECS_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) 20091111
2 COL_NAME Instance attribute Public Attribute reference (LIKE) 20091111
3 C_FLD_CONTENT Constant Protected Type reference (TYPE) NAME_KOMP 'CONTENT' Dynamic Action Property CONTENT 20091216
4 GC_DISPLAY_TYPE Instance attribute Public Attribute reference (LIKE) 20091110
5 MO_DATA_CUST Instance attribute Protected Object reference (TYPE REF TO) DATA New data of customer owned recent sales structure 20091106
6 MO_DATA_N Instance attribute Protected Object reference (TYPE REF TO) DATA New data of recent sales structure 20091106
7 MO_DATA_O Instance attribute Protected Object reference (TYPE REF TO) DATA Old data of recent sales structure 20091106
8 MO_TABLE_N Instance attribute Protected Object reference (TYPE REF TO) DATA New data of recent sales table 20091106
9 MO_TABLE_O Instance attribute Protected Object reference (TYPE REF TO) DATA Old data of recent sales table 20091106
10 MS_SEL_STRU Instance attribute Protected Type reference (TYPE) TCS_SEL_STRU Data sections of recent sales to be read 20091123
11 MT_DATE Instance attribute Protected Type reference (TYPE) TCT_DATE Buffer of recent sales dates 20091111
12 MT_IRRELEVANT_FLD Instance attribute Protected Type reference (TYPE) TRG_CHAR30 Irrelevant Fields Range Table 20091113
13 MT_RECS Instance attribute Protected Type reference (TYPE) TCT_RECS Buffer of recent sales data 20091110
14 MT_RECS_CUST Instance attribute Protected Type reference (TYPE) TCT_NAME_RANGE Customer owned recent sales fields 20091119
15 MT_TRVOG Instance attribute Protected Type reference (TYPE) TRG_CHAR1 Preset TRVOG Range Table 20091111
16 MV_MY_CLS_NAME Instance attribute Protected Type reference (TYPE) ABAP_ABSTYPENAME My class name 20091106
17 MV_OBJ_TYPE Instance attribute Protected Type reference (TYPE) TABNAME Object type 20091106
18 ROW_INDEX Instance attribute Public Attribute reference (LIKE) 20091111
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_ACT_USG Instance method Protected Method Adapt action usage 20091110
2 ADAPT_FLD_DEF Instance method Protected Method Non generically adopt field definition on field level 20091110
3 ADD_ACTIONS Instance method Protected Method Add recent sales actions 20091109
4 CHECK_ACT_LIST Instance method Protected Method Check actions of list layout 20100114
5 CHECK_ELEM_LIST Instance method Protected Method Check elements of list layout 20100114
6 GET_RECENT_SALES Instance method Protected Method Retrieve recent sales data for current object and date 20091110
7 GET_SEL_STRU Instance method Protected Method Provides recent sales data sections to be covered 20100302
8 PARSE_SELECTED_FIELDS Instance method Protected Method Checks which kind of recent sales fields are on layout 20091110
9 SELECT_RECS Instance method Protected Method Select recent sales data 20091111
10 SET_IRRELEVANT_FLD Instance method Protected Method Set irrelevant fields for object type 20091113
Events
Class CL_LO_OIF_GUIBB_RECS_LIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TCS_DATE Protected See coding 20091111 begin of tcs_date, parent type guid_32, date type datum, end of tcs_date
2 TCS_NAME_RANGE Protected See coding 20091110 tcs_name_range type line of tct_name_range
3 TCS_RECS Protected See coding 20091111 begin of tcs_recs, parent type guid_32, kunag type kunag, date type datum, matnr type matnr, data type tdt_salesdoc, end of tcs_recs
4 TCS_SEL_STRU Protected See coding 20091110 begin of tcs_sel_stru, recs type boole_d, recs_cust type boole_d, end of tcs_sel_stru
5 TCT_DATE Protected See coding 20091111 tct_date type sorted table of tcs_date with unique key parent
6 TCT_NAME_RANGE Protected See coding 20091110 tct_name_range type range of cl_abap_structdescr=>component-name
7 TCT_RECS Protected See coding 20091111 tct_recs type sorted table of tcs_recs with unique key parent
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 20091110
2 Changing CV_ACT_USG Call by reference Type reference (TYPE) BOOLE_D 'X': Action usage has been changed 20091110
3 Importing IV_DATE Call by reference Type reference (TYPE) DATUM RECS as-of-date 20091216
4 Importing IV_INPUT Call by reference Type reference (TYPE) BOOLE_D 'X' Input possible 20091110

Method ADAPT_ACT_USG on class CL_LO_OIF_GUIBB_RECS_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 20091110

Method ADAPT_FLD_DEF on class CL_LO_OIF_GUIBB_RECS_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 20091109

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

Method CHECK_ACT_LIST on class CL_LO_OIF_GUIBB_RECS_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) 20100114
2 Importing IT_ELEM Call by reference Type reference (TYPE) ANY TABLE Elements of layout 20100114

Method CHECK_ELEM_LIST on class CL_LO_OIF_GUIBB_RECS_LIST has no exception.

Method GET_RECENT_SALES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) SYDATUM Current Date of Application Server 20091110
2 Importing IV_PARENT Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20091110
3 Returning RT_RECS Value transfer Type reference (TYPE) TDT_SALESDOC Lean Order: Sales Document 20091110

Method GET_RECENT_SALES on class CL_LO_OIF_GUIBB_RECS_LIST has no exception.

Method GET_SEL_STRU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SEL_FLD Call by reference Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20100302
2 Returning RS_SEL_STRU Value transfer Type reference (TYPE) TCS_SEL_STRU 20100302

Method GET_SEL_STRU on class CL_LO_OIF_GUIBB_RECS_LIST has no exception.

Method PARSE_SELECTED_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_STRU Call by reference Type reference (TYPE) TCS_SEL_STRU Exports structures that are involved acc'd to the sel fields 20091110
2 Importing IT_FLD Call by reference Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20091110

Method PARSE_SELECTED_FIELDS on class CL_LO_OIF_GUIBB_RECS_LIST has no exception.

Method SELECT_RECS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) DATUM Document Date 20091111
2 Importing IV_KUNAG Call by reference Type reference (TYPE) KUNAG Sold-to party 20091111
3 Importing IV_MATNR Call by reference Type reference (TYPE) MATNR Material Number 20091111
4 Importing IV_OTYPE Call by reference Type reference (TYPE) TABNAME Object Type 20091111
5 Importing IV_POSNR Call by reference Type reference (TYPE) POSNR_VA Sales Document Item 20091111
6 Importing IV_VBELN Call by reference Type reference (TYPE) VBELN_VA Sales Document 20091111
7 Returning RT_DATA Value transfer Type reference (TYPE) TDT_SALESDOC Lean Order: Sales Document 20091111

Method SELECT_RECS on class CL_LO_OIF_GUIBB_RECS_LIST has no exception.

Method SET_IRRELEVANT_FLD Signature

Method SET_IRRELEVANT_FLD on class CL_LO_OIF_GUIBB_RECS_LIST has no parameter.
Method SET_IRRELEVANT_FLD on class CL_LO_OIF_GUIBB_RECS_LIST has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605