SAP ABAP Class IF_RSDDTPS_OBJ_UI (UI Maintenance of the P* Objects)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSDDTPS_OBJ | General Object for Explorer | 20090609 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSL_WSP_TAB_CONTROL | Tab Control for Workspace Individual Maintenance | 20100728 |
Properties
| Class | IF_RSDDTPS_OBJ_UI | |
| Short Description | UI Maintenance of the P* Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090219 | SAP |
| Last change | 20130531 | 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
Class IF_RSDDTPS_OBJ_UI has no interface implemented.
Friends
Class IF_RSDDTPS_OBJ_UI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TN_T_SUB | List of Subscreens | 20090609 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TN_T_TAB | List of Tabs | 20090609 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get GUI Status for Object Editing | 20090609 | |
| 2 | Instance method | Public | Method | Select Subscreen for Tab | 20090609 | |
| 3 | Instance method | Public | Method | Get List of Tabs | 20090609 | |
| 4 | Instance method | Public | Method | Set List of Subscreens | 20090609 | |
| 5 | Instance method | Public | Method | Set List of Tabs | 20090609 |
Events
Class IF_RSDDTPS_OBJ_UI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_SUB | Public | See coding | Subscreen | 20090609 | BEGIN OF tn_s_sub,
nr TYPE i,
screen TYPE sydynnr,
END OF tn_s_sub
|
|
| 2 | TN_S_TAB | Public | See coding | Tab Bar | 20090609 | BEGIN OF tn_s_tab,
nr TYPE i,
view TYPE rsddtpsview,
text TYPE text30,
is_tab TYPE rs_bool, " = SPACE -> ALV
" = 'X' -> TAB
icon TYPE icon_text,
active TYPE screen-active,
END OF tn_s_tab
|
|
| 3 | TN_T_SUB | Public | See coding | 20090609 | tn_t_sub TYPE STANDARD TABLE OF tn_s_sub
|
||
| 4 | TN_T_TAB | Public | See coding | List of All Tabs | 20090609 | tn_t_tab TYPE STANDARD TABLE OF tn_s_tab WITH KEY nr
|
Method Signatures
Method GET_GUI_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_REPID | Call by reference | Type reference (TYPE) | SY-REPID | Programmname | 20090609 | |||
| 2 | E_STATUS | Call by reference | Type reference (TYPE) | SY-PFKEY | Aktueller GUI-Status | 20090609 | |||
| 3 | E_TITLE | Call by reference | Type reference (TYPE) | SY-TITLE | Inhalt der Titelzeile | 20090609 | |||
| 4 | I_WRKMOD | Call by reference | Type reference (TYPE) | RSWRKMOD | RSDG_C_WRKMOD-DISPLAY | Bearbeitungsart | 20090609 |
Method GET_GUI_STATUS on class IF_RSDDTPS_OBJ_UI has no exception.
Method GET_SUBSCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABNR | Call by reference | Type reference (TYPE) | I | Nummer des Tabs | 20090609 | |||
| 2 | R_SUBSCREEN | Value transfer | Type reference (TYPE) | SYDYNNR | Subscreen-Nummer | 20090609 |
Method GET_SUBSCREEN on class IF_RSDDTPS_OBJ_UI has no exception.
Method GET_TABS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TAB | Value transfer | Type reference (TYPE) | TN_T_TAB | Liste aller Tabs | 20090609 |
Method GET_TABS on class IF_RSDDTPS_OBJ_UI has no exception.
Method SET_SUBSCREENS Signature
Method SET_SUBSCREENS on class IF_RSDDTPS_OBJ_UI has no parameter.
Method SET_SUBSCREENS on class IF_RSDDTPS_OBJ_UI has no exception.
Method SET_TABS Signature
Method SET_TABS on class IF_RSDDTPS_OBJ_UI has no parameter.
Method SET_TABS on class IF_RSDDTPS_OBJ_UI has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |