SAP ABAP Class CL_HAP_GOS_ATTACHMENT_HANDLER (Handler for Discovering Attachment Changes in Back End)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-AP-PM (Application Component) Appraisal, Valuation, and Survey Tool
     PAOC_HAP_DOCUMENT_IF (Package) Appraisal Document - Interface
Properties
Class CL_HAP_GOS_ATTACHMENT_HANDLER  
Short Description Handler for Discovering Attachment Changes in Back End    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_HAP_DOCUMENT_IF   Appraisal Document - Interface 
Created 20110401   SAP 
Last change 20110908   SAP 
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 CL_HAP_GOS_ATTACHMENT_HANDLER has no interface implemented.
Friends
Class CL_HAP_GOS_ATTACHMENT_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_APPRAISAL_KEY Instance attribute Private Type reference (TYPE) TY_S_APPRAISAL_KEY 20110401
2 MT_ATTACHMENTS_ADDED Instance attribute Private Type reference (TYPE) SWF_UTL_KEYLIST Lists of Object Keys 20110401
3 MT_ATTACHMENTS_DELETED Instance attribute Private Type reference (TYPE) SWF_UTL_KEYLIST Lists of Object Keys 20110401
4 MT_PREV_ATTACHMENTS Instance attribute Private Type reference (TYPE) HAP_T_ATTACHMENTS Attachments 20110401
5 MV_ACTIVE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110401
6 MV_COMMITTED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110401
7 MV_INSTANCE_REGISTERED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110401
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method 20110401
2 DEACTIVATE Instance method Public Method 20110401
3 GET_ATTACHMENT_LIST Instance method Public Method Gets a List of Changed Attachments; Called After DB Commit 20110401
4 ON_COMMIT Instance method Protected Event handling method 20110401
5 ON_LINK_CREATED Instance method Protected Event handling method 20110401
6 ON_LINK_DELETED Instance method Protected Event handling method 20110401
7 REGISTER_COMMIT Instance method Private Method 20110401
Events
Class CL_HAP_GOS_ATTACHMENT_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_APPRAISAL_KEY Protected See coding 20110401 BEGIN OF ty_s_appraisal_key, plan_version TYPE hap_plan_version, appraisal_id TYPE hap_appraisal_id, part_ap_id TYPE hap_part_ap_id, END OF ty_s_appraisal_key
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_APPRAISAL_ID Call by reference Type reference (TYPE) HAP_S_APPRAISAL_ID Beurteilungs-ID 20110401
2 Importing IV_PLAN_VERSION Call by reference Type reference (TYPE) HAP_PLAN_VERSION Planvariante 20110401

Method ACTIVATE on class CL_HAP_GOS_ATTACHMENT_HANDLER has no exception.

Method DEACTIVATE Signature

Method DEACTIVATE on class CL_HAP_GOS_ATTACHMENT_HANDLER has no parameter.
Method DEACTIVATE on class CL_HAP_GOS_ATTACHMENT_HANDLER has no exception.

Method GET_ATTACHMENT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTACHMENTS_ADDED Call by reference Type reference (TYPE) HAP_T_ATTACHMENTS Anlagen 20110401
2 Exporting ET_ATTACHMENTS_DELETED Call by reference Type reference (TYPE) HAP_T_ATTACHMENTS Anlagen 20110401

Method GET_ATTACHMENT_LIST on class CL_HAP_GOS_ATTACHMENT_HANDLER has no exception.

Method ON_COMMIT Signature

Method ON_COMMIT on class CL_HAP_GOS_ATTACHMENT_HANDLER has no parameter.
Method ON_COMMIT on class CL_HAP_GOS_ATTACHMENT_HANDLER has no exception.

Method ON_LINK_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EI_LINK Call by reference Attribute reference (LIKE) 20110401

Method ON_LINK_CREATED on class CL_HAP_GOS_ATTACHMENT_HANDLER has no exception.

Method ON_LINK_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EI_LINK Call by reference Attribute reference (LIKE) 20110401

Method ON_LINK_DELETED on class CL_HAP_GOS_ATTACHMENT_HANDLER has no exception.

Method REGISTER_COMMIT Signature

Method REGISTER_COMMIT on class CL_HAP_GOS_ATTACHMENT_HANDLER has no parameter.
Method REGISTER_COMMIT on class CL_HAP_GOS_ATTACHMENT_HANDLER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 731