SAP ABAP Class CL_UC_SSCR_GENERATE_GUI_WD (CL_UC_SSCR_GENERATE_GUI_WD)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-SEM-BCS (Application Component) Business Consolidation
⤷
UCUS0 (Package) SEM-BCS: User Interface: Status Management, Tasks, ...
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20050303 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_GUI_WD | FinBasis Workbench: GUI Class for Web Dynpro | 20041119 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_MENU_WD | FinBasis Workbench: Menu / Toolbar in WebDynpro | 20050405 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_VIEW_WD | FinBasis Workbench: Communication WebDynpro - Data Class | 20041119 |
Properties
| Class | CL_UC_SSCR_GENERATE_GUI_WD | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UCUS0 | SEM-BCS: User Interface: Status Management, Tasks, ... |
| Created | 20041119 | SAP |
| Last change | 20050615 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UC_SSCR_GENERATE_GUI_WD has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20050303 | ||
| 2 | IF_UG_WB_GUI_WD | FinBasis Workbench: GUI Class for Web Dynpro | 20041119 | ||
| 3 | IF_UG_WB_MENU_WD | FinBasis Workbench: Menu / Toolbar in WebDynpro | 20050405 | ||
| 4 | IF_UG_WB_VIEW_WD | FinBasis Workbench: Communication WebDynpro - Data Class | 20041119 |
Friends
Class CL_UC_SSCR_GENERATE_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 | 20050314 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_UC_SSCR_GENERATE_GUI | Selection Screen Display in the Workbench | 20041119 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_UG_MD_FACTORY | FIN Master Data: Central Access Point (Factory) | 20050216 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_UC_MODEL | Model (Metadata) | 20050216 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | UGMD_TS_FIELD_VAL | FIN Master Data: Pairs of Field Name / Value | 20050216 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | UCU_T_SEL_PARAMETER | Table Type: Selection Screen | 20050216 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | T_PARA_REF | 20050525 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | UCU_T_SEL_SCREEN | Table Type: Selection Screen | 20050217 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | SY-DYNNR | Screen Number | 20050216 | |||
| 10 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_UC_SSCR_GENERATE_GUI_WD | 20041119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20050405 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20050418 | |
| 3 | Instance method | Private | Method | 20050527 | ||
| 4 | Instance method | Public | Method | 20050216 | ||
| 5 | Instance method | Private | Method | 20050216 | ||
| 6 | Instance method | Public | Method | 20041122 | ||
| 7 | Instance method | Public | Method | 20050525 | ||
| 8 | Instance method | Private | Method | 20050525 | ||
| 9 | Instance method | Private | Method | 20050216 |
Events
Class CL_UC_SSCR_GENERATE_GUI_WD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_PARA_REF | Private | See coding | 20050525 | BEGIN OF s_para_ref,
fieldname TYPE ug_fieldname,
r_data TYPE REF TO data,
END OF s_para_ref
|
||
| 2 | T_PARA_REF | Private | See coding | 20050525 | t_para_ref TYPE HASHED TABLE OF s_para_ref WITH UNIQUE KEY
fieldname
|
Method Signatures
Method CLOSE_SCREEN Signature
Method CLOSE_SCREEN on class CL_UC_SSCR_GENERATE_GUI_WD has no parameter.
Method CLOSE_SCREEN on class CL_UC_SSCR_GENERATE_GUI_WD has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_UC_SSCR_GENERATE_GUI_WD has no parameter.
Method CONSTRUCTOR on class CL_UC_SSCR_GENERATE_GUI_WD has no exception.
Method CONVERT_SEL_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CF_ERROR | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20050527 | |||
| 2 | CS_SEL | Call by reference | Type reference (TYPE) | UC0_S_SEL | Zeilenstruktur: Selektionsbedingung (Range pro Feld) | 20050527 |
Method CONVERT_SEL_INPUT on class CL_UC_SSCR_GENERATE_GUI_WD has no exception.
Method CREATE_SCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SELSCREEN | Call by reference | Object reference (TYPE REF TO) | IF_WD_SELECT_OPTIONS | Öffentliches Interface für Select Options | 20050216 |
Method CREATE_SCREEN on class CL_UC_SSCR_GENERATE_GUI_WD has no exception.
Method CREATE_SEL_SCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SEL_SCREEN | Call by reference | Type reference (TYPE) | UCU_T_SEL_SCREEN | Tabellentyp Selektionsscreen | 20050217 | |||
| 2 | IO_SELSCREEN | Call by reference | Object reference (TYPE REF TO) | IF_WD_SELECT_OPTIONS | Öffentliches Interface für Select Options | 20050216 | |||
| 3 | IT_FFIX | Call by reference | Type reference (TYPE) | UGMD_TS_FIELD_VAL | FI-Stammdaten: Paare Feldname / Wert | 20050216 |
Method CREATE_SEL_SCREEN on class CL_UC_SSCR_GENERATE_GUI_WD has no exception.
Method DO_EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SELSCREEN | Call by reference | Object reference (TYPE REF TO) | IF_WD_SELECT_OPTIONS | Öffentliches Interface für Select Options | 20050216 |
Method DO_EXECUTE on class CL_UC_SSCR_GENERATE_GUI_WD has no exception.
Method DO_OVS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20050525 | ||||
| 2 | I_FIELDNAME | Call by reference | Type reference (TYPE) | UC_FIELDNAME | Feldname | 20050525 |
Method DO_OVS on class CL_UC_SSCR_GENERATE_GUI_WD has no exception.
Method GET_SEL_FROM_PARA_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SEL | Call by reference | Type reference (TYPE) | UC0_TS_SEL | Tabelle: Selektionsbedingung (Range pro Feld) | 20050525 |
Method GET_SEL_FROM_PARA_REF on class CL_UC_SSCR_GENERATE_GUI_WD has no exception.
Method GET_SEL_SCR_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FFIX | Call by reference | Type reference (TYPE) | UGMD_TS_FIELD_VAL | FI-Stammdaten: Paare Feldname / Wert | 20050216 | |||
| 2 | ET_PARAMETER | Call by reference | Type reference (TYPE) | UCU_T_SEL_PARAMETER | Tabellentyp Selektionsscreen | 20050216 | |||
| 3 | ET_SEL_SCREEN | Call by reference | Type reference (TYPE) | UCU_T_SEL_SCREEN | Tabellentyp Selektionsscreen | 20050216 |
Method GET_SEL_SCR_DESCRIPTION on class CL_UC_SSCR_GENERATE_GUI_WD has no exception.
History
| Last changed by/on | SAP | 20050615 |
| SAP Release Created in | 600 |