SAP ABAP Class CL_RSTRAN_GUI_SGT (Master Class for Target, Source, Group)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSTRAN_GUI (Package) GUI Components for Transformation Rule
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSTRAN_GUI_GROUP | Front-End Groups in a Transformation for 1 SegID | 20041015 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSTRAN_GUI_SEGMENTS | Segments | 20041015 |
Properties
| Class | CL_RSTRAN_GUI_SGT | |
| Short Description | Master Class for Target, Source, Group | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSTRAN_GUI | GUI Components for Transformation Rule |
| Created | 20041015 | 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) |
Interfaces
Class CL_RSTRAN_GUI_SGT has no interface implemented.
Friends
Class CL_RSTRAN_GUI_SGT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_GUI_RSNETGRAPHIC | General Network Control Methods | 20041015 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSTRAN_MAINTAIN | Maintenance Level for Transformation | 20041015 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_TS_POSTION | 20060816 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20041015 | ||
| 2 | Instance method | Public | Method | Update Front End with Current Table | 20041015 | |
| 3 | Instance method | Public | Method | Deliver Text and Quick Info for Table Header | 20041015 | |
| 4 | Instance method | Public | Method | 20060816 | ||
| 5 | Instance method | Public | Method | 20060816 |
Events
Class CL_RSTRAN_GUI_SGT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_POSITION | Private | See coding | 20060816 | BEGIN OF ty_s_position,
segid TYPE rstran_segid,
groupid TYPE rstran_groupid,
leftpos TYPE rsng_xpos,
toppos TYPE rsng_ypos,
rightpos TYPE rsng_xpos,
bottompos TYPE rsng_ypos,
END OF ty_s_position
|
||
| 2 | TY_TS_POSTION | Private | See coding | 20060816 | ty_ts_postion TYPE SORTED TABLE OF ty_s_position WITH UNIQUE KEY segid groupid
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_NETWORK | Call by reference | Object reference (TYPE REF TO) | IF_GUI_RSNETGRAPHIC | allgemeine Methoden Netzplancontrol | 20041015 | |||
| 2 | I_R_TRAN_MAINTAIN | Call by reference | Object reference (TYPE REF TO) | CL_RSTRAN_MAINTAIN | Pflegeschicht der Transformation | 20041015 |
Method CONSTRUCTOR on class CL_RSTRAN_GUI_SGT has no exception.
Method DISPLAY_DATA Signature
Method DISPLAY_DATA on class CL_RSTRAN_GUI_SGT has no parameter.
Method DISPLAY_DATA on class CL_RSTRAN_GUI_SGT has no exception.
Method GET_HEADER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DISPLAY_INTEGRITY | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20060705 | |||
| 2 | E_ICON | Call by reference | Type reference (TYPE) | RSICON | Icone | 20041022 | |||
| 3 | E_INFOOBJECTS | Call by reference | Type reference (TYPE) | RS_BOOL | Struktur basiert auf InfoObjects | 20050223 | |||
| 4 | E_TOOLTIP | Call by reference | Type reference (TYPE) | C | 20041015 | ||||
| 5 | E_TXT | Call by reference | Type reference (TYPE) | C | 20041015 |
Method GET_HEADER_DATA on class CL_RSTRAN_GUI_SGT has no exception.
Method GET_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GROUPID | Call by reference | Type reference (TYPE) | RSTRAN_GROUPID | Nummer einer Transformationsgruppe | 20060816 | |||
| 2 | I_SEGID | Call by reference | Type reference (TYPE) | RSTRAN_SEGID | Segmentnummer | 20060816 | |||
| 3 | RE_S_POS | Value transfer | Type reference (TYPE) | RSNG_S_POS | Position eines Objektes im Netzplan | 20060816 |
Method GET_POSITION on class CL_RSTRAN_GUI_SGT has no exception.
Method SET_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GROUPID | Call by reference | Type reference (TYPE) | RSTRAN_GROUPID | Nummer einer Transformationsgruppe | 20060816 | |||
| 2 | I_SEGID | Call by reference | Type reference (TYPE) | RSTRAN_SEGID | Segmentnummer | 20060816 | |||
| 3 | I_S_POS | Call by reference | Type reference (TYPE) | RSNG_S_POS | Position eines Objektes im Netzplan | 20060816 |
Method SET_POSITION on class CL_RSTRAN_GUI_SGT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |