SAP ABAP Class /MRSS/CL_RM_UTIL_COMMENTS (RM Comments)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-CP (Application Component) Capacity and Resource Planning
     /MRSS/RMS (Package) Resource Management Service Layer
Properties
Class /MRSS/CL_RM_UTIL_COMMENTS  
Short Description RM Comments    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/RMS   Resource Management Service Layer 
Created 20081229   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /MRSS/CL_RM_UTIL_COMMENTS has no interface implemented.
Friends
Class /MRSS/CL_RM_UTIL_COMMENTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_COMMENT_LEVEL Constant Public See coding 20081229
2 GC_COMMENT_TYPE Constant Public See coding 20081229
3 GC_RM_DATE_TIME_PATTERN Constant Public Type reference (TYPE) STRING '(d{2}.d{2}.d{4}), (d{2}:d{2})' 20081229
Methods
# Method Level Visibility Method type Description Created on
1 GET_COMMENT_LOG Static method Public Method Retrieves Comment log 20081229
2 GET_TEXTID_FOR_ARCHIVING Static method Public Method To get Text IDs ,Names and Objects for Archiving 20100812
3 READ_COMMENTS Static method Public Method Read SAP Text for Request 20081229
4 READ_SINGLE_COMMENT Static method Private Method Read Single Comment 20081229
5 SAVE_COMMENTS Static method Public Method Save Text for a Request 20081229
6 SAVE_SINGLE_COMMENT Static method Private Method Save Single Comment 20081229
7 TIME_ZONE_CONVERT_IN_STR Static method Public Method Converts Time zone in a given String 20081229
8 TIME_ZONE_CONVERT_IN_STR_O Static method Public Method Converts Time zone in a given String 20081229
Events
Class /MRSS/CL_RM_UTIL_COMMENTS has no event.
Types
Class /MRSS/CL_RM_UTIL_COMMENTS has no local type.
Method Signatures

Method GET_COMMENT_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UNAME Call by reference Type reference (TYPE) SYUNAME SY-UNAME User Name 20081229
2 Importing IV_USER_TIME_ZONE Call by reference Type reference (TYPE) /MRSS/T_RM_FLAG 'X' Indicator, true for Uset time zone, false for Syst time zone 20081229
3 Returning RV_LOG Value transfer Type reference (TYPE) STRING Comment Log 20081229

Method GET_COMMENT_LOG on class /MRSS/CL_RM_UTIL_COMMENTS has no exception.

Method GET_TEXTID_FOR_ARCHIVING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXTS Call by reference Type reference (TYPE) TSPSKEY SAPscript Programming Interface: Text key 20100812
2 Importing IV_REQ_NO Call by reference Type reference (TYPE) /MRSS/T_RM_REQ_ID Order Number 20100812

Method GET_TEXTID_FOR_ARCHIVING on class /MRSS/CL_RM_UTIL_COMMENTS has no exception.

Method READ_COMMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMMENT_TAB Call by reference Type reference (TYPE) /MRSS/T_RM_COMMENT_TAB Comments 20081229
2 Importing IV_REQ_ID Value transfer Type reference (TYPE) /MRSS/T_RM_REQ_ID Request Number 20081229
3 Importing IV_ROLE_ID Value transfer Type reference (TYPE) /MRSS/T_RM_ROLE_ID Role Number 20081229
4 Importing IV_ROLE_WORKLIST Value transfer Type reference (TYPE) /MRSS/T_RM_FLAG Read for filling up role worklist 20081229
5 Importing IV_USER_TIME_ZONE Value transfer Type reference (TYPE) /MRSS/T_RM_FLAG 'X' Indicator 20081229
# Exception Resumable Description Created on
1 REQ_ID_NOT_PROVIDED 20081229
2 TEXT_READ_ERROR 20081229
3 TIME_ZONE_CONV_ERROR 20081229

Method READ_SINGLE_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING Text 20081229
2 Importing IV_TEXT_ID Value transfer Type reference (TYPE) THEAD-TDID Text ID 20081229
3 Importing IV_TEXT_NAME Value transfer Type reference (TYPE) THEAD-TDNAME Name 20081229
4 Importing IV_TEXT_OBJ Value transfer Type reference (TYPE) THEAD-TDOBJECT Texts: Application Object 20081229
# Exception Resumable Description Created on
1 TEXT_NOT_FOUND 20081229
2 TEXT_READ_ERROR 20081229

Method SAVE_COMMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_COMMENT_TAB Call by reference Type reference (TYPE) /MRSS/T_RM_COMMENT_TAB Comments Table 20081229
2 Importing IV_CONV_TO_SYS_TIMEZONE Value transfer Type reference (TYPE) /MRSS/T_RM_FLAG 'X' Indicator 20081229
3 Importing IV_REQ_ID Value transfer Type reference (TYPE) /MRSS/T_RM_REQ_ID Request Number 20081229
4 Importing IV_ROLE_ID Value transfer Type reference (TYPE) /MRSS/T_RM_ROLE_ID Role Number 20081229
# Exception Resumable Description Created on
1 REQ_ID_NOT_PROVIDED 20081229
2 ROLE_ID_NOT_PROVIDED 20081229
3 SAVE_TEXT_ERROR 20081229
4 TEXT_INIT_ERROR 20081229
5 WORKFLOW_TRIGGER_ERROR 20081229
6 WRONG_COMMENT_LEVEL 20081229
7 WRONG_COMMENT_TYPE 20081229

Method SAVE_SINGLE_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT Value transfer Type reference (TYPE) STRING Text 20081229
2 Importing IV_TEXT_ID Value transfer Type reference (TYPE) THEAD-TDID Text ID 20081229
3 Importing IV_TEXT_NAME Value transfer Type reference (TYPE) THEAD-TDNAME Text Name 20081229
4 Importing IV_TEXT_OBJ Value transfer Type reference (TYPE) THEAD-TDOBJECT Texts: Application Object 20081229
# Exception Resumable Description Created on
1 SAVE_TEXT_ERROR 20081229
2 TEXT_INIT_ERROR 20081229

Method TIME_ZONE_CONVERT_IN_STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_STRING Call by reference Type reference (TYPE) STRING String with Time stamps in Application Server Time Zone 20081229
2 Importing IV_CONVERT Call by reference Type reference (TYPE) I 0 0=System to User, 1=User to System 20081229
3 Importing IV_UNAME Call by reference Type reference (TYPE) SYUNAME SY-UNAME User Name 20081229
# Exception Resumable Description Created on
1 PARAMETER_ERROR 20081229

Method TIME_ZONE_CONVERT_IN_STR_O Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_STRING Call by reference Type reference (TYPE) STRING String with Time stamps in Application Server Time Zone 20081229
2 Importing IV_CONVERT Call by reference Type reference (TYPE) I 0 0=System to User, 1=User to System 20081229
3 Importing IV_UNAME Call by reference Type reference (TYPE) SYUNAME SY-UNAME User Name 20081229
# Exception Resumable Description Created on
1 MATCHER_ERROR 20081229
2 PARAMETER_ERROR 20081229
3 PATTERN_ERROR 20081229
History
Last changed by/on SAP  20141109 
SAP Release Created in 610