SAP ABAP Interface IF_UAC_VIEW (UAC View)
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_VIEW_GRID | IF_UAC_VIEW_GRID | 20040716 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_UAC_VIEW_ABSTRACT | Abstract View | 20040716 |
Properties
Interface | IF_UAC_VIEW | |
Short Description | UAC View |
General Data
Package | UAC_VIEW | Views for MVC Pattern |
Created | 20040716 | SAP |
Last changed | 20041209 | SAP |
Unicode checks active |
Forward declarations
Interface IF_UAC_VIEW has no forward declaration.
Interfaces
Interface IF_UAC_VIEW has no interface.
Friends
Interface IF_UAC_VIEW has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MD_HAS_ASSIGNMENT | Instance attribute | Public | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Indicator (0 = FALSE, 1 = TRUE) | 20040720 | ||
2 | MD_IS_EDITABLE | Instance attribute | Public | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Indicator (0 = FALSE, 1 = TRUE) | 20040720 | ||
3 | MD_IS_SHOWING | Instance attribute | Public | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Indicator (0 = FALSE, 1 = TRUE) | 20040720 | ||
4 | MD_IS_VISIBLE | Instance attribute | Public | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Indicator (0 = FALSE, 1 = TRUE) | 20040726 | ||
5 | MD_REFRESH_REQUIRED | Instance attribute | Public | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Indicator (0 = FALSE, 1 = TRUE) | 20040726 | ||
6 | MD_VIEW_ID | Instance attribute | Public | Type reference (TYPE) | UAC_EXT_ID | Analytical Cost Management: Ext. ID for Control Elements | 20040716 | ||
7 | MD_VIEW_TYPE | Instance attribute | Public | Type reference (TYPE) | UAC_VIEW_TYPE | Analytical Cost Management: Type of a View [Grid|Tree] | 20040716 | ||
8 | MR_CONVERTER | Instance attribute | Public | Object reference (TYPE REF TO) | IF_UAC_TREE_CONVERTER | Converter for Data from and to Char128 | 20040720 | ||
9 | MR_GUI_CONTROL | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_CONTROL | Proxy Class for Control in GUI | 20040922 | ||
10 | MR_MODEL | Instance attribute | Public | Object reference (TYPE REF TO) | IF_UAC_ASSIGNMENT_MODEL | view gets assignment data from model via this interface | 20040716 | ||
11 | MR_PARENT_CONTAINER | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20040716 | ||
12 | MR_STYLE_MANAGER | Instance attribute | Public | Object reference (TYPE REF TO) | IF_UAC_ASSIGNMNT_STYLE_MANAGER | Includes IF_UAC_[TREE|EDGE]_STYLE_MANAGER | 20040721 | ||
13 | MS_NEXT_VIEW_ITEM | Instance attribute | Public | Type reference (TYPE) | UAC_S_ITEM | Analytical Cost Management: Item | 20040726 | ||
14 | MS_VIEW_ITEM | Instance attribute | Public | Type reference (TYPE) | UAC_S_ITEM | Analytical Cost Management: Item ID | 20040719 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check changed data | 20040804 |
2 | ![]() |
Instance method | Public | Method | Free view | 20040716 |
3 | ![]() |
Instance method | Public | Method | Get grid | 20040721 |
4 | ![]() |
Instance method | Public | Method | get cl_gui_control | 20040922 |
5 | ![]() |
Instance method | Public | Method | get model | 20040716 |
6 | ![]() |
Instance method | Public | Method | get the parent control container | 20040716 |
7 | ![]() |
Instance method | Public | Method | get id of this view | 20040716 |
8 | ![]() |
Instance method | Public | Method | get current view item | 20040719 |
9 | ![]() |
Instance method | Public | Method | get strategy id of this view | 20040719 |
10 | ![]() |
Instance method | Public | Method | get type [grid|tree] of this view | 20040716 |
11 | ![]() |
Instance method | Public | Method | view supports assignments with assignment column | 20040720 |
12 | ![]() |
Instance method | Public | Method | is the view editable? | 20040716 |
13 | ![]() |
Instance method | Public | Method | is the view showing, (i.e. has SHOW( ) been called already)? | 20040716 |
14 | ![]() |
Instance method | Public | Method | is the view visible? | 20040726 |
15 | ![]() |
Instance method | Public | Method | optimize width of [single|all] column(s) | 20040922 |
16 | ![]() |
Instance method | Public | Method | refresh view, eventually with new view item | 20040716 |
17 | ![]() |
Instance method | Public | Method | set the editability of the view | 20040716 |
18 | ![]() |
Instance method | Public | Method | set visibility of view | 20040726 |
19 | ![]() |
Instance method | Public | Method | call SHOW to start displaying, model must be initialized! | 20040716 |
Events
Interface IF_UAC_VIEW has no event.
Types
Interface IF_UAC_VIEW has no local type.
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_IS_VALID | Value transfer | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag (0 = FALSCH, 1 = WAHR) | 20041118 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SHOW( ) has not been called yet | 20040922 |
Method FREE Signature
Method FREE on Interface IF_UAC_VIEW has no parameter.
Method FREE on Interface IF_UAC_VIEW has no exception.
Method GET_GRID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_GRID | Value transfer | Object reference (TYPE REF TO) | IF_UAC_VIEW_GRID | IF_UAC_VIEW_GRID | 20040721 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SHOW( ) has not been called yet | 20040922 |
Method GET_GUI_CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_GUI_CONTROL | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTROL | Proxy-Klasse für Control im GUI | 20040922 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SHOW( ) has not been called yet | 20040922 |
Method GET_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_UAC_ASSIGNMENT_MODEL | view gets assignment data from model via this interface | 20040716 |
Method GET_MODEL on Interface IF_UAC_VIEW has no exception.
Method GET_PARENT_CONTAINER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_PARENT_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20040716 |
Method GET_PARENT_CONTAINER on Interface IF_UAC_VIEW has no exception.
Method GET_VIEW_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_VIEW_ID | Value transfer | Type reference (TYPE) | UAC_EXT_ID | Analytical Cost Management: ext. ID für Control-Elemente | 20040716 |
Method GET_VIEW_ID on Interface IF_UAC_VIEW has no exception.
Method GET_VIEW_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_VIEW_ITEM | Value transfer | Type reference (TYPE) | UAC_S_ITEM | Analytical Cost Management: Item | 20040719 |
Method GET_VIEW_ITEM on Interface IF_UAC_VIEW has no exception.
Method GET_VIEW_STRATEGY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_VIEW_STRATEGY_ID | Value transfer | Type reference (TYPE) | UAC_EXT_ID | Analytical Cost Management: ext. ID für Control-Elemente | 20040719 |
Method GET_VIEW_STRATEGY_ID on Interface IF_UAC_VIEW has no exception.
Method GET_VIEW_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_VIEW_TYPE | Value transfer | Type reference (TYPE) | UAC_VIEW_TYPE | Analytical Cost Management: Typ eines Views [Grid|Tree] | 20040716 |
Method GET_VIEW_TYPE on Interface IF_UAC_VIEW has no exception.
Method HAS_ASSIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_HAS_ASSIGNMENT | Value transfer | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag (0 = FALSCH, 1 = WAHR) | 20040720 |
Method HAS_ASSIGNMENT on Interface IF_UAC_VIEW has no exception.
Method IS_EDITABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_IS_EDITABLE | Value transfer | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag (0 = FALSCH, 1 = WAHR) | 20040716 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SHOW( ) has not been called yet | 20040922 |
Method IS_SHOWING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_IS_SHOWING | Value transfer | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag (0 = FALSCH, 1 = WAHR) | 20040716 |
Method IS_SHOWING on Interface IF_UAC_VIEW has no exception.
Method IS_VISIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_VISIBLE | Value transfer | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag (0 = FALSCH, 1 = WAHR) | 20040726 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SHOW( ) has not been called yet | 20040922 |
Method OPTIMIZE_COLUMN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_COLUMN_ID | Call by reference | Type reference (TYPE) | UAC_COLUMN_ID | Analytical Cost Management: ID einer Spalte | 20040922 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SHOW( ) has not been called yet | 20040922 |
Method REFRESH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_VIEW_ITEM | Call by reference | Type reference (TYPE) | UAC_S_ITEM | Analytical Cost Management: Item | 20040726 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SHOW( ) has not been called yet | 20040922 |
Method SET_EDITABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_EDITABLE | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag (0 = FALSCH, 1 = WAHR) | 20040716 |
Method SET_EDITABLE on Interface IF_UAC_VIEW has no exception.
Method SET_VISIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_VISIBLE | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag (0 = FALSCH, 1 = WAHR) | 20040726 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SHOW( ) has not been called yet | 20040922 |
Method SHOW Signature
Method SHOW on Interface IF_UAC_VIEW has no parameter.
Method SHOW on Interface IF_UAC_VIEW has no exception.
History
Last changed by/on | SAP | 20041209 |
SAP Release Created in | 300 |