SAP ABAP Class /MRSS/CL_SGE_NOTE (Single Note class)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SGE (Package) Multiresource Planning: Scheduling Engine
Properties
Class /MRSS/CL_SGE_NOTE  
Short Description Single Note class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SGE   Multiresource Planning: Scheduling Engine 
Created 20130410   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SGE_NOTE has no forward declaration.
Interfaces
Class /MRSS/CL_SGE_NOTE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 /MRSS/CL_SGE_NOTE_MGR 20130412 Note Manager Class
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_CHANGED_AT Instance attribute Public Type reference (TYPE) TIMESTAMP Changed at 20130410
2 GV_CHANGED_BY Instance attribute Public Type reference (TYPE) SYUNAME Changed by User 20130410
3 GV_CHANGE_OPERATION Instance attribute Private Type reference (TYPE) /MRSS/T_SGE_OPERATION Change operation indicator 20130410
4 GV_CREATED_AT Instance attribute Public Type reference (TYPE) TIMESTAMP Created at 20130410
5 GV_CREATED_BY Instance attribute Public Type reference (TYPE) SYUNAME Created by User 20130410
6 GV_GUID Instance attribute Private Type reference (TYPE) /MRSS/T_GUID Note Guid 20130410
7 GV_MIGRATED_NOTE Static Attribute Public Type reference (TYPE) /MRSS/T_BOOLEAN Migration note 20140206
8 GV_NOTE_TEXT Instance attribute Public Type reference (TYPE) STRING Note description 20130410
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130410
2 DEQUEUE Instance method Private Method Dequeue note 20130410
3 ENQUEUE Instance method Private Method Enqueue note 20130410
4 GET_CHANGE_OPERATION Instance method Protected Method Get Change Operation 20130412
5 GET_LOCK_STRING Instance method Public Method Get locking/note saving string 20130530
6 GET_NOTE Instance method Public Method Get Note Attributes 20130412
7 MAINTAIN_NOTE Instance method Public Method Maintain Note Attributes 20130412
8 NOTE_FACTORY Static method Protected Method Static Factory Method 20130410
Events
Class /MRSS/CL_SGE_NOTE has no event.
Types
Class /MRSS/CL_SGE_NOTE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANGED_AT Call by reference Type reference (TYPE) TIMESTAMP Changed at 20130410
2 Importing IV_CHANGED_BY Call by reference Type reference (TYPE) SYUNAME Changed by User 20130410
3 Importing IV_CHANGE_OPERATION Call by reference Type reference (TYPE) /MRSS/T_SGE_OPERATION Change operation indicator 20130410
4 Importing IV_CREATED_AT Call by reference Type reference (TYPE) TIMESTAMP Created at 20130410
5 Importing IV_CREATED_BY Call by reference Type reference (TYPE) SYUNAME Created by User 20130410
6 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID note guid 20130410
7 Importing IV_NOTE_TEXT Call by reference Type reference (TYPE) STRING Note description 20130410

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

Method DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID Object GUID 20130530
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGE_OBJECT_TYPE Object Type in Planning Board 20130530

Method DEQUEUE on class /MRSS/CL_SGE_NOTE has no exception.

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130625
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Logical Variable 20130625
3 Importing IV_OBJECT_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID Object GUID 20130530
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGE_OBJECT_TYPE Object Type in Planning Board 20130530

Method ENQUEUE on class /MRSS/CL_SGE_NOTE has no exception.

Method GET_CHANGE_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGE_OPERATION Value transfer Type reference (TYPE) /MRSS/T_SGE_OPERATION Change operation indicator 20130412

Method GET_CHANGE_OPERATION on class /MRSS/CL_SGE_NOTE has no exception.

Method GET_LOCK_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID Object GUID 20130530
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGE_OBJECT_TYPE Object Type in Planning Board 20130530
3 Returning RV_STRING Value transfer Type reference (TYPE) TDOBNAME Text 20130530

Method GET_LOCK_STRING on class /MRSS/CL_SGE_NOTE has no exception.

Method GET_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHANGED_AT Call by reference Type reference (TYPE) TIMESTAMP Changed at 20130412
2 Exporting EV_CHANGED_BY Call by reference Type reference (TYPE) SYUNAME Changed by User 20130412
3 Exporting EV_CHANGE_OPERATION Call by reference Type reference (TYPE) /MRSS/T_SGE_OPERATION Change Operation 20130412
4 Exporting EV_CREATED_AT Call by reference Type reference (TYPE) TIMESTAMP Created at 20130412
5 Exporting EV_CREATED_BY Call by reference Type reference (TYPE) SYUNAME Created by User 20130412
6 Exporting EV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID Note GUID 20130412
7 Exporting EV_NOTE_TEXT Call by reference Type reference (TYPE) STRING Note Text 20130412

Method GET_NOTE on class /MRSS/CL_SGE_NOTE has no exception.

Method MAINTAIN_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) /MRSS/T_SGE_OPERATION 'U' (I)nsert OR (U)pdate OR (D)elete 20130416
2 Importing IV_CHANGED_AT Call by reference Type reference (TYPE) TIMESTAMP Changed at 20130412
3 Importing IV_CHANGED_BY Call by reference Type reference (TYPE) SYUNAME Changed by User 20130412
4 Importing IV_CREATED_AT Call by reference Type reference (TYPE) TIMESTAMP Created at 20130412
5 Importing IV_CREATED_BY Call by reference Type reference (TYPE) SYUNAME Created by User 20130412
6 Importing IV_MIGRATED_NOTE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Migrated Note 20140206
7 Importing IV_NOTE_TEXT Call by reference Type reference (TYPE) STRING Note Text 20130412

Method MAINTAIN_NOTE on class /MRSS/CL_SGE_NOTE has no exception.

Method NOTE_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANGED_AT Call by reference Type reference (TYPE) TIMESTAMP Changed at 20130410
2 Importing IV_CHANGED_BY Call by reference Type reference (TYPE) SYUNAME Changed by User 20130410
3 Importing IV_CHANGE_OPERATION Call by reference Type reference (TYPE) /MRSS/T_SGE_OPERATION SPACE Command Operation 20130412
4 Importing IV_CREATED_AT Call by reference Type reference (TYPE) TIMESTAMP Created at 20130410
5 Importing IV_CREATED_BY Call by reference Type reference (TYPE) SYUNAME Created by User 20130410
6 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID note guid 20130410
7 Importing IV_MIGRATED_NOTE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Migrated Note 20140206
8 Importing IV_NOTE_TEXT Call by reference Type reference (TYPE) STRING Note description 20130410
9 Returning RREF_SGE_NOTE Value transfer Object reference (TYPE REF TO) /MRSS/CL_SGE_NOTE Single Note class 20130410

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