SAP ABAP Class CL_STCTM_REPORT_UI (Report User Interface Superclass)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
⤷
STC_TASK (Package) Technical Configuration Task Definition
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20101119 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STCTM_TASK | Technical Configuration Task | 20101119 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STCTM_UI_TASK | User Interface Task | 20101119 |
Meta Relationship - Used By
Properties
| Class | CL_STCTM_REPORT_UI | |
| Short Description | Report User Interface Superclass | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | STC_TASK | |
| Program status | ||
| Category | 0 | |
| Package | STC_TASK | Technical Configuration Task Definition |
| Created | 20101119 | SAP |
| Last change | 20140121 | 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_SERIALIZABLE_OBJECT | Serializable Object | 20101119 | ||
| 2 | IF_STCTM_TASK | Technical Configuration Task | 20101119 | ||
| 3 | IF_STCTM_UI_TASK | User Interface Task | 20101119 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_STCTM_XML_UTILITIES | 20121119 | Helper methods for XML processing |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TT_SELFIELD | Selection Screen Field Definition | 20110126 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TT_VARIANT | Variant Contents | 20101119 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | PROGNAME | ABAP Program Name | 20101119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check value in variant for correct data type | 20121128 | |
| 2 | Instance method | Private | Method | Check content of one entry in variant table | 20121129 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20110124 | |
| 4 | Instance method | Private | Method | Create initial data value of any type | 20121212 | |
| 5 | Instance method | Private | Method | Delete temporary generated variant from DB | 20110824 | |
| 6 | Instance method | Protected | Method | Get default parameter values | 20121211 | |
| 7 | Instance method | Protected | Method | Get texts for parameters | 20121123 | |
| 8 | Instance method | Private | Method | Update selfield table and add new default values to variant | 20121127 |
Events
Class CL_STCTM_REPORT_UI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SELFIELD | Public | See coding | Selection Screen Parameter Definitions | 20110126 | TT_SELFIELD type standard table of t_selfield
|
|
| 2 | TT_SELFIELD_TEXT | Public | See coding | Selection Screen Parameter Texts | 20121123 | TT_SELFIELD_TEXT type standard table of T_SELFIELD_TEXT
|
|
| 3 | TT_VARIANT | Public | See coding | Selection Screen Parameter Values | 20101119 | tt_variant type standard table of t_variant
|
|
| 4 | T_SELFIELD | Public | See coding | Selection Screen Parameter Definition | 20111215 | BEGIN OF T_SELFIELD.
INCLUDE TYPE rsel_info.
types: nodisplay TYPE selinfo-nodi,
che_rad TYPE sychar01, "checkbox (C) or radiobutton (R)
group_id TYPE sychar04, "radiobutton group
length TYPE rsscr-length,
decimals TYPE decimals,
lowercase TYPE rsscr-lower,
outputlen TYPE rsscr-olength,
log_db TYPE rsscr-db,
END OF T_SELFIELD
|
|
| 5 | T_SELFIELD_TEXT | Public | See coding | Selection Screen Parameter Text | 20121123 | BEGIN OF T_SELFIELD_TEXT,
name TYPE rsscr-name,
text TYPE ddtext,
END OF T_SELFIELD_TEXT
|
|
| 6 | T_VARIANT | Public | Type reference (TYPE) | RSPARAMS | Selection Screen Parameter Value | 20110222 | |
Method Signatures
Method CHECK_FIELDVALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNAME | Call by reference | Type reference (TYPE) | T_VARIANT-SELNAME | Selection Screen Parameter | 20121128 | |||
| 2 | I_VALUE | Call by reference | Type reference (TYPE) | T_VARIANT-LOW | Selection Screen Parameter Value | 20121128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Field content does not match field definition | 20121128 |
Method CHECK_VARIANT_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_VARIANT | Call by reference | Type reference (TYPE) | T_VARIANT | Selection Screen Parameter Value | 20121129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Variant line is invalid | 20121129 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REPORTNAME | Call by reference | Type reference (TYPE) | PROGNAME | ABAP Program Name | 20110124 |
Method CONSTRUCTOR on class CL_STCTM_REPORT_UI has no exception.
Method CREATE_INITIAL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DBFIELD | Call by reference | Type reference (TYPE) | RSSCR-DBFIELD | ABAP: Reference field for selection | 20121212 | |||
| 2 | I_DECIMALS | Call by reference | Type reference (TYPE) | DECIMALS | Number of Decimal Places | 20121212 | |||
| 3 | I_LENGTH | Call by reference | Type reference (TYPE) | RSSCR-LENGTH | ABAP/4: Length of selection field | 20121212 | |||
| 4 | I_TYPE | Call by reference | Type reference (TYPE) | RSSCR-TYPE | ABAP/4: Selection field type | 20121212 | |||
| 5 | R_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | Any data | 20121212 |
Method CREATE_INITIAL_DATA on class CL_STCTM_REPORT_UI has no exception.
Method DELETE_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VARIANTNAME | Call by reference | Type reference (TYPE) | RALDB_VARI | Variant Name | 20110824 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Failed to delete the variant | 20110824 |
Method GET_DEFAULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DEFAULT | Call by reference | Type reference (TYPE) | TT_VARIANT | Selection Screen Parameter Values | 20121211 |
Method GET_DEFAULTS on class CL_STCTM_REPORT_UI has no exception.
Method GET_SELFIELD_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TEXT | Call by reference | Type reference (TYPE) | TT_SELFIELD_TEXT | Selection Screen Parameter Texts | 20121123 | |||
| 2 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20121123 |
Method GET_SELFIELD_TEXTS on class CL_STCTM_REPORT_UI has no exception.
Method UPDATE_SELFIELDS_AND_DEFAULTS Signature
Method UPDATE_SELFIELDS_AND_DEFAULTS on class CL_STCTM_REPORT_UI has no parameter.
Method UPDATE_SELFIELDS_AND_DEFAULTS on class CL_STCTM_REPORT_UI has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 703 |