SAP ABAP Class /MRSS/CL_RM_SEARCH_UI (/MRSS/CL_RM_SEARCH_UI)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC (Application Component) Maintenance Processing
     /MRSS/RMU (Package) RM@FS: User Interface for the Workbench
Properties
Class /MRSS/CL_RM_SEARCH_UI  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/RMU   RM@FS: User Interface for the Workbench 
Created 20100314   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_RM_SEARCH_UI has no forward declaration.
Interfaces
Class /MRSS/CL_RM_SEARCH_UI has no interface implemented.
Friends
Class /MRSS/CL_RM_SEARCH_UI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CAND_DTL_NODE_NAME Constant Public Type reference (TYPE) STRING 'CANDIDATE_DETAILS' 20100323
2 C_COLOR_COL_NAME_PREFIX Constant Public Type reference (TYPE) STRING 'CLR_COL_' 20100326
3 C_COL_NAME_PREFIX Constant Public Type reference (TYPE) STRING 'COL_' 20100326
4 C_TTIP_COL_NAME_PREFIX Constant Public Type reference (TYPE) STRING 'TTIP_COL_' 20100326
5 GR_CC_CAND_DETAIL_ND_INFO Instance attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Interface for the metadata of a node 20100318
6 GR_CC_CTX_NODE Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100318
7 GR_SRCH_STRUC_RTTI Instance attribute Public Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20100314
8 GR_SRCH_TABLE_RTTI Instance attribute Public Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20100314
9 GS_SEARCH_INPUT Instance attribute Private Type reference (TYPE) /MRSS/T_RM_SEARCH_PARAMETERS Search Parameters 20100314
10 GT_SEARCH_ADDN_COL_HDR Instance attribute Public Type reference (TYPE) /MRSS/T_RM_SEARCH_COL_HDR_TAB Additional search columns Header Table 20100319
11 GT_SEARCH_ADDN_DATA Instance attribute Public Type reference (TYPE) /MRSS/T_RM_SEARCH_ADDNL_TAB Search Additional output table 20100319
12 GT_SEARCH_RESULT Instance attribute Public Type reference (TYPE) /MRSS/T_RM_SEARCH_RESULT_TAB Table of search result 20100314
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SRCH_RSLT_CTX_NODE Instance method Public Method 20100318
2 ADD_SRCH_RSLT_MAPPED_NODE Instance method Public Method 20100318
3 CONSTRUCTOR Instance method Public Constructor 20100314
4 GET_COLOR_COL_NAME Static method Public Method Get Color Column 20100319
5 GET_COLUMN_NAME Static method Public Method Get Color Column 20100326
6 GET_EMPTY_INSTANCE Static method Public Method Get Empty Instance of Search 20100323
7 GET_TOOL_TIP_COL_NAME Static method Public Method Tooltip name 20100319
8 INIT_RTTI Instance method Public Method 20100314
9 SET_DATA Instance method Public Method 20100314
Events
Class /MRSS/CL_RM_SEARCH_UI has no event.
Types
Class /MRSS/CL_RM_SEARCH_UI has no local type.
Method Signatures

Method ADD_SRCH_RSLT_CTX_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_CAND_DETAIL_NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Interface for the metadata of a node 20100318

Method ADD_SRCH_RSLT_CTX_NODE on class /MRSS/CL_RM_SEARCH_UI has no exception.

Method ADD_SRCH_RSLT_MAPPED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_CAND_DETAIL_NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Interface for the metadata of a node 20100318
2 Importing IR_PARENT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100318

Method ADD_SRCH_RSLT_MAPPED_NODE on class /MRSS/CL_RM_SEARCH_UI has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CC_CTX_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Component Controller Context Node 20100318
2 Importing IS_SEARCH_INPUT Call by reference Type reference (TYPE) /MRSS/T_RM_SEARCH_PARAMETERS Search Parameters 20100314
3 Importing IT_SEARCH_ADDN_COL_HDR Call by reference Type reference (TYPE) /MRSS/T_RM_SEARCH_COL_HDR_TAB Additional search columns Header Table 20100319
4 Importing IT_SEARCH_ADDN_DATA Call by reference Type reference (TYPE) /MRSS/T_RM_SEARCH_ADDNL_TAB Search Additional output table 20100319
5 Importing IT_SEARCH_RESULT Call by reference Type reference (TYPE) /MRSS/T_RM_SEARCH_RESULT_TAB Table of search result 20100314

Method CONSTRUCTOR on class /MRSS/CL_RM_SEARCH_UI has no exception.

Method GET_COLOR_COL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COL_NAME Call by reference Type reference (TYPE) STRING 20100319
2 Returning RV_COLOR_COL_NAME Value transfer Type reference (TYPE) STRING 20100319

Method GET_COLOR_COL_NAME on class /MRSS/CL_RM_SEARCH_UI has no exception.

Method GET_COLUMN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COL Call by reference Type reference (TYPE) STRING 20100326
2 Returning RV_COL_NAME Value transfer Type reference (TYPE) STRING 20100326

Method GET_COLUMN_NAME on class /MRSS/CL_RM_SEARCH_UI has no exception.

Method GET_EMPTY_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_SEARCH_UI Call by reference Object reference (TYPE REF TO) /MRSS/CL_RM_SEARCH_UI 20100323
2 Importing IR_CC_CTX_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100323

Method GET_EMPTY_INSTANCE on class /MRSS/CL_RM_SEARCH_UI has no exception.

Method GET_TOOL_TIP_COL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COL_NAME Call by reference Type reference (TYPE) STRING 20100319
2 Returning RV_TOOL_TIP_COL_NAME Value transfer Type reference (TYPE) STRING 20100319

Method GET_TOOL_TIP_COL_NAME on class /MRSS/CL_RM_SEARCH_UI has no exception.

Method INIT_RTTI Signature

Method INIT_RTTI on class /MRSS/CL_RM_SEARCH_UI has no parameter.
Method INIT_RTTI on class /MRSS/CL_RM_SEARCH_UI has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NO_OF_ROWS Call by reference Type reference (TYPE) INT4 Natural number 20100324

Method SET_DATA on class /MRSS/CL_RM_SEARCH_UI has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 800