SAP ABAP Class CL_FPM_FORM_REPEATER_EXT_CTRL (Implementation of extended control)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_GUIBB (Package) Generic UI building blocks
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_FORM_REPEATER_EXT_CTRL Extended PBO control 20111020
Properties
Class CL_FPM_FORM_REPEATER_EXT_CTRL  
Short Description Implementation of extended control    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20111020   SAP 
Last change 20141120    
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_FPM_GUIBB_FORM_REP_DATA_MGR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_FORM_REPEATER_EXT_CTRL Extended PBO control 20111020
Friends
Class CL_FPM_FORM_REPEATER_EXT_CTRL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ASSIST Instance attribute Private Object reference (TYPE REF TO) CL_FPM_FORM_REP_UIBB_ASSIST Assistance class for FPM_FORM_REPEATER_UIBB 20121011
2 MS_SWAP_UIBB_KEY Instance attribute Public Attribute reference (LIKE) 20111020
3 MT_GROUPING Instance attribute Public Attribute reference (LIKE) 20111123
4 MT_SWAP_EVENT Instance attribute Private Type reference (TYPE) CL_FPM_GUIBB_FORM_REP_DATA_MGR=>TY_T_SWAP_EVENT 20111020
5 MV_CHANGE_ALLOWED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20111020
6 MV_EVENT_ID Instance attribute Public Type reference (TYPE) FPM_EVENT_ID Event for which the focus is requested 20120520
7 MV_FIELD_NAME Instance attribute Public Type reference (TYPE) NAME_KOMP Field for which the focus is requested 20120520
8 MV_GUIBB_ENABLED Instance attribute Public Attribute reference (LIKE) 20111024
9 MV_GUIBB_ENABLED_CHANGED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20111024
10 MV_ROW_INDEX Instance attribute Public Type reference (TYPE) I Row index of the repeating unit 20120520
11 MV_SWAP_INDEX Instance attribute Public Attribute reference (LIKE) 20111020
12 MV_SWAP_INDEX_CHANGED Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20111020
13 MV_SWAP_INDEX_OLD Instance attribute Public Type reference (TYPE) SYTABIX Index of Internal Tables 20111121
14 MV_SWAP_UIBB_HEIGHT Instance attribute Public Type reference (TYPE) STRING Height of swap UIBB 20140624
Methods
# Method Level Visibility Method type Description Created on
1 AFTER_FAILED_EVENT Instance method Public Method To be called at AFTER_FAILED_EVENT 20111020
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20121011
3 DETERMINE_NEW_SWAP_STATE Instance method Public Method To be called in the GET_UIBBS phase 20111021
4 EXIT_GET_DATA Instance method Public Method To be called after GET_DATA feeder invocation 20111020
5 INIT_GET_DATA Instance method Public Method To be called before GET_DATA feeder invocation 20111020
6 SET_GROUPING Instance method Public Method Set grouping fields 20111123
7 SET_SWAP_INDEX_INTERNAL Instance method Private Method Internal setter 20111020
8 SET_SWAP_UIBB Instance method Public Method Set Swap Data 20111028
Events
Class CL_FPM_FORM_REPEATER_EXT_CTRL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_GROUPING Public Attribute reference (LIKE) 20111123
2 TY_T_GROUPING Public Attribute reference (LIKE) 20111123
Method Signatures

Method AFTER_FAILED_EVENT Signature

Method AFTER_FAILED_EVENT on class CL_FPM_FORM_REPEATER_EXT_CTRL has no parameter.
Method AFTER_FAILED_EVENT on class CL_FPM_FORM_REPEATER_EXT_CTRL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ASSIST Call by reference Object reference (TYPE REF TO) CL_FPM_FORM_REP_UIBB_ASSIST Assistance class for FPM_FORM_REPEATER_UIBB 20121011

Method CONSTRUCTOR on class CL_FPM_FORM_REPEATER_EXT_CTRL has no exception.

Method DETERMINE_NEW_SWAP_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20111021
2 Importing IV_RAISED_BY_OWN_UI Call by reference Type reference (TYPE) BOOLE_D Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') 20111021
3 Returning RV_SWAP_UIBB_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20111021

Method DETERMINE_NEW_SWAP_STATE on class CL_FPM_FORM_REPEATER_EXT_CTRL has no exception.

Method EXIT_GET_DATA Signature

Method EXIT_GET_DATA on class CL_FPM_FORM_REPEATER_EXT_CTRL has no parameter.
Method EXIT_GET_DATA on class CL_FPM_FORM_REPEATER_EXT_CTRL has no exception.

Method INIT_GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUIBB_ENABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111024

Method INIT_GET_DATA on class CL_FPM_FORM_REPEATER_EXT_CTRL has no exception.

Method SET_GROUPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GROUPING Call by reference Type reference (TYPE) TY_T_GROUPING Grouping fields 20111123

Method SET_GROUPING on class CL_FPM_FORM_REPEATER_EXT_CTRL has no exception.

Method SET_SWAP_INDEX_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20111020

Method SET_SWAP_INDEX_INTERNAL on class CL_FPM_FORM_REPEATER_EXT_CTRL has no exception.

Method SET_SWAP_UIBB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SWAP_UIBB Call by reference Type reference (TYPE) CL_FPM_GUIBB_FORM_REP_DATA_MGR=>TY_S_SWAP_UIBB 20111028

Method SET_SWAP_UIBB on class CL_FPM_FORM_REPEATER_EXT_CTRL has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 732