SAP ABAP Class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD (Generic Master Data UI for WebDynpro)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-SEM-BCS (Application Component) Business Consolidation
⤷
UCM0 (Package) SEM-BCS: Data Basis, Cons Area, ...
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UC_MD_CHAR_VALUE_GUI_WD | Generic Master Data UI for WebDynpro | 20050119 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_APPLICATION_DATA | FIN Workbench: Propagate Application-specific Data | 20050119 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_MENU_WD | FinBasis Workbench: Menu / Toolbar in WebDynpro | 20050218 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_VIEW_WD | FinBasis Workbench: Communication WebDynpro - Data Class | 20050119 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_UC_MD_CHAR_VALUE_EXT_GUI_WD | Master Data Maintenance with SEM-BCS Extensions | 20050127 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_UC_MD_CHAR_VALUE_GUI_WD | Generic Master Data UI for WebDynpro | 20050127 |
Properties
| Class | CL_UC_MD_CHAR_VALUE_DEF_GUI_WD | |
| Short Description | Generic Master Data UI for WebDynpro | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UCM0 | SEM-BCS: Data Basis, Cons Area, ... |
| Created | 20050119 | SAP |
| Last change | 20050301 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UC_MD_CHAR_VALUE_GUI_WD | Generic Master Data UI for WebDynpro | 20050119 | ||
| 2 | IF_UG_WB_APPLICATION_DATA | FIN Workbench: Propagate Application-specific Data | 20050119 | ||
| 3 | IF_UG_WB_MENU_WD | FinBasis Workbench: Menu / Toolbar in WebDynpro | 20050218 | ||
| 4 | IF_UG_WB_VIEW_WD | FinBasis Workbench: Communication WebDynpro - Data Class | 20050119 |
Friends
Class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD 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) | UG_FLG | FIN Master Data: General Indicator | 20050119 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_UG_MD_CHAR_VALUE | FIN Master Data: Representation of a Characteristic Value | 20050119 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_UG_MD_FACTORY | FIN Master Data: Central Access Point (Factory) | 20050119 | |||
| 4 | Static Attribute | Protected | Type reference (TYPE) | T_GROUP | 20050119 | ||||
| 5 | Static Attribute | Protected | Type reference (TYPE) | T_GROUP_FIELD | 20050119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20050127 | ||
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050119 | |
| 3 | Instance method | Private | Method | 20050119 | ||
| 4 | Instance method | Protected | Method | 20050119 | ||
| 5 | Instance method | Private | Method | 20050119 | ||
| 6 | Instance method | Protected | Method | 20050119 | ||
| 7 | Instance method | Protected | Method | 20050127 | ||
| 8 | Instance method | Protected | Method | 20050127 |
Events
Class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_GROUP | Protected | See coding | 20050127 | BEGIN OF s_group,
role TYPE ug_role,
group TYPE ug_seqnr2,
caption TYPE string,
new_row type ug_flg,
callback type char30,
END OF s_group
|
||
| 2 | S_GROUP_FIELD | Protected | See coding | 20050127 | BEGIN OF s_group_field,
role TYPE ug_role,
group TYPE ug_seqnr2,
seqnr type ug_seqnr2,
attribute TYPE ug_fieldname,
display_only TYPE ug_flg,
checkbox TYPE ug_flg,
dropdown TYPE ug_flg,
ui_representation type char1,
END OF s_group_field
|
||
| 3 | T_GROUP | Protected | See coding | 20050127 | t_group TYPE HASHED TABLE OF s_group WITH UNIQUE KEY role group
|
||
| 4 | T_GROUP_FIELD | Protected | See coding | 20050127 | t_group_field TYPE HASHED TABLE OF s_group_field WITH UNIQUE KEY
role attribute
|
Method Signatures
Method CALL_BEFORE_NAVIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COMPONENT | Call by reference | Type reference (TYPE) | STRING | 20050127 | ||||
| 2 | E_PLUG | Call by reference | Type reference (TYPE) | STRING | 20050127 | ||||
| 3 | E_WINDOW | Call by reference | Type reference (TYPE) | STRING | 20050127 |
Method CALL_BEFORE_NAVIGATION on class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD has no parameter.
Method CLASS_CONSTRUCTOR on class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD has no exception.
Method CREATE_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20040914-103236 | 20050119 | |||
| 2 | IF_NEW_ROW | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20050119 | |||
| 3 | IO_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20040914-103236 | 20050119 | |||
| 4 | I_ID | Call by reference | Type reference (TYPE) | STRING | 20050119 |
Method CREATE_CONTAINER on class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD has no exception.
Method CREATE_DATA_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20050119 | ||||
| 2 | IO_CHAR | Call by reference | Object reference (TYPE REF TO) | IF_UG_MD_CHAR | FI-Stammdaten: Repräsentanz eines Merkmals | 20050119 |
Method CREATE_DATA_REFERENCE on class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD has no exception.
Method CREATE_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20040914-103236 | 20050119 | |||
| 2 | IF_NEW_ROW | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20050119 | |||
| 3 | IO_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20040914-103236 | 20050119 | |||
| 4 | I_CAPTION | Call by reference | Type reference (TYPE) | STRING | 20050119 | ||||
| 5 | I_COLUMNS | Call by reference | Type reference (TYPE) | I | 20050119 | ||||
| 6 | I_ID | Call by reference | Type reference (TYPE) | STRING | 20050119 |
Method CREATE_GROUP on class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD has no exception.
Method GET_ATTRIBUTE_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ADEP | Call by reference | Type reference (TYPE) | UGMD_TS_ADEP | FIN-Stammdaten: Klammerung von Attributen | 20050119 | |||
| 2 | ET_DEPGROUP | Call by reference | Type reference (TYPE) | UGMD_TS_DEPGROUP | FIN-Stammdaten: Klammerungsgruppen | 20050119 | |||
| 3 | ET_FATTR | Call by reference | Type reference (TYPE) | UGMD_TH_FATTR | FIN-Stammdaten: Attributeigenschaften | 20050119 | |||
| 4 | ET_FATTR_GUI | Call by reference | Type reference (TYPE) | UGMD_TH_FATTR_GUI | FIN-Stammdaten: Attributeigenschaften für Pflege | 20050119 | |||
| 5 | IO_CHAR | Call by reference | Object reference (TYPE REF TO) | IF_UG_MD_CHAR | FI-Stammdaten: Repräsentanz eines Merkmals | 20050119 |
Method GET_ATTRIBUTE_DEFINITION on class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD has no exception.
Method LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_IS_EDIT | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20050127 | |||
| 2 | IO_CUST | Call by reference | Object reference (TYPE REF TO) | IF_UC_CUST_DATA_EXT | Externe Sicht auf Customizing-Daten | 20050127 |
Method LOAD on class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD has no exception.
Method UNLOAD Signature
Method UNLOAD on class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD has no parameter.
Method UNLOAD on class CL_UC_MD_CHAR_VALUE_DEF_GUI_WD has no exception.
History
| Last changed by/on | SAP | 20050301 |
| SAP Release Created in | 600 |