SAP ABAP Class CL_RSISW_UI_WB_SRV_HEAD_GEN (UI: Service Header Data General Information)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSISW (Package) Intelligent Services Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSISW_UI_CTRLER_SCR_VIEW Abstract Class for Controller of Screen Views 20030515
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSISW_UI_WB_SRV_HEAD 20030515
Properties
Class CL_RSISW_UI_WB_SRV_HEAD_GEN  
Short Description UI: Service Header Data General Information    
Super Class CL_RSISW_UI_CTRLER_SCR_VIEW Abstract Class for Controller of Screen Views 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSISW   Intelligent Services Workbench 
Created 20030515   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSISW_UI_ACTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSISW_UI_WB_SRV_HEAD 20030515
Friends
Class CL_RSISW_UI_WB_SRV_HEAD_GEN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_CONTAINER_NAME Constant Private Type reference (TYPE) SYUCOMM 'APPL' 20030530
2 MC_DYNNR Constant Private Type reference (TYPE) SYDYNNR '1003' 20030515
3 MC_REPID Constant Private Type reference (TYPE) SYREPID 'SAPLRSISW_UI_WORKBENCH' 20030520
4 MR_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20030528
5 MR_SCREEN_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_RSISW_M_SERVICEINFO 20030609
6 MR_TREE_VIEW Instance attribute Private Object reference (TYPE REF TO) CL_GUI_LIST_TREE 20030528
7 MS_SCREEN_SERVICE Instance attribute Private Type reference (TYPE) RSISW_S_M_SERVICE_GET 20030609
8 MT_APPL_TEXT Instance attribute Private Type reference (TYPE) RSISW_T_M_V_RSISAPPL 20030528
9 MT_NODE_INFO Instance attribute Private Type reference (TYPE) L_TY_T_NODE 20030528
10 M_LAST_NODEKEY Instance attribute Private Type reference (TYPE) I 20030528
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_APPL_NODES Instance method Private Method 20030528
2 BUILD_TREE_VIEW Instance method Private Method 20030528
3 CONSTRUCTOR Instance method Public Constructor 20030515
4 CREATE_CONTAINER Instance method Private Method 20030528
5 CREATE_TREE_VIEW Instance method Private Method 20030528
6 GET_MODEL_PROPERTIES Instance method Private Method 20030515
7 GET_SCREEN_PROPERTIES Instance method Private Method 20030515
8 IS_CONTAINER_VISIBLE Instance method Private Method 20030528
9 MODIFY_SCREEN Instance method Private Method 20030515
10 ON_CHECKBOX_CHANGE Instance method Private Event handling method 20030528
11 SET_CONTAINER_VISIBLE Instance method Private Method 20030528
12 SET_MODEL_PROPERTIES Instance method Private Method 20030515
13 SET_SCREEN_PROPERTIES Instance method Private Method 20030515
Events
Class CL_RSISW_UI_WB_SRV_HEAD_GEN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 L_TY_S_NODE Private See coding 20030528
2 L_TY_T_NODE Private See coding 20030528
Method Signatures

Method BUILD_APPL_NODES Signature

Method BUILD_APPL_NODES on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no parameter.
Method BUILD_APPL_NODES on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method BUILD_TREE_VIEW Signature

Method BUILD_TREE_VIEW on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no parameter.
Method BUILD_TREE_VIEW on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MODEL Call by reference Object reference (TYPE REF TO) CL_RSISW_M_SERVICE 20030515

Method CONSTRUCTOR on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method CREATE_CONTAINER Signature

Method CREATE_CONTAINER on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no parameter.
Method CREATE_CONTAINER on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method CREATE_TREE_VIEW Signature

Method CREATE_TREE_VIEW on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no parameter.
Method CREATE_TREE_VIEW on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method GET_MODEL_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_SERVICEINFO Value transfer Type reference (TYPE) RSISW_S_M_SERVICE_GET 20030515

Method GET_MODEL_PROPERTIES on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method GET_SCREEN_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_SERVICEINFO Value transfer Type reference (TYPE) RSISW_S_M_SERVICE_GET 20030515

Method GET_SCREEN_PROPERTIES on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method IS_CONTAINER_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VISIBLE Value transfer Type reference (TYPE) RS_BOOL 20030528

Method IS_CONTAINER_VISIBLE on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method MODIFY_SCREEN Signature

Method MODIFY_SCREEN on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no parameter.
Method MODIFY_SCREEN on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method ON_CHECKBOX_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKED Value transfer Attribute reference (LIKE) 20030528
2 Importing ITEM_NAME Value transfer Attribute reference (LIKE) 20030528
3 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20030528

Method ON_CHECKBOX_CHANGE on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method SET_CONTAINER_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VISIBLE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20030528

Method SET_CONTAINER_VISIBLE on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method SET_MODEL_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SERVICEINFO Value transfer Type reference (TYPE) RSISW_S_M_SERVICE_GET 20030515

Method SET_MODEL_PROPERTIES on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.

Method SET_SCREEN_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SERVICEINFO Value transfer Type reference (TYPE) RSISW_S_M_SERVICE_GET 20030515

Method SET_SCREEN_PROPERTIES on class CL_RSISW_UI_WB_SRV_HEAD_GEN has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400