SAP ABAP Class CL_LO_OIF_GUIBB_ITEM (Feeder Superclass for GUIBB Item)
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 20080211
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_CONSTANTS Constants for GUIBB 20080229
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LO_OIF_GUIBB_ITEM_FORM Feeder Class for GUIBB Item Formular 20080211
2 Inheritance (c INHERITING FROM c_ref)  CL_LO_OIF_GUIBB_ITEM_LIST Feeder Class for GUIBB Item List 20080211
Properties
Class CL_LO_OIF_GUIBB_ITEM  
Short Description Feeder Superclass for GUIBB Item    
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 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_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
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 20080211
2 IF_FPM_GUIBB_CONSTANTS Constants for GUIBB 20080229
Friends
Class CL_LO_OIF_GUIBB_ITEM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DISPLAY_TYPE Instance attribute Public Attribute reference (LIKE) 20080229
2 GC_GROUP_TYPE Instance attribute Public Attribute reference (LIKE) 20080229
3 GC_GUIBB_FORM_ACTIONS Instance attribute Public Attribute reference (LIKE) 20080304
4 GC_GUIBB_FORM_DYNAMIC_VALUES Instance attribute Public Attribute reference (LIKE) 20080304
5 GC_GUIBB_FORM_NODES Instance attribute Public Attribute reference (LIKE) 20080304
6 GC_GUIBB_LIST Instance attribute Public Attribute reference (LIKE) 20080304
7 GC_GUIBB_LIST_ACTIONS Instance attribute Public Attribute reference (LIKE) 20080304
8 GC_GUIBB_LIST_NODES Instance attribute Public Attribute reference (LIKE) 20080304
9 GC_GUIBB_SPECIAL_GROUP Instance attribute Public Attribute reference (LIKE) 20080304
10 GC_GUIB_ATTRIBUTES Instance attribute Public Attribute reference (LIKE) 20080304
11 MO_DATA_CUST Instance attribute Protected Object reference (TYPE REF TO) DATA New data of customer owned item structure 20100302
12 MO_DATA_N Instance attribute Protected Object reference (TYPE REF TO) DATA New data of item structure 20100302
13 MO_DATA_O Instance attribute Protected Object reference (TYPE REF TO) DATA Old data of item structure 20100302
14 MT_ITEM_CUST Instance attribute Protected Type reference (TYPE) TCT_NAME_RANGE All customer owned fields in a range 20100301
15 MT_SEL_BUF Instance attribute Protected Type reference (TYPE) TCT_SEL_BUF Item structures involved for given set of selected fields 20110125
16 MV_MY_CLS_NAME Instance attribute Protected Type reference (TYPE) ABAP_ABSTYPENAME My class name 20080409
17 ST_ITEM_COMIND Static Attribute Protected Type reference (TYPE) TCT_NAME_RANGE All fields of ITEM_COMIND in a range 20081119
18 ST_ITEM_COMR Static Attribute Protected Type reference (TYPE) TCT_NAME_RANGE All fields of ITEM_COMV in a range 20081119
19 ST_ITEM_COMV Static Attribute Protected Type reference (TYPE) TCT_NAME_RANGE All fields of ITEM_COMV in a range 20081119
20 ST_IVSTAT_COMR Static Attribute Protected Type reference (TYPE) TCT_NAME_RANGE All fields of IVSTAT_COMR in a range 20081119
21 ST_IVSTAT_COMV Static Attribute Protected Type reference (TYPE) TCT_NAME_RANGE All fields of IVSTAT_COMV in a range 20081119
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_ACT_USG_NAVI Instance method Protected Method Adapt act usg for item navi (first, prev, next, last, goto) 20100119
2 ADD_ACTIONS Instance method Protected Method Add item actions 20080410
3 ADD_GROUPS Instance method Protected Method Add groups 20080415
4 ADOPT_FLD_DEF Instance method Protected Method Non generically adopt field definition on field level 20080229
5 CHECK_DISPLAY_TYPE_ELEM Instance method Protected Method Check display type of elements 20080508
6 CHECK_SPECIAL_ACT Instance method Protected Method Special checks of actions 20080508
7 CHECK_SPECIAL_ELEM Instance method Protected Method Special checks of elements 20080508
8 GET_SEL_STRU Instance method Protected Method Provides item data sections to be covered 20100301
9 PARSE_SELECTED_FIELDS Instance method Protected Method Checks which kind of item fields are on layout 20080303
10 PROCESS_EVENT Instance method Protected Method Process Event Item Superclass 20100119
11 TRANSFER_DATA Instance method Protected Method Transfers data from change log to LO API style 20080229
Events
Class CL_LO_OIF_GUIBB_ITEM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TCS_NAME_RANGE Protected See coding Name range table 20080303 tcs_name_range type line of tct_name_range
2 TCS_SEL_BUF Protected See coding 20110125 begin of tcs_sel_buf, hash type char32, sel type tcs_sel_struc, end of tcs_sel_buf
3 TCS_SEL_STRUC Protected See coding Item structures involved according to selected fields 20080303 begin of tcs_sel_struc, item_v type boole_d, item_r type boole_d, ivstat_v type boole_d, ivstat_r type boole_d, item_cust type boole_d, end of tcs_sel_struc
4 TCT_NAME_RANGE Protected See coding Name range structure 20080303 tct_name_range type range of cl_abap_structdescr=>component-name
5 TCT_SEL_BUF Protected See coding 20110125 tct_sel_buf type sorted table of tcs_sel_buf with unique key hash
Method Signatures

Method ADAPT_ACT_USG_NAVI 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 20100119
2 Changing CV_ACT_USG Call by reference Type reference (TYPE) BOOLE_D 'X': Action usage has been changed 20100119
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20100120
4 Importing IT_ITEM_KEY Call by reference Type reference (TYPE) CL_LORD=>TCT_ITEM_KEY List of item keys 20100120

Method ADAPT_ACT_USG_NAVI on class CL_LO_OIF_GUIBB_ITEM has no exception.

Method ADD_ACTIONS Signature

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

Method ADD_ACTIONS on class CL_LO_OIF_GUIBB_ITEM has no exception.

Method ADD_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_GROUP Value transfer Type reference (TYPE) FPMGB_T_SPECIAL_GROUPS Special Groups for GUIBB Field Grouping 20080415

Method ADD_GROUPS on class CL_LO_OIF_GUIBB_ITEM has no exception.

Method ADOPT_FLD_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FORM_FLD_DEF Call by reference Type reference (TYPE) FPMGB_T_FORMFIELD_DESCR Form Fielddescription 20080229
2 Changing CT_LIST_FLD_DEF Call by reference Type reference (TYPE) FPMGB_T_LISTFIELD_DESCR List Fielddescription 20080229

Method ADOPT_FLD_DEF on class CL_LO_OIF_GUIBB_ITEM has no exception.

Method CHECK_DISPLAY_TYPE_ELEM 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_ELEM Call by reference Type reference (TYPE) ANY TABLE Elements of layout 20080508

Method CHECK_DISPLAY_TYPE_ELEM on class CL_LO_OIF_GUIBB_ITEM has no exception.

Method CHECK_SPECIAL_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) ANY TABLE Actions of layout 20080508

Method CHECK_SPECIAL_ACT on class CL_LO_OIF_GUIBB_ITEM has no exception.

Method CHECK_SPECIAL_ELEM 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_ELEM Call by reference Type reference (TYPE) ANY TABLE Elements of layout 20080508

Method CHECK_SPECIAL_ELEM on class CL_LO_OIF_GUIBB_ITEM 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 20100301
2 Returning RS_SEL_STRU Value transfer Type reference (TYPE) TCS_SEL_STRUC Item structures involved according to selected fields 20100301

Method GET_SEL_STRU on class CL_LO_OIF_GUIBB_ITEM 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_SELECTED_INDS Call by reference Type reference (TYPE) TDS_ITEM_COMIND Derived read-only indicators of item 20080311
2 Exporting ES_SELECTED_STRUCS Call by reference Type reference (TYPE) TCS_SEL_STRUC Exports structures that are involved acc'd to the sel fields 20080311
3 Importing IT_SELECTED_FIELDS Call by reference Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20080303

Method PARSE_SELECTED_FIELDS on class CL_LO_OIF_GUIBB_ITEM has no exception.

Method PROCESS_EVENT 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) 20100119
2 Changing CV_RES Call by reference Type reference (TYPE) FPM_EVENT_RESULT ok/failed 20100119
3 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT ID of the FPM Event 20100119
4 Importing IV_OWN_EVT Call by reference Type reference (TYPE) BOOLE_D Event was triggered by own UI 20100119
5 Importing IV_POSNR_NAVI Call by reference Type reference (TYPE) POSNR_CHAR Navigate-to POSNR 20100120

Method PROCESS_EVENT on class CL_LO_OIF_GUIBB_ITEM has no exception.

Method TRANSFER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ITEM_LEAD Call by reference Type reference (TYPE) TDS_LO_OIF_ITEM_LEADINGFIELDS Change log item fields determining the process behavor 20080521
2 Changing CT_ADD_DATA Call by reference Type reference (TYPE) TDT_ADDITIONAL_DATA Additional plug-in data outside the LORD API/framework 20080829
3 Changing CT_ITEM_COMV Call by reference Type reference (TYPE) TDT_ITEM_COMV Table Type for Structure TDS_ITEM_COMV 20080314
4 Changing CT_ITEM_COMX Call by reference Type reference (TYPE) TDT_ITEM_COMC Table Type for Structure TDS_ITEM_COMC 20080314
5 Importing IT_CHG_LOG Call by reference Type reference (TYPE) FPMGB_T_CHANGELOG Field Changelog 20080229
6 Importing IV_HANDLE Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080229
7 Importing IV_HANDLE_LEAD Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080521
8 Importing IV_NEW Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 'X': Item is actually going to be created 20080529

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