SAP ABAP Class CL_PT_REQ_NOTICE (Note for Request)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PT (Application Component) Personnel Time Management
     PAOC_TIM_REQUEST (Package) Application Database and Application Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20020704
Properties
Class CL_PT_REQ_NOTICE  
Short Description Note for Request    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package PAOC_TIM_REQUEST   Application Database and Application Objects 
Created 20020704   SAP 
Last change 20040116   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 20020704
Friends
# Friend Modeled only Created on Description
1 CA_PT_REQ_NOTICE 20021025 Agent Request Note
2 CB_PT_REQ_NOTICE 20031126 Base Agent Request Note
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MESSAGE_HANDLER Instance attribute Private Object reference (TYPE REF TO) IF_PT_REQ_MESSAGE_HANDLER Message Processing 20030309
2 MOD_TIMESTAMP Instance attribute Protected Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20030205
3 MOD_TIMEZONE Instance attribute Protected Type reference (TYPE) TIMEZONE Time Zone 20030205
4 MOD_USER Instance attribute Protected Type reference (TYPE) AS4USER Last Changed by 20030205
5 NOTICE_AGENT Instance attribute Private Object reference (TYPE REF TO) CA_PT_REQ_NOTICE Agent Request Note 20030309
6 NOTICE_TEXT Instance attribute Protected Type reference (TYPE) TIM_REQ_NOTICE Lines for Notes 20020704
7 REQUEST_ID Instance attribute Protected Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Upper Case 20020906
8 VERSION_NO Instance attribute Protected Type reference (TYPE) INT4 Natural Number 20020906
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030309
2 GET_MESSAGE_HANDLER Instance method Private Get-method of a virtual attribute Reads Attribute MESSAGE_HANDLER 20030309
3 GET_MOD_TIMESTAMP Instance method Public Get-method of a virtual attribute Reads the Attribute MOD_TIMESTAMP 20030205
4 GET_MOD_TIMEZONE Instance method Public Get-method of a virtual attribute Reads the Attribute MOD_TIMEZONE 20030205
5 GET_MOD_USER Instance method Public Get-method of a virtual attribute Reads the Attribute MOD_USER 20030205
6 GET_NOTICE_AGENT Instance method Private Get-method of a virtual attribute Reads the Attribute NOTICE_AGENT 20030309
7 GET_NOTICE_TEXT Instance method Public Get-method of a virtual attribute Reads Attribute NOTICE_TEXT 20020704
8 GET_REQUEST_ID Instance method Public Get-method of a virtual attribute Reads the Attribute REQUEST_ID 20020906
9 GET_VERSION_NO Instance method Public Get-method of a virtual attribute Reads the Attribute VERSION_NO 20020906
10 READ_ADMIN_INFO Instance method Public Method Reads Context Information for Note 20030309
11 READ_NOTICES_AND_ADMIN Instance method Public Method Reads All Notes and Admin Info to Date 20030311
12 SET_MESSAGE_HANDLER Instance method Private Set-method of a virtual attribute Sets Attribute MESSAGE_HANDLER 20030309
13 SET_MOD_TIMESTAMP Instance method Public Set-method of a virtual attribute Sets Attribute MOD_TIMESTAMP 20030205
14 SET_MOD_TIMEZONE Instance method Public Set-method of a virtual attribute Sets Attribute MOD_TIMEZONE 20030205
15 SET_MOD_USER Instance method Public Set-method of a virtual attribute Sets Attribute MOD_USER 20030205
16 SET_NOTICE_AGENT Instance method Private Set-method of a virtual attribute Sets Attribute NOTICE_AGENT 20030309
17 SET_NOTICE_TEXT Instance method Public Set-method of a virtual attribute Sets Attribute NOTICE_TEXT 20020704
Events
Class CL_PT_REQ_NOTICE has no event.
Types
Class CL_PT_REQ_NOTICE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_PT_REQ_NOTICE has no parameter.
Method CONSTRUCTOR on class CL_PT_REQ_NOTICE has no exception.

Method GET_MESSAGE_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_PT_REQ_MESSAGE_HANDLER Attributwert 20030309
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030309

Method GET_MOD_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIMESTAMP Attributwert 20030205
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030205

Method GET_MOD_TIMEZONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIMEZONE Attributwert 20030205
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030205

Method GET_MOD_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) AS4USER Attributwert 20030205
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030205

Method GET_NOTICE_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CA_PT_REQ_NOTICE Attributwert 20030309
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030309

Method GET_NOTICE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIM_REQ_NOTICE Attributwert 20020704
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020704

Method GET_REQUEST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GUID_32 Attributwert 20020906
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020906

Method GET_VERSION_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) INT4 Attributwert 20020906
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020906

Method READ_ADMIN_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIM_REQ_NOTICE Antragsnotiz 20030309

Method READ_ADMIN_INFO on class CL_PT_REQ_NOTICE has no exception.

Method READ_NOTICES_AND_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_VERSION_NO Call by reference Type reference (TYPE) TIM_REQ_VERSION Antragsversion 20030311
2 Returning RESULT Value transfer Type reference (TYPE) TIM_REQ_NOTICE Antragsnotiz 20030311

Method READ_NOTICES_AND_ADMIN on class CL_PT_REQ_NOTICE has no exception.

Method SET_MESSAGE_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_PT_REQ_MESSAGE_HANDLER Attributwert 20030309
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030309

Method SET_MOD_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MOD_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP Attributwert 20030205
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030205

Method SET_MOD_TIMEZONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MOD_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Attributwert 20030205
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030205

Method SET_MOD_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MOD_USER Call by reference Type reference (TYPE) AS4USER Attributwert 20030205
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030205

Method SET_NOTICE_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NOTICE_AGENT Call by reference Object reference (TYPE REF TO) CA_PT_REQ_NOTICE Attributwert 20030309
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030309

Method SET_NOTICE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NOTICE_TEXT Call by reference Type reference (TYPE) TIM_REQ_NOTICE Attributwert 20020704
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020704
History
Last changed by/on SAP  20040116 
SAP Release Created in