SAP ABAP Class CL_EPIC_QC_UIL (UI Logic for Query Center (EPIC) using Framework)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-LOC (Application Component) Localization
     ID-FI-EPIC-GEN-UI (Package) Globalization: E-Payment Integration User Interface Objects
Properties
Class CL_EPIC_QC_UIL  
Short Description UI Logic for Query Center (EPIC) using Framework    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ID-FI-EPIC-GEN-UI   Globalization: E-Payment Integration User Interface Objects 
Created 20111102   SAP 
Last change 20130531   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 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_EPIC_QC_UIL has no interface implemented.
Friends
Class CL_EPIC_QC_UIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GF_DATA_SELECTED Static Attribute Private Type reference (TYPE) FLAG General Flag 20111102
2 GR_CONTAINER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20111102
3 GR_GRID Static Attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20111102
4 GR_GRID_DATA Static Attribute Private Object reference (TYPE REF TO) DATA Dynamic ALV Table Content 20111102
5 GS_QUERY_SELECT_OLD Static Attribute Private Type reference (TYPE) EPIC_BACO_QC_QUERY_SELECT Query Selection 20111102
6 GT_BCTYP Static Attribute Private See coding 20111102
7 GT_GRID_FCAT Static Attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20111102
8 GT_INCOMING_MESSAGES Static Attribute Private Type reference (TYPE) BAL_T_MSG Application Log: Table with Messages 20111102
9 GT_QUERY_SELECT Static Attribute Private Type reference (TYPE) TTY_EPIC_BACO_QC_QUERY_SELECT 20111102
10 GT_SVAL_PARAMS Static Attribute Private Type reference (TYPE) TTY_SVAL_PARAMS 20111102
11 GV_ALV_STRUC_NAME Static Attribute Private Type reference (TYPE) TABNAME Table Name 20111102
12 GV_FILE Static Attribute Private Type reference (TYPE) XSTRING 20111102
13 GV_PARAM_STRUC_NAME Static Attribute Private Type reference (TYPE) TABNAME Table Name 20111102
14 GV_REPID Static Attribute Private Attribute reference (LIKE) SY-REPID 20111102
Methods
# Method Level Visibility Method type Description Created on
1 PAI_USER_COMMAND Static method Public Method User Command 20111102
2 PBO_INIT_SCREEN Static method Public Method Init Screen 20111102
3 SEND_QUERY_TO_BANK Static method Public Method Init Screen 20111102
4 _EVENT_MENU_BUTTON Static method Private Event handling method 20111102
5 _EVENT_TOOLBAR Static method Private Event handling method 20111102
6 _EVENT_USER_COMMAND Static method Private Event handling method 20111102
7 _HANDLE_QUERY_SELECTIONS Static method Private Method 20111102
8 _SHOW_QUERY_PARAMETERS Static method Private Method Show query parameters 20111102
Events
Class CL_EPIC_QC_UIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_EPIC_BACO_QC_QUERY_SELECT Private See coding 20111102 tty_epic_baco_qc_query_select type standard table of epic_baco_qc_query_select
2 TTY_SVAL_PARAMS Private See coding 20111102 tty_sval_params type standard table of sval
3 TY_BCTYP Public See coding 20111102 begin of ty_bctyp, bctyp type epic_bank_comm_type, spras type spras, bctyp_text type epic_bank_comm_type, action_code type ui_func, action_text type gui_text, end of ty_bctyp
Method Signatures

Method PAI_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_QUERY_SELECT Call by reference Type reference (TYPE) EPIC_BACO_QC_QUERY_SELECT Query Selection 20111102
2 Importing IV_BACKGROUND Call by reference Type reference (TYPE) EPIC_BANK_COMM_BACKGROUND Process Bank Communication in Background Task 20120215
3 Importing IV_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM Function Code That Triggered PAI 20111102

Method PAI_USER_COMMAND on class CL_EPIC_QC_UIL has no exception.

Method PBO_INIT_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_QUERY_SELECT Call by reference Type reference (TYPE) EPIC_BACO_QC_QUERY_SELECT Query Selection 20111102

Method PBO_INIT_SCREEN on class CL_EPIC_QC_UIL has no exception.

Method SEND_QUERY_TO_BANK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_QUERY_SELECT Call by reference Type reference (TYPE) EPIC_BACO_QC_QUERY_SELECT Query Selection 20111102
2 Importing IV_BACKGROUND Call by reference Type reference (TYPE) EPIC_BANK_COMM_BACKGROUND Process Bank Communication in Background Task 20120215

Method SEND_QUERY_TO_BANK on class CL_EPIC_QC_UIL has no exception.

Method _EVENT_MENU_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20111102
2 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20111102

Method _EVENT_MENU_BUTTON on class CL_EPIC_QC_UIL has no exception.

Method _EVENT_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Value transfer Attribute reference (LIKE) 20111102
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20111102

Method _EVENT_TOOLBAR on class CL_EPIC_QC_UIL has no exception.

Method _EVENT_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20111102

Method _EVENT_USER_COMMAND on class CL_EPIC_QC_UIL has no exception.

Method _HANDLE_QUERY_SELECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_QUERY_SELECT Call by reference Type reference (TYPE) EPIC_BACO_QC_QUERY_SELECT Query Selection 20111102

Method _HANDLE_QUERY_SELECTIONS on class CL_EPIC_QC_UIL has no exception.

Method _SHOW_QUERY_PARAMETERS Signature

Method _SHOW_QUERY_PARAMETERS on class CL_EPIC_QC_UIL has no parameter.
Method _SHOW_QUERY_PARAMETERS on class CL_EPIC_QC_UIL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607