SAP ABAP Class CL_LO_OIF_GUIBB_REPAIRH_FORM (Feeder Class for GUIBB RepairH form)
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 20090202
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_CONSTANTS Constants for GUIBB 20090203
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM Generic Form UI Building Block 20090202
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20100303
Properties
Class CL_LO_OIF_GUIBB_REPAIRH_FORM  
Short Description Feeder Class for GUIBB RepairH form    
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 20090202   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_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 20090202
2 IF_FPM_GUIBB_CONSTANTS Constants for GUIBB 20090203
3 IF_FPM_GUIBB_FORM Generic Form UI Building Block 20090202
4 IF_LO_OIF_LISTENER Actions for sub-objects that listen to LO OIF 20100303
Friends
Class CL_LO_OIF_GUIBB_REPAIRH_FORM 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) 20090203
2 GC_GROUP_TYPE Instance attribute Public Attribute reference (LIKE) 20090203
3 GC_GUIBB_FORM_ACTIONS Instance attribute Public Attribute reference (LIKE) 20090203
4 GC_GUIBB_FORM_DYNAMIC_VALUES Instance attribute Public Attribute reference (LIKE) 20090203
5 GC_GUIBB_FORM_NODES Instance attribute Public Attribute reference (LIKE) 20090203
6 GC_GUIBB_LIST Instance attribute Public Attribute reference (LIKE) 20090203
7 GC_GUIBB_LIST_ACTIONS Instance attribute Public Attribute reference (LIKE) 20090203
8 GC_GUIBB_LIST_ATTRIBUTES Instance attribute Public Attribute reference (LIKE) 20090203
9 GC_GUIBB_LIST_NODES Instance attribute Public Attribute reference (LIKE) 20090203
10 GC_GUIBB_SEARCH Instance attribute Public Attribute reference (LIKE) 20090203
11 GC_GUIBB_SEARCH_NODES Instance attribute Public Attribute reference (LIKE) 20090203
12 GC_GUIBB_SPECIAL_GROUP Instance attribute Public Attribute reference (LIKE) 20090203
13 GC_GUIBB_TYPE Instance attribute Public Attribute reference (LIKE) 20090203
14 GC_GUIB_ATTRIBUTES Instance attribute Public Attribute reference (LIKE) 20090203
15 GC_SEVERITY Instance attribute Public Attribute reference (LIKE) 20090203
16 MO_DATA_CUST Instance attribute Protected Object reference (TYPE REF TO) DATA New data of customer owned repair header structure 20100302
17 MO_DATA_N Instance attribute Protected Object reference (TYPE REF TO) DATA 20090202
18 MO_DATA_O Instance attribute Protected Object reference (TYPE REF TO) DATA 20090202
19 MS_SEL_STRU Instance attribute Protected Type reference (TYPE) TCS_SEL_STRUC Repair head structures involved according to selected fields 20100302
20 MT_REPAIRH_CUST Instance attribute Protected Type reference (TYPE) TDT_NAME_RANGE All customer owned fields in a range 20100302
21 MV_MY_CLS_NAME Instance attribute Protected Type reference (TYPE) ABAP_ABSTYPENAME 20090202
22 ST_REPAIRH_COMIND Static Attribute Protected Type reference (TYPE) TDT_NAME_RANGE 20090202
23 ST_REPAIRH_COMR Static Attribute Protected Type reference (TYPE) TDT_NAME_RANGE 20090202
24 ST_REPAIRH_COMV Static Attribute Protected Type reference (TYPE) TDT_NAME_RANGE 20090202
25 SV_PARAMS Static Attribute Protected Type reference (TYPE) BOOLE_D X': Static fields have already been determined 20090202
Methods
# Method Level Visibility Method type Description Created on
1 ADD_GROUPS Instance method Protected Method Add groups 20090206
2 ADOPT_FLD_DEF Instance method Protected Method Non generically adopt field definition on field level 20090202
3 CHECK_CONFIG Instance method Private Method 20090202
4 CHECK_DISPLAY_TYPE_ELEM Instance method Protected Method Special checks of elements 20090202
5 CHECK_ELEM_TYPE_OF_FORM_LAYOUT Instance method Protected Method Check field type of item fields of current form layout 20090202
6 FLUSH Instance method Private Method 20090202
7 GET_DATA Instance method Private Method 20090202
8 GET_DEFAULT_CONFIG Instance method Private Method 20090202
9 GET_DEFINITION Instance method Private Method 20090202
10 GET_PARAMETER_LIST Instance method Private Method 20090202
11 GET_SEL_STRU Instance method Protected Method Provides repair header data sections to be covered 20100302
12 INITIALIZE Instance method Private Method 20090202
13 PARSE_SELECTED_FIELDS Instance method Protected Method Checks which kind of item fields are on layout 20090202
14 PROCESS_EVENT Instance method Private Method 20090202
Events
Class CL_LO_OIF_GUIBB_REPAIRH_FORM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TCS_SEL_STRUC Protected See coding Repair head structures involved according to selected fields 20090202 begin of tcs_sel_struc, repairh_v type boole_d, repairh_r type boole_d, repairh_cust type boole_d, end of tcs_sel_struc
2 TDS_NAME_RANGE Protected See coding 20090202 tds_name_range TYPE LINE OF tdt_name_range
3 TDT_NAME_RANGE Protected See coding 20090202 tdt_name_range TYPE RANGE OF cl_abap_structdescr=>component-name
Method Signatures

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 20090206

Method ADD_GROUPS on class CL_LO_OIF_GUIBB_REPAIRH_FORM 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 20090202

Method ADOPT_FLD_DEF on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no exception.

Method CHECK_CONFIG Signature

Method CHECK_CONFIG on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no parameter.
Method CHECK_CONFIG on class CL_LO_OIF_GUIBB_REPAIRH_FORM 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) 20090202
2 Importing IT_ELEM Call by reference Type reference (TYPE) ANY TABLE 20090202

Method CHECK_DISPLAY_TYPE_ELEM on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no exception.

Method CHECK_ELEM_TYPE_OF_FORM_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_FORM_LAYOUT_FIELD 20090202

Method CHECK_ELEM_TYPE_OF_FORM_LAYOUT on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no exception.

Method FLUSH Signature

Method FLUSH on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no parameter.
Method FLUSH on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no exception.

Method GET_DATA Signature

Method GET_DATA on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no parameter.
Method GET_DATA on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no exception.

Method GET_DEFAULT_CONFIG Signature

Method GET_DEFAULT_CONFIG on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no parameter.
Method GET_DEFAULT_CONFIG on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no exception.

Method GET_DEFINITION Signature

Method GET_DEFINITION on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no parameter.
Method GET_DEFINITION on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no exception.

Method GET_PARAMETER_LIST Signature

Method GET_PARAMETER_LIST on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no parameter.
Method GET_PARAMETER_LIST on class CL_LO_OIF_GUIBB_REPAIRH_FORM 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_STRUC Repair head structures involved according to selected fields 20100302

Method GET_SEL_STRU on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no parameter.
Method INITIALIZE on class CL_LO_OIF_GUIBB_REPAIRH_FORM 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_STRUCS Call by reference Type reference (TYPE) TCS_SEL_STRUC Repair head structures involved according to selected fields 20090202
2 Importing IT_SELECTED_FIELDS Call by reference Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20090202

Method PARSE_SELECTED_FIELDS on class CL_LO_OIF_GUIBB_REPAIRH_FORM has no exception.

Method PROCESS_EVENT Signature

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