SAP ABAP Class CL_UC_ITGRP_GUI (Master Data: Breakdown Cat: GUI)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-SEM-BCS (Application Component) Business Consolidation
⤷
UCUMI (Package) SEM-BCS: User Interface: Item, Breakdown Category, ...

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UC_CUST_ACCOUNT_GUI | Assignment Screen | 20020613 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UC_CUST_GUI | Internal View of GUI Object | 20010703 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UC_CUST_GUI_EXT | External View at GUI Object | 20010703 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20010903 |
Properties
Class | CL_UC_ITGRP_GUI | |
Short Description | Master Data: Breakdown Cat: GUI | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UCUMI | SEM-BCS: User Interface: Item, Breakdown Category, ... |
Created | 20010703 | SAP |
Last change | 20050109 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_UC_CUST_ACCOUNT_GUI | Assignment Screen | 20020613 | ||
2 | IF_UC_CUST_GUI | Internal View of GUI Object | 20010703 | ||
3 | IF_UC_CUST_GUI_EXT | External View at GUI Object | 20010703 | ||
4 | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20010903 |
Friends
Class CL_UC_ITGRP_GUI has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UC_FLG | General Indicator, SAP Consolidation | 20030611 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20030411 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in Screen Area | 20030411 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_UC_ITGRP | SEM-BCS: Breakdown Category | 20010703 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_UC_MODEL | Model (Field Catalog, ...) | 20010703 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UCM_S_ITGRP_PROP | Breakdown Categories: Properties | 20010703 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GTX_ACCOUNT_GUI | 20020613 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UC0_TS_FFIX | Fixed Characteristic Values | 20020613 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TS_FIELD | 20010703 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UGMD_TS_CHAR_VALUE_GUI | Master Data: Generic GUI Communication | 20010703 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UC_FLG | General indicator, SAP Consolidation | 20020403 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UC_FLG | 'X' | General indicator, SAP Consolidation | 20020403 | |
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UC_FLG | General indicator, SAP Consolidation | 20020613 | ||
14 | ![]() |
Constant | Private | Type reference (TYPE) | SCRHDNUM | 1000 | Screen Number | 20010704 | |
15 | ![]() |
Constant | Private | Type reference (TYPE) | SCRHPROG | 'SAPLUCUMI_ITGRP' | Program Name | 20010704 | |
16 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_UC_ITGRP_GUI | Breakdown Category GUI | 20010703 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20010703 |
2 | ![]() |
Instance method | Public | Method | Get Display Mode | 20010725 |
3 | ![]() |
Instance method | Public | Method | Get GUI data | 20010703 |
4 | ![]() |
Instance method | Public | Method | Returns d_load | 20020613 |
5 | ![]() |
Instance method | Public | Method | Makes known the container and the ALV grid | 20020403 |
6 | ![]() |
Instance method | Private | Event handling method | Set Display Mode | 20010725 |
7 | ![]() |
Instance method | Public | Method | Set GUI data | 20010703 |
8 | ![]() |
Instance method | Public | Method | Display Messages | 20020403 |
Events
Class CL_UC_ITGRP_GUI has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GSX_ACCOUNT_GUI | Private | See coding | 20020613 | BEGIN OF gsx_account_gui,
account TYPE REF TO cl_uc_account_gui_data,
selcond TYPE REF TO cl_uc_account_gui_data2,
account_gui TYPE REF TO cl_uc_account_gui,
END OF gsx_account_gui
|
||
2 | GTX_ACCOUNT_GUI | Private | See coding | 20020613 | gtx_account_gui TYPE STANDARD TABLE OF gsx_account_gui
|
||
3 | S_FIELD | Private | See coding | 20010703 | begin of s_field,
fieldname type uc_fieldname,
breakdown type uc_breakdown,
value type uc_value,
end of s_field
|
||
4 | TS_FIELD | Private | See coding | 20010703 | ts_field type sorted table of s_field with
unique key fieldname
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_UC_ITGRP_GUI has no parameter.
Method CONSTRUCTOR on class CL_UC_ITGRP_GUI has no exception.
Method GET_DISPLAY_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_IS_EDIT | Call by reference | Type reference (TYPE) | UC_FLG | Display mode 'X' - change | 20010725 |
Method GET_DISPLAY_MODE on class CL_UC_ITGRP_GUI has no exception.
Method GET_GUI_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_SHOW_ALL | Call by reference | Type reference (TYPE) | UC_FLG | Allgemeines Kennzeichen SAP Konsolidierung | 20030611 | ||
2 | ![]() |
EO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UC_MODEL | Modell (Feldkatalog, ...) | 20010703 | ||
3 | ![]() |
ES_ITGRP_PROP | Call by reference | Type reference (TYPE) | UCM_S_ITGRP_PROP | Kontierungstypen: Eigenschaften | 20011002 | ||
4 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | UCM_TS_ITGRP | Kontierungstypen: Aufrißinformation pro Unterkontierung | 20010703 | ||
5 | ![]() |
ET_FFIX | Call by reference | Type reference (TYPE) | UC0_TS_FFIX | Fixierte Merkmalswerte | 20020613 |
Method GET_GUI_DATA on class CL_UC_ITGRP_GUI has no exception.
Method GET_LOAD_FLG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_LOAD | Call by reference | Type reference (TYPE) | UC_FLG | Allgemeines Kennzeichen SAP Konsolidierung | 20020613 |
Method GET_LOAD_FLG on class CL_UC_ITGRP_GUI has no exception.
Method SET_CONTROLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ALV_GRID | Call by reference | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20030411 | ||
2 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container fuer Custom Controls in der Dynpro Area | 20030411 |
Method SET_CONTROLS on class CL_UC_ITGRP_GUI has no exception.
Method SET_DISPLAY_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IS_EDIT | Value transfer | Attribute reference (LIKE) | 20010725 |
Method SET_DISPLAY_MODE on class CL_UC_ITGRP_GUI has no exception.
Method SET_GUI_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ITGRP_PROP | Call by reference | Type reference (TYPE) | UCM_S_ITGRP_PROP | Kontierungstypen: Eigenschaften | 20011002 | ||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | UCM_TS_ITGRP | Kontierungstypen: Aufrißinformation pro Unterkontierung | 20010703 |
Method SET_GUI_DATA on class CL_UC_ITGRP_GUI has no exception.
Method SHOW_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MESSAGE | Call by reference | Type reference (TYPE) | UC0_T_MESSAGE | Meldungen | 20020403 |
Method SHOW_MESSAGE on class CL_UC_ITGRP_GUI has no exception.
History
Last changed by/on | SAP | 20050109 |
SAP Release Created in | 3.1A |