SAP ABAP Class CL_LO_OIF_GUIBB_CCARD_CAUTH (Feeder Superclass for GUIBB Payment Cards & Authorizations)
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 20090304
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_CONSTANTS Constants for GUIBB 20090304
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LO_OIF_GUIBB_CAUTH_LIST Feeder Class for GUIBB Payment Card Authorizations List 20090304
2 Inheritance (c INHERITING FROM c_ref)  CL_LO_OIF_GUIBB_CCARD_LIST Feeder Class for GUIBB Payment Card List 20090304
Properties
Class CL_LO_OIF_GUIBB_CCARD_CAUTH  
Short Description Feeder Superclass for GUIBB Payment Cards & Authorizations    
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 20090304   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20090304
2 IF_FPM_GUIBB_CONSTANTS Constants for GUIBB 20090304
Friends
Class CL_LO_OIF_GUIBB_CCARD_CAUTH 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) 20090304
2 GC_GROUP_TYPE Instance attribute Public Attribute reference (LIKE) 20090304
3 GC_GUIBB_FORM_ACTIONS Instance attribute Public Attribute reference (LIKE) 20090304
4 GC_GUIBB_FORM_DYNAMIC_VALUES Instance attribute Public Attribute reference (LIKE) 20090304
5 GC_GUIBB_FORM_NODES Instance attribute Public Attribute reference (LIKE) 20090304
6 GC_GUIBB_LIST Instance attribute Public Attribute reference (LIKE) 20090304
7 GC_GUIBB_LIST_ACTIONS Instance attribute Public Attribute reference (LIKE) 20090304
8 GC_GUIBB_LIST_NODES Instance attribute Public Attribute reference (LIKE) 20090304
9 GC_GUIBB_SPECIAL_GROUP Instance attribute Public Attribute reference (LIKE) 20090304
10 GC_GUIB_ATTRIBUTES Instance attribute Public Attribute reference (LIKE) 20090304
11 MS_SEL_STRU Instance attribute Protected Type reference (TYPE) TCS_SEL_STRUC 20100302
12 MT_CAUTH_CUST Instance attribute Protected Type reference (TYPE) TCT_NAME_RANGE 20100303
13 MT_CCARD_CUST Instance attribute Protected Type reference (TYPE) TCT_NAME_RANGE 20100303
14 MV_MY_CLS_NAME Instance attribute Protected Type reference (TYPE) ABAP_ABSTYPENAME 20090304
15 ST_CAUTH_COMR Static Attribute Protected Type reference (TYPE) TCT_NAME_RANGE 20090304
16 ST_CAUTH_COMV Static Attribute Protected Type reference (TYPE) TCT_NAME_RANGE 20090304
17 ST_CCARD_COMR Static Attribute Protected Type reference (TYPE) TCT_NAME_RANGE 20090304
18 ST_CCARD_COMV Static Attribute Protected Type reference (TYPE) TCT_NAME_RANGE 20090304
Methods
# Method Level Visibility Method type Description Created on
1 ADD_GROUPS Instance method Protected Method Add groups 20090309
2 ADOPT_FLD_DEF Instance method Protected Method Non generically adopt field definition on field level 20090304
3 CHECK_DISPLAY_TYPE_ELEM Instance method Protected Method Check display type of elements 20090304
4 GET_SEL_STRU Instance method Protected Method Provides payment card/auth data sections to be covered 20100302
5 PARSE_SELECTED_FIELDS Instance method Protected Method Checks which kind of item fields are on layout 20090304
Events
Class CL_LO_OIF_GUIBB_CCARD_CAUTH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TCS_NAME_RANGE Protected See coding 20090304 tcs_name_range type line of tct_name_range
2 TCS_SEL_STRUC Protected See coding 20090304 begin of tcs_sel_struc, ccard_v type boole_d, ccard_r type boole_d, ccard_cust TYPE boole_d, cauth_v TYPE boole_d, cauth_r TYPE boole_d, cauth_cust TYPE boole_d, end of tcs_sel_struc
3 TCT_NAME_RANGE Protected See coding 20090304 tct_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 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) TABNAME Object type 20090309
2 Returning RT_GROUP Value transfer Type reference (TYPE) FPMGB_T_SPECIAL_GROUPS Special Groups for GUIBB Field Grouping 20090309

Method ADD_GROUPS on class CL_LO_OIF_GUIBB_CCARD_CAUTH 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 20090304
2 Changing CT_LIST_FLD_DEF Call by reference Type reference (TYPE) FPMGB_T_LISTFIELD_DESCR 20090304
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) TABNAME Object type 20090304

Method ADOPT_FLD_DEF on class CL_LO_OIF_GUIBB_CCARD_CAUTH 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 20090304
2 Importing IT_ELEM Call by reference Type reference (TYPE) ANY TABLE 20090304
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) TABNAME Object type 20090304

Method CHECK_DISPLAY_TYPE_ELEM on class CL_LO_OIF_GUIBB_CCARD_CAUTH 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 Item structures involved according to selected fields 20100302

Method GET_SEL_STRU on class CL_LO_OIF_GUIBB_CCARD_CAUTH 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 20090304
2 Importing IT_SELECTED_FIELDS Call by reference Type reference (TYPE) FPMGB_T_SELECTED_FIELDS 20090304

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