SAP ABAP Interface IF_UAC_GUI_GROUP (IF_UAC_GUI_GROUP)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     UAC_VIEW (Package) Views for MVC Pattern
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_UAC_GUI_ATREE includes IF_UAC_GUI_[TREE|GROUP|EDGE] and OD 20020903
2 Interface composition (i COMPRISING i_ref)  IF_UAC_GUI_ETREE includes IF_UAC_GUI_[TREE|GROUP] and OD 20020903
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UAC_GUI_ALV_ATREE_ABSTRACT Abstract Class for ALV Tree Control 20031010
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UAC_GUI_ATREE_ABSTRACT Abstract Class for Assignment Control 20020327
Properties
Interface IF_UAC_GUI_GROUP  
Short Description IF_UAC_GUI_GROUP    
General Data
Package UAC_VIEW   Views for MVC Pattern 
Created 20020218   SAP 
Last changed 20041006   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_UAC_ASSIGNMENT_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_UAC_GUI_GROUP has no interface.
Friends
Interface IF_UAC_GUI_GROUP has no friend.
Attributes
Interface IF_UAC_GUI_GROUP has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DISPLAY_GROUP_PANEL Instance method Public Method switch grouping panel on/off 20020903
2 GET_GROUP_BY_INFORMATION Instance method Public Method get column order and column sorting from grouping panel 20020903
3 IS_GROUPING_ACTIVE Instance method Public Method is the tree currently in grouping mode? 20021122
4 IS_GROUPING_LOCKED Instance method Public Method Is grouping currently locked? 20021115
5 IS_GROUP_PANEL_DISPLAYED Instance method Public Method Is grouping panel currently displayed? 20020903
6 IS_GROUP_SHOWN_AS_TREE Instance method Public Method Is 'show as tree' - grouping mode currently on? 20021115
7 SET_GROUP_BY_INFORMATION Instance method Public Method set column order and sorting in grouping panel 20020903
8 SET_GROUP_PANEL_TEXT Instance method Public Method set default text (is displayed when grouping panel is empty) 20020903
9 SET_LOCKED_AT_GROUPING Instance method Public Method set frontend or backend grouping mode 20020903
10 SHOW_GROUP_AS_TREE Instance method Public Method set the 'tree' or the 'borg' visualization mode 20020903
Events
Interface IF_UAC_GUI_GROUP has no event.
Types
Interface IF_UAC_GUI_GROUP has no local type.
Method Signatures

Method DISPLAY_GROUP_PANEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_DISPLAY Call by reference Type reference (TYPE) UAC_FLAG IF_UAC_ASSIGNMENT_CONSTANTS=>FALSE Analytical Cost Management: Flag 20020903
2 Importing ID_TEXT Call by reference Type reference (TYPE) UAC_VALUE Analytical Cost Management: Wert 20020903
3 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID Analytical Cost Management: Baum-ID 20020903
# Exception Resumable Description Created on
1 CNTL_ERROR error from frontend control 20020903
2 IS_NOT_SHOWING SHOW( ) has not been called yet 20020904

Method GET_GROUP_BY_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUP_ORDER Value transfer Type reference (TYPE) UAC_T_COLUMN_ORDER Analytical Cost Management: Sortierung einer Spalte 20020903
# Exception Resumable Description Created on
1 CNTL_ERROR error from frontend control 20020903
2 IS_NOT_SHOWING SHOW( ) has not been called yet 20020904

Method IS_GROUPING_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID Analytical Cost Management: Baum-ID 20021122
2 Returning RD_ACTIVE Value transfer Type reference (TYPE) UAC_FLAG Analytical Cost Management: Flag 20021122
# Exception Resumable Description Created on
1 CNTL_ERROR error from frontend control 20021122
2 IS_NOT_SHOWING SHOW( ) has not been called yet 20021122

Method IS_GROUPING_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID Analytical Cost Management: Baum-ID 20021115
2 Returning RD_LOCKED Value transfer Type reference (TYPE) UAC_FLAG Analytical Cost Management: Flag 20021115
# Exception Resumable Description Created on
1 CNTL_ERROR error from frontend control 20021115
2 IS_NOT_SHOWING SHOW( ) has not been called yet 20021115

Method IS_GROUP_PANEL_DISPLAYED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID Analytical Cost Management: Baum-ID 20020903
2 Returning RD_DISPLAYED Value transfer Type reference (TYPE) UAC_FLAG Analytical Cost Management: Flag 20020903
# Exception Resumable Description Created on
1 CNTL_ERROR error from frontend control 20020903
2 IS_NOT_SHOWING SHOW( ) has not been called yet 20020904

Method IS_GROUP_SHOWN_AS_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID Analytical Cost Management: Baum-ID 20021115
2 Returning RD_TOGGLE_ON Value transfer Type reference (TYPE) UAC_FLAG Analytical Cost Management: Flag 20021115
# Exception Resumable Description Created on
1 CNTL_ERROR error from frontend control 20021115
2 IS_NOT_SHOWING SHOW( ) has not been called yet 20021115

Method SET_GROUP_BY_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GROUP_ORDER Call by reference Type reference (TYPE) UAC_T_COLUMN_ORDER Analytical Cost Management: Sortierung einer Spalte 20020903
# Exception Resumable Description Created on
1 CNTL_ERROR error from frontend control 20020903
2 IS_NOT_SHOWING SHOW( ) has not been called yet 20020904

Method SET_GROUP_PANEL_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TEXT Call by reference Type reference (TYPE) UAC_VALUE Analytical Cost Management: Wert 20020903
2 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID Analytical Cost Management: Baum-ID 20020903
# Exception Resumable Description Created on
1 CNTL_ERROR error from frontend control 20020903
2 IS_NOT_SHOWING SHOW( ) has not been called yet 20020904

Method SET_LOCKED_AT_GROUPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_LOCKED Call by reference Type reference (TYPE) UAC_FLAG IF_UAC_ASSIGNMENT_CONSTANTS=>TRUE Analytical Cost Management: Flag 20020903
2 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID Analytical Cost Management: Baum-ID 20020903
# Exception Resumable Description Created on
1 CNTL_ERROR error from frontend control 20020903
2 IS_NOT_SHOWING SHOW( ) has not been called yet 20020904
3 NOT_FOUND 20020903

Method SHOW_GROUP_AS_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TOGGLE_ON Call by reference Type reference (TYPE) UAC_FLAG IF_UAC_ASSIGNMENT_CONSTANTS=>TRUE Analytical Cost Management: Flag 20020903
2 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID Analytical Cost Management: Baum-ID 20020903
# Exception Resumable Description Created on
1 CNTL_ERROR error from frontend control 20020903
2 IS_NOT_SHOWING SHOW( ) has not been called yet 20020904
History
Last changed by/on SAP  20041006 
SAP Release Created in 3.1B