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 RS 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 O_R_NETWORK Instance attribute Protected Object reference (TYPE REF TO) IF_GUI_RSNETGRAPHIC General Network Control Methods 20041015
2 O_R_TRAN_MAINTAIN Instance attribute Protected Object reference (TYPE REF TO) CL_RSTRAN_MAINTAIN Maintenance Level for Transformation 20041015
3 O_TS_POSITION Instance attribute Private Type reference (TYPE) TY_TS_POSTION 20060816
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20041015
2 DISPLAY_DATA Instance method Public Method Update Front End with Current Table 20041015
3 GET_HEADER_DATA Instance method Public Method Deliver Text and Quick Info for Table Header 20041015
4 GET_POSITION Instance method Public Method 20060816
5 SET_POSITION 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 Importing I_R_NETWORK Call by reference Object reference (TYPE REF TO) IF_GUI_RSNETGRAPHIC allgemeine Methoden Netzplancontrol 20041015
2 Importing 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 Exporting E_DISPLAY_INTEGRITY Call by reference Type reference (TYPE) RS_BOOL Boolean 20060705
2 Exporting E_ICON Call by reference Type reference (TYPE) RSICON Icone 20041022
3 Exporting E_INFOOBJECTS Call by reference Type reference (TYPE) RS_BOOL Struktur basiert auf InfoObjects 20050223
4 Exporting E_TOOLTIP Call by reference Type reference (TYPE) C 20041015
5 Exporting 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 Importing I_GROUPID Call by reference Type reference (TYPE) RSTRAN_GROUPID Nummer einer Transformationsgruppe 20060816
2 Importing I_SEGID Call by reference Type reference (TYPE) RSTRAN_SEGID Segmentnummer 20060816
3 Returning 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 Importing I_GROUPID Call by reference Type reference (TYPE) RSTRAN_GROUPID Nummer einer Transformationsgruppe 20060816
2 Importing I_SEGID Call by reference Type reference (TYPE) RSTRAN_SEGID Segmentnummer 20060816
3 Importing 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