SAP ABAP Class CL_EPIC_PP_UIL (UI Logic for Partial Payment)
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_PP_UIL  
Short Description UI Logic for Partial Payment    
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 20130527   SAP 
Last change 20140121   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
Class CL_EPIC_PP_UIL has no interface implemented.
Friends
Class CL_EPIC_PP_UIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_SHKZG_CREDIT Constant Private Type reference (TYPE) SHKZG 'H' Credit 20130708
2 GC_SHKZG_DEBIT Constant Private Type reference (TYPE) SHKZG 'S' Debit 20130708
3 GC_STATUS_EXCEPTION Constant Private Type reference (TYPE) EPIC_ITEM_STATUS '090' Item Status 20130708
4 GC_STATUS_IN_PREPARATION Constant Private Type reference (TYPE) EPIC_ITEM_STATUS '010' Item Status 20130708
5 GC_STATUS_NEED_ADDED Constant Private Type reference (TYPE) EPIC_ITEM_STATUS '120' Item Status 20130708
6 GC_STATUS_REJECTED Constant Private Type reference (TYPE) EPIC_ITEM_STATUS '020' Item Status 20130708
7 GC_STATUS_RELEASE_FOR_PAYMENT Constant Private Type reference (TYPE) EPIC_ITEM_STATUS '040' Item Status 20130708
8 GC_VARIANT_HANDLE Constant Private See coding 'IP' 20130708
9 GF_ALV_GRID_MODIFIED Static Attribute Public Type reference (TYPE) ABAP_BOOL Flag for ALV Grid Modified 20130813
10 GR_CONTAINER Static Attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20130708
11 GR_GRID Static Attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20130708
12 GS_GRID_LAYOUT Static Attribute Private Type reference (TYPE) LVC_S_LAYO ALV control: Layout structure 20130708
13 GS_GRID_VARIANT Static Attribute Private Type reference (TYPE) DISVARIANT Layout (External Use) 20130708
14 GT_EXCLUDED_FUNCTIONS Static Attribute Private Type reference (TYPE) UI_FUNCTIONS Function Code Table 20130708
15 GT_GRID_DATA Static Attribute Private Type reference (TYPE) EPIC_T_PP_ITEM Payment Items Table Type 20130708
16 GT_GRID_FCAT Static Attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20130708
17 GT_SELECTED_KEYS Static Attribute Private Type reference (TYPE) EPIC_T_ITEM_KEYS Payment Item Keys Table Type 20130708
18 MF_ACTION Static Attribute Public Type reference (TYPE) STRING 20130708
19 MR_PP_MANAGER Static Attribute Private Object reference (TYPE REF TO) CL_EPIC_PRTL_PYMT_MGR EPIC: Partial Payment Manager 20130708
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BEFORE_NAVIGATION Static method Public Method Chcek could submit or pay together before navigation 20130708
2 CONTINUE_WITH_MESSAGE_OR_NOT Static method Public Method 20131028
3 FREE_OBJECTS Static method Public Method Free objects 20130708
4 GET_CHECKED_KEYS_ITEMS Static method Public Method 20130708
5 INIT Static method Public Method Init Background Logic 20130708
6 NEED_FURTHER_POPUP Static method Public Method Check if we need further Popup 20130708
7 PBO_DISPLAY_DATA Static method Public Method Display Data 20130708
8 PBO_INIT_SCREEN Static method Public Method Init Partial Payment Screen 20130708
9 PBO_SELECT_DATA Static method Public Method Select Data 20130708
10 _DISABLE_CHECKBOX_INVALID Static method Private Method Disable checkbox for Exception etc invalid situation 20130708
11 _EVENT_CALCULATE_AMOUNTS Static method Private Event handling method Calculate Partial Payment Amounts 20130708
12 _EVENT_HANDLE_TOOLBAR Static method Private Event handling method Handle Toolbar 20130708
13 _EVENT_HOTSPOT_CLICK Static method Private Event handling method 20130708
14 _EVENT_SELECTION_CHANGED Static method Private Event handling method Event for Selection Changed 20130708
15 _EVENT_USER_COMMAND Static method Private Event handling method Event to handle user command 20130708
16 _GET_TRANSIENTS Static method Public Method 20130708
17 _INIT_TOOLBAR_EXCLUDING Static method Private Method Initialize Table of Toolbar Excluding 20130708
18 _MARK_PREV_SEL_LINES Static method Private Method 20130708
19 _PROVIDE_STANDARD_FCAT Static method Private Method 20130708
Events
Class CL_EPIC_PP_UIL has no event.
Types
Class CL_EPIC_PP_UIL has no local type.
Method Signatures

Method CHECK_BEFORE_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) EPIC_T_MESSAGES Messages Table Type 20130708
2 Importing IS_PP_AMOUNTS Call by reference Type reference (TYPE) EPIC_S_PP_AMOUNTS Amounts for Partial Payment 20130708
3 Importing IV_ACTION Call by reference Type reference (TYPE) STRING 20130708

Method CHECK_BEFORE_NAVIGATION on class CL_EPIC_PP_UIL has no exception.

Method CONTINUE_WITH_MESSAGE_OR_NOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONTINUE Call by reference Type reference (TYPE) ABAP_BOOL 20131028
2 Importing IT_MESSAGE Call by reference Type reference (TYPE) EPIC_T_MESSAGES Messages Table Type 20131028

Method CONTINUE_WITH_MESSAGE_OR_NOT on class CL_EPIC_PP_UIL has no exception.

Method FREE_OBJECTS Signature

Method FREE_OBJECTS on class CL_EPIC_PP_UIL has no parameter.
Method FREE_OBJECTS on class CL_EPIC_PP_UIL has no exception.

Method GET_CHECKED_KEYS_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHECKED_ITEMS Call by reference Type reference (TYPE) EPIC_T_PRL_ITEMS Table Type of PRL Items (Database Table) 20130708
2 Exporting ET_CHECKED_KEYS Call by reference Type reference (TYPE) EPIC_T_ITEM_KEYS Payment Item Keys Table Type 20130708

Method GET_CHECKED_KEYS_ITEMS on class CL_EPIC_PP_UIL has no exception.

Method INIT Signature

Method INIT on class CL_EPIC_PP_UIL has no parameter.
Method INIT on class CL_EPIC_PP_UIL has no exception.

Method NEED_FURTHER_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_NEED_POPUP Call by reference Type reference (TYPE) ABAP_BOOL 20130708
2 Importing IT_DATA Call by reference Type reference (TYPE) EPIC_T_PRL_ITEMS Table Type of PRL Items (Database Table) 20130708
3 Importing IV_ACTION Call by reference Type reference (TYPE) STRING 20130708

Method NEED_FURTHER_POPUP on class CL_EPIC_PP_UIL has no exception.

Method PBO_DISPLAY_DATA Signature

Method PBO_DISPLAY_DATA on class CL_EPIC_PP_UIL has no parameter.
Method PBO_DISPLAY_DATA on class CL_EPIC_PP_UIL has no exception.

Method PBO_INIT_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DEFAULT_SEL_GRP Call by reference Type reference (TYPE) EPIC_S_ITEM Default Selected Group 20130708
2 Exporting ES_PP_AMOUNTS Call by reference Type reference (TYPE) EPIC_S_PP_AMOUNTS Amounts for Partial Payment 20130708

Method PBO_INIT_SCREEN on class CL_EPIC_PP_UIL has no exception.

Method PBO_SELECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) EPIC_T_PRL_ITEMS Payment Items Table Type 20130708

Method PBO_SELECT_DATA on class CL_EPIC_PP_UIL has no exception.

Method _DISABLE_CHECKBOX_INVALID Signature

Method _DISABLE_CHECKBOX_INVALID on class CL_EPIC_PP_UIL has no parameter.
Method _DISABLE_CHECKBOX_INVALID on class CL_EPIC_PP_UIL has no exception.

Method _EVENT_CALCULATE_AMOUNTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_GOOD_CELLS Call by reference Attribute reference (LIKE) 20130708
2 Importing E_MODIFIED Call by reference Attribute reference (LIKE) 20130708

Method _EVENT_CALCULATE_AMOUNTS on class CL_EPIC_PP_UIL has no exception.

Method _EVENT_HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20130708

Method _EVENT_HANDLE_TOOLBAR on class CL_EPIC_PP_UIL has no exception.

Method _EVENT_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20130708
2 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) 20130708
3 Importing E_ROW_ID Value transfer Attribute reference (LIKE) 20130708

Method _EVENT_HOTSPOT_CLICK on class CL_EPIC_PP_UIL has no exception.

Method _EVENT_SELECTION_CHANGED Signature

Method _EVENT_SELECTION_CHANGED on class CL_EPIC_PP_UIL has no parameter.
Method _EVENT_SELECTION_CHANGED on class CL_EPIC_PP_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 Call by reference Attribute reference (LIKE) 20130708

Method _EVENT_USER_COMMAND on class CL_EPIC_PP_UIL has no exception.

Method _GET_TRANSIENTS Signature

Method _GET_TRANSIENTS on class CL_EPIC_PP_UIL has no parameter.
Method _GET_TRANSIENTS on class CL_EPIC_PP_UIL has no exception.

Method _INIT_TOOLBAR_EXCLUDING Signature

Method _INIT_TOOLBAR_EXCLUDING on class CL_EPIC_PP_UIL has no parameter.
Method _INIT_TOOLBAR_EXCLUDING on class CL_EPIC_PP_UIL has no exception.

Method _MARK_PREV_SEL_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELECTED_KEYS Call by reference Type reference (TYPE) EPIC_T_ITEM_KEYS Payment Item Keys Table Type 20130708

Method _MARK_PREV_SEL_LINES on class CL_EPIC_PP_UIL has no exception.

Method _PROVIDE_STANDARD_FCAT Signature

Method _PROVIDE_STANDARD_FCAT on class CL_EPIC_PP_UIL has no parameter.
Method _PROVIDE_STANDARD_FCAT on class CL_EPIC_PP_UIL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in