SAP ABAP Class CL_RSISW_UI_WB_SRV_STATE_GEN (UI: General State 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 20030523
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSISW_UI_WB_SRV_STATE 20030523
Properties
Class CL_RSISW_UI_WB_SRV_STATE_GEN  
Short Description UI: General State 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 20030523   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_RSISW_UI_ACTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSISW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 VRM 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_STATE 20030523
Friends
Class CL_RSISW_UI_WB_SRV_STATE_GEN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_CONTAINER_NAME_SERV_PARAMS Instance attribute Private Type reference (TYPE) SYUCOMM 'SERVICE_PARAMS' 20030523
2 MC_CONTAINER_NAME_STATE_PARAMS Instance attribute Private Type reference (TYPE) SYUCOMM 'STATE_PARAMS' 20030523
3 MC_DYNNR Constant Private Type reference (TYPE) SYDYNNR '5001' 20030523
4 MC_REPID Constant Private Type reference (TYPE) SYREPID 'SAPLRSISW_UI_WORKBENCH' 20030523
5 MR_CONTAINER_SERVICE_PARAMS Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20030523
6 MR_CONTAINER_STATE_PARAMS Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER 20030523
7 MR_DRAGDROP_SERVICE_PARAMS Instance attribute Private Object reference (TYPE REF TO) CL_DRAGDROP 20030523
8 MR_DRAGDROP_STATE_PARAMS Instance attribute Private Object reference (TYPE REF TO) CL_DRAGDROP 20030523
9 MR_GRID_VIEW_SERVICE_PARAMS Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID 20030523
10 MR_GRID_VIEW_STATE_PARAMS Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID 20030523
11 MR_SCREEN_STATE Instance attribute Private Object reference (TYPE REF TO) CL_RSISW_M_STATE 20030609
12 MS_SCREEN_STATE Instance attribute Private Type reference (TYPE) RSISW_S_M_STATE_GET 20030608
13 MT_PARAMS_SERVICE Instance attribute Private Type reference (TYPE) L_TY_T_PARAM 20030523
14 MT_PARAMS_STATE Instance attribute Private Type reference (TYPE) L_TY_T_PARAM 20030523
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20030523
2 CREATE_CONTAINER Instance method Private Method 20030523
3 CREATE_GRID_VIEW Instance method Private Method 20030523
4 GET_GRID_FCAT Instance method Private Method 20030523
5 GET_GRID_LAYO Instance method Private Method 20030523
6 GET_GRID_OUTTAB Instance method Private Method 20030523
7 GET_MODEL_PROPERTIES Instance method Private Method 20030523
8 GET_SCREEN_PROPERTIES Instance method Private Method 20030523
9 ON_DRAG Instance method Private Event handling method 20030523
10 ON_DROP Instance method Private Event handling method 20030523
11 ON_DROP_COMPLETE Instance method Private Event handling method 20030523
12 SET_MODEL_PROPERTIES Instance method Private Method 20030523
13 SET_SCREEN_PROPERTIES Instance method Private Method 20030523
Events
Class CL_RSISW_UI_WB_SRV_STATE_GEN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 L_TY_S_PARAM Private See coding 20030523
2 L_TY_T_PARAM Private See coding 20030523
Method Signatures

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 20030523
2 Importing I_STATE Call by reference Type reference (TYPE) RSISW_E_STATE 20030828

Method CONSTRUCTOR on class CL_RSISW_UI_WB_SRV_STATE_GEN has no exception.

Method CREATE_CONTAINER Signature

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

Method CREATE_GRID_VIEW Signature

Method CREATE_GRID_VIEW on class CL_RSISW_UI_WB_SRV_STATE_GEN has no parameter.
Method CREATE_GRID_VIEW on class CL_RSISW_UI_WB_SRV_STATE_GEN has no exception.

Method GET_GRID_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FCAT Value transfer Type reference (TYPE) LVC_T_FCAT 20030523

Method GET_GRID_FCAT on class CL_RSISW_UI_WB_SRV_STATE_GEN has no exception.

Method GET_GRID_LAYO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_LAYO Value transfer Type reference (TYPE) LVC_S_LAYO 20030523

Method GET_GRID_LAYO on class CL_RSISW_UI_WB_SRV_STATE_GEN has no exception.

Method GET_GRID_OUTTAB Signature

Method GET_GRID_OUTTAB on class CL_RSISW_UI_WB_SRV_STATE_GEN has no parameter.
Method GET_GRID_OUTTAB on class CL_RSISW_UI_WB_SRV_STATE_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_STATE Value transfer Type reference (TYPE) RSISW_S_M_STATE_GET 20030523

Method GET_MODEL_PROPERTIES on class CL_RSISW_UI_WB_SRV_STATE_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_STATE Value transfer Type reference (TYPE) RSISW_S_M_STATE_GET 20030523

Method GET_SCREEN_PROPERTIES on class CL_RSISW_UI_WB_SRV_STATE_GEN has no exception.

Method ON_DRAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20030523
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20030523
3 Importing E_DRAGDROPOBJ Value transfer Attribute reference (LIKE) 20030523
4 Importing E_ROW Value transfer Attribute reference (LIKE) 20030523

Method ON_DRAG on class CL_RSISW_UI_WB_SRV_STATE_GEN has no exception.

Method ON_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20030523
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20030523
3 Importing E_DRAGDROPOBJ Value transfer Attribute reference (LIKE) 20030523
4 Importing E_ROW Value transfer Attribute reference (LIKE) 20030523

Method ON_DROP on class CL_RSISW_UI_WB_SRV_STATE_GEN has no exception.

Method ON_DROP_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20030523
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20030523
3 Importing E_DRAGDROPOBJ Value transfer Attribute reference (LIKE) 20030523
4 Importing E_ROW Value transfer Attribute reference (LIKE) 20030523

Method ON_DROP_COMPLETE on class CL_RSISW_UI_WB_SRV_STATE_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_STATE Value transfer Type reference (TYPE) RSISW_S_M_STATE_GET 20030523

Method SET_MODEL_PROPERTIES on class CL_RSISW_UI_WB_SRV_STATE_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_STATE Call by reference Type reference (TYPE) RSISW_S_M_STATE_GET 20030523

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