SAP ABAP Class CL_SCMG_SP_NOTES_BACKEND (SP Notes backend(connection) class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-CM (Application Component) Case Management
     SCMG_SP_NOTES (Package) Service Provider - Notes
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRM_SP_CONNECTION Abstract Basis Class for Connection 20061113
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCMG_SP_CASE_NOTES_BACKEND SCMG: Methods for Case Notes Backend 20061113
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_CONNECTION Reading Methods for Working with Repositories 20061113
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_NON_VISUAL_INFO_SP SP Non-Visual Info for SP 20061113
Properties
Class CL_SCMG_SP_NOTES_BACKEND  
Short Description SP Notes backend(connection) class    
Super Class CL_SRM_SP_CONNECTION Abstract Basis Class for Connection 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCMG_SP_NOTES   Service Provider - Notes 
Created 20060523   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SCMGN Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SCMG_SP_CASE_NOTES_BACKEND SCMG: Methods for Case Notes Backend 20061113
2 IF_SRM_CONNECTION Reading Methods for Working with Repositories 20061113
3 IF_SRM_NON_VISUAL_INFO_SP SP Non-Visual Info for SP 20061113
Friends
Class CL_SCMG_SP_NOTES_BACKEND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CONN_PARAM_OBJECT Constant Public Type reference (TYPE) STRING 'OBJECT' Variable for connection parameter OBJECT 20061113
2 C_CONN_PARAM_TEXT_PROFILE Constant Public Type reference (TYPE) STRING 'TEXT_PROFILE' Variable for connection parameter TEXT PROFILE 20061113
3 C_MODE_EXCLUSIVE Constant Public Type reference (TYPE) ENQMODE 'E' Lock mode 20061113
4 C_MODE_EXTENDED Constant Public Type reference (TYPE) ENQMODE 'X' Lock mode 20061113
5 C_MODE_SHARED Constant Public Type reference (TYPE) ENQMODE 'S' Lock mode 20061113
6 C_SCOPE_DIALOG Constant Public Type reference (TYPE) C '1' 20061113
7 C_SCOPE_DIALOG_AND_UPDATE_TASK Constant Public Type reference (TYPE) C '3' 20061113
8 C_SCOPE_UPDATE_TASK Constant Public Type reference (TYPE) C '2' 20061113
9 GC_SPPOID_ID Constant Public Type reference (TYPE) STRING 'GUID' 20061113
10 GT_NEW_TEXTS Instance attribute Protected Type reference (TYPE) TEXT_LH Type multidimensional table textheader+lines 20061113
11 GT_OLD_TEXTS Instance attribute Protected Type reference (TYPE) TEXT_LH Type multidimensional table textheader+lines 20061113
12 GT_TEXTS_TO_DELETE Instance attribute Protected Type reference (TYPE) TEXT_LH Structure for multidimensional table text header+lines 20061113
13 GV_FLAG_CHANGED Instance attribute Protected Type reference (TYPE) XFELD New input values 20061113
14 GV_TEXT_TO_CHANGE Instance attribute Protected Type reference (TYPE) TDOBNAME Text Name 20061113
15 G_IS_ENQUEUED Instance attribute Public Type reference (TYPE) SRMBOOLEAN Indicates if text object is locked 20061113
16 G_NOTES_GUID Instance attribute Protected Type reference (TYPE) SYSUUID_C UUID in Zeichen-Darstellung 20061113
17 G_TDNAME Instance attribute Public Type reference (TYPE) TDOBNAME Name 20061113
18 G_TDOBJECT Instance attribute Public Type reference (TYPE) TDOBJECT Name of the text object 20061113
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TEXT Instance method Private Method Check the text validity 20061113
2 DEQUEUE_NOTE Instance method Public Method Dequeues the note (unlocks it) 20061113
3 ENQUEUE_NOTE Instance method Public Method Enqueues the note (locks for editing) 20061113
4 GET_NOTES Instance method Public Method retrieves the notes from the repository 20061113
Events
Class CL_SCMG_SP_NOTES_BACKEND has no event.
Types
Class CL_SCMG_SP_NOTES_BACKEND has no local type.
Method Signatures

Method CHECK_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RETURN Value transfer Type reference (TYPE) XFELD Checkbox 20061113
2 Importing IM_CREATED_BY Value transfer Type reference (TYPE) SYUNAME User Names 20061113
3 Importing IM_DATE_FROM Value transfer Type reference (TYPE) D 20061113
4 Importing IM_DATE_TO Value transfer Type reference (TYPE) D 20061113
5 Importing IM_HEADER Value transfer Type reference (TYPE) THEAD SAPscript: Text Header 20061113
6 Importing IM_KEYWORD Value transfer Type reference (TYPE) STRING 20061113
7 Importing IM_TEXT_LINES Value transfer Type reference (TYPE) TLINETAB Lines of ITF 20061113
8 Importing IM_TEXT_TYPE Value transfer Type reference (TYPE) TDID Text ID 20061113

Method CHECK_TEXT on class CL_SCMG_SP_NOTES_BACKEND has no exception.

Method DEQUEUE_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MODE Call by reference Type reference (TYPE) ENQMODE C_MODE_EXCLUSIVE Lock mode 20061113
2 Importing IM_SCOPE Call by reference Type reference (TYPE) C C_SCOPE_DIALOG 20061113
3 Importing IM_TDNAME Call by reference Type reference (TYPE) STXH-TDNAME Name 20061113
4 Importing IM_TDOBJECT Call by reference Type reference (TYPE) STXH-TDOBJECT Texts: application object 20061113
# Exception Resumable Description Created on
1 CX_SRM_SP_ENQUEUE Enqueue error(s) 20061113

Method ENQUEUE_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MODE Value transfer Type reference (TYPE) ENQMODE C_MODE_EXCLUSIVE Defines mode of locking-by default exclusive 20061113
2 Importing IM_SCOPE Value transfer Type reference (TYPE) C C_SCOPE_DIALOG Defines the update mode of note 20061113
3 Importing IM_TDNAME Call by reference Type reference (TYPE) STXH-TDNAME Name 20061113
4 Importing IM_TDOBJECT Call by reference Type reference (TYPE) STXH-TDOBJECT Texts: application object 20061113
# Exception Resumable Description Created on
1 CX_SRM_SP_ENQUEUE Enqueue error(s) 20061113

Method GET_NOTES Signature

Method GET_NOTES on class CL_SCMG_SP_NOTES_BACKEND has no parameter.
Method GET_NOTES on class CL_SCMG_SP_NOTES_BACKEND has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in