SAP ABAP Class CL_AXT_CA_HDLR_ABSTR (Abstract rapid application handler)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-RA (Application Component) Rapid Applications
     AXT_RA (Package) Rapid Apps
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_AXT_CA_HDLR_CHILD Non root Rapid Application GenIL handler 20090918
2 Inheritance (c INHERITING FROM c_ref)  CL_AXT_CA_HDLR_ROOT Rapid Application Root Object Handler 20090212
Properties
Class CL_AXT_CA_HDLR_ABSTR  
Short Description Abstract rapid application handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_RA   Rapid Apps 
Created 20090212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_AXT_CA_HDLR_ABSTR has no forward declaration.
Interfaces
Class CL_AXT_CA_HDLR_ABSTR has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_AXT_CA_GENIL_BOL_COMP 20090923 Generic GenIL component for Rapid Applications
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_BUSINESS_API Instance attribute Protected Object reference (TYPE REF TO) CL_AXT_TABLES_BUSINESS_API 20090216
2 MO_RAP_APP_METADATA Instance attribute Protected Object reference (TYPE REF TO) CL_AXT_RAPID_APP_METADATA 20090417
3 MO_TABLES_METADATA Instance attribute Protected Object reference (TYPE REF TO) CL_AXT_TABLES_METADATA 20090417
4 MT_KEY_COMPONENTS Instance attribute Protected See coding 20090420
5 MT_LOG_KEY_DFIES Instance attribute Protected Type reference (TYPE) DFIES_TABLE 20090505
6 MT_NON_PERSISTED_IDS Instance attribute Protected See coding 20090505
7 MV_OBJECT_NAME Instance attribute Protected Type reference (TYPE) CRMT_EXT_OBJ_NAME 20090213
8 MV_READ_ONLY Instance attribute Protected Type reference (TYPE) AXT_BOOLEAN 20090417
9 MV_STRU_ATTR Instance attribute Protected Type reference (TYPE) AXT_NAME 20090212
10 MV_STRU_LOG_KEY Instance attribute Protected Type reference (TYPE) AXT_NAME 20090505
11 MV_STRU_WORK Instance attribute Protected Type reference (TYPE) AXT_NAME 20090212
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CREATE_DELETE_NEEDED Instance method Protected Method 20111013
2 CHECK_KEY_NEEDS_TO_BE_READONLY Instance method Protected Method 20091118
3 CHECK_OBJECTS_BEFORE_SAVE Instance method Public Method 20090212
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090212
5 CREATE_OBJECTS Instance method Public Method 20090212
6 DELETE_OBJECTS Instance method Public Method 20090212
7 DISPATCH_MODIFY_TO_CHILD_HDLR Instance method Protected Method 20090921
8 DISPATCH_READ_TO_CHILD_HDLR Instance method Protected Method 20090922
9 FILL_STRUCS_WITH_OLD_VALUES Instance method Protected Method 20111013
10 FILL_STRUCT_FROM_NVP_TAB Static method Protected Method Fill a Structure from a Name Value Table 20090213
11 GET_CURRENT_GENIL_ID_BY_CHILD Instance method Protected Method 20100218
12 GET_DYNAMIC_QUERY_RESULT Instance method Public Method 20090212
13 GET_INTERNAL_KEY Instance method Protected Method 20090921
14 GET_LOGICAL_KEY_FROM_OBJECT_ID Instance method Public Method 20090409
15 GET_MSG_CONTAINER Instance method Protected Method 20090420
16 GET_OBJECTS Instance method Public Method 20090212
17 GET_OBJECT_ID_FROM_LOGICAL_KEY Instance method Public Method 20090409
18 GET_PARENT_KEY_COMPONENTS Instance method Protected Method 20090923
19 GET_RECORD_ID_FROM_BOL_OR_BUFF Instance method Protected Method returns the valid internal record id either from bol/bufffer 20090529
20 GET_ROOT_PATH Instance method Public Method 20090212
21 HAS_KEY_CHANGED Instance method Protected Method 20091118
22 INITIALIZE Instance method Public Method free all buffers 20121121
23 INIT_OBJECTS Instance method Public Method 20090212
24 LOCK_OBJECTS Instance method Public Method 20090212
25 MODIFY_OBJECTS Instance method Public Method 20090212
26 ON_AFTER_COMMIT Instance method Public Event handling method 20090212
27 ON_AFTER_ROLLBACK Instance method Public Event handling method 20090212
28 READ_DEPENDENT_OBJECTS Instance method Protected Method 20090930
29 READ_FOREIGN_RELATIONS Instance method Protected Method 20090930
30 SAVE_OBJECTS Instance method Public Method 20090212
31 SET_ATTR_PROPERTIES Instance method Protected Method 20090216
32 SET_KEY_PROPERTIES Instance method Protected Method 20090420
33 SET_SUCCESS Instance method Protected Method 20090216
Events
Class CL_AXT_CA_HDLR_ABSTR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_NON_PERSISTED_ID Protected See coding 20090528 BEGIN OF lty_non_persisted_id, bol_key TYPE axts_ca_bol_key, internal_key TYPE string, END OF lty_non_persisted_id
Method Signatures

Method CHECK_CREATE_DELETE_NEEDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHANGED_FIELDS Call by reference Type reference (TYPE) CRMT_ATTR_NAME_TAB 20111013
2 Returning RV_NEEDED Value transfer Type reference (TYPE) AXT_BOOLEAN 20111013

Method CHECK_CREATE_DELETE_NEEDED on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method CHECK_KEY_NEEDS_TO_BE_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BOL_KEY Call by reference Type reference (TYPE) AXTS_CA_BOL_KEY 20091118
2 Returning RV_READONLY Value transfer Type reference (TYPE) AXT_BOOLEAN 20091118

Method CHECK_KEY_NEEDS_TO_BE_READONLY on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method CHECK_OBJECTS_BEFORE_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJECT_LIST Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INST_LINE_TAB 20090213
2 Importing IV_MSG_SERVICE_ACCESS Call by reference Object reference (TYPE REF TO) IF_GENIL_MSG_SERVICE_ACCESS 20090212

Method CHECK_OBJECTS_BEFORE_SAVE on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20090212

Method CONSTRUCTOR on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method CREATE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ROOT_LIST Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECTLIST 20090216
2 Importing IT_PARAMETERS Call by reference Type reference (TYPE) CRMT_NAME_VALUE_PAIR_TAB 20090212
3 Importing IV_NUMBER Call by reference Type reference (TYPE) INT4 1 20090212
4 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME 20090212

Method CREATE_OBJECTS on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method DELETE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OBJECT_LIST Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INST_LINE 20090213
2 Importing IV_MSG_SERVICE_ACCESS Call by reference Object reference (TYPE REF TO) IF_GENIL_MSG_SERVICE_ACCESS 20090212

Method DELETE_OBJECTS on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method DISPATCH_MODIFY_TO_CHILD_HDLR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CHANGED_OBJECTS Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INSTANCE_TAB 20090921
2 Importing IO_CURRENT_PARENT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT 20090921
3 Importing IO_CURRENT_ROOT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECT 20090921
4 Importing IO_RETURN_ROOT_LIST Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECTLIST 20090921
5 Importing IO_ROOT_LIST Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECTLIST 20090921

Method DISPATCH_MODIFY_TO_CHILD_HDLR on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method DISPATCH_READ_TO_CHILD_HDLR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT 20090922
2 Importing IO_ROOT_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECT 20090922
3 Importing IT_REQUEST_OBJECTS Call by reference Type reference (TYPE) CRMT_REQUEST_OBJ_TAB 20090922

Method DISPATCH_READ_TO_CHILD_HDLR on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method FILL_STRUCS_WITH_OLD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ERS_NEW_ATTRIBUTES Call by reference Object reference (TYPE REF TO) DATA 20111013
2 Exporting ERS_NEW_LOG_KEY Call by reference Object reference (TYPE REF TO) DATA 20111013
3 Importing IRS_ATTRIBUTES Call by reference Object reference (TYPE REF TO) DATA 20111013
4 Importing IT_CHANGED_FIELDS Call by reference Type reference (TYPE) CRMT_ATTR_NAME_TAB 20111013
5 Importing IV_RECORD_ID Call by reference Type reference (TYPE) STRING 20111013
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20111013

Method FILL_STRUCT_FROM_NVP_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_PARAMETER Call by reference Type reference (TYPE) ANY 20090213
2 Importing IT_PARAMETERS Call by reference Type reference (TYPE) CRMT_NAME_VALUE_PAIR_TAB Parameter Table of Name-Value Pairs 20090213

Method FILL_STRUCT_FROM_NVP_TAB on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method GET_CURRENT_GENIL_ID_BY_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHILD_INSTANCE Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INSTANCE 20100218
2 Returning RV_GENIL_OBJ_ID Value transfer Type reference (TYPE) CRMT_GENIL_OBJECT_ID 20100218

Method GET_CURRENT_GENIL_ID_BY_CHILD on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method GET_DYNAMIC_QUERY_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ROOT_LIST Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECTLIST 20090216
2 Importing IS_QUERY_PARAMETERS Call by reference Type reference (TYPE) GENILT_QUERY_PARAMETERS 20090212
3 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) GENILT_SELECTION_PARAMETER_TAB 20090212
4 Importing IV_IS_ROOT Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_FALSE 20090216
5 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME 20090212

Method GET_DYNAMIC_QUERY_RESULT on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method GET_INTERNAL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LOG_KEY Call by reference Type reference (TYPE) ANY 20090921
2 Returning RV_INTERNAL_KEY Value transfer Type reference (TYPE) STRING 20090921

Method GET_INTERNAL_KEY on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method GET_LOGICAL_KEY_FROM_OBJECT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LOGICAL_KEY Call by reference Type reference (TYPE) ANY 20090409
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) CRMT_GENIL_OBJECT_ID 20090409
# Exception Resumable Description Created on
1 CX_CRM_GENIL_GENERAL_ERROR 20090409

Method GET_MSG_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ROOT_OBJ Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECT 20090928
2 Returning RO_MSG_CONTAINER Value transfer Object reference (TYPE REF TO) CL_CRM_GENIL_BAPI_MESS_CONT 20090420

Method GET_MSG_CONTAINER on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method GET_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ROOT_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECT 20090629
2 Importing IT_REQUEST_OBJECTS Call by reference Type reference (TYPE) CRMT_REQUEST_OBJ_TAB 20090212

Method GET_OBJECTS on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method GET_OBJECT_ID_FROM_LOGICAL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LOGICAL_KEY Call by reference Type reference (TYPE) ANY 20090409
2 Returning RV_RESULT Value transfer Type reference (TYPE) CRMT_GENIL_OBJECT_ID 20090409
# Exception Resumable Description Created on
1 CX_CRM_GENIL_GENERAL_ERROR 20090409

Method GET_PARENT_KEY_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PARENT_KEY_COMPONENT Value transfer Type reference (TYPE) AXTT_PARENT_MAPPING 20090923

Method GET_PARENT_KEY_COMPONENTS on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method GET_RECORD_ID_FROM_BOL_OR_BUFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT 20091102
2 Importing IS_BOL_KEY Call by reference Type reference (TYPE) AXTS_CA_BOL_KEY Custom Application BOL Key structure 20090529
3 Importing IS_OBJECT_LIST Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INST_LINE Object Instance with Success Indicator 20090529
4 Importing IV_THROW_GENIL_EXCEPTION Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_FALSE 20091102
5 Importing IV_THROW_NOT_ON_API Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_FALSE 20091102
6 Returning RV_RECORD_ID Value transfer Type reference (TYPE) STRING 20090529
# Exception Resumable Description Created on
1 CX_CRM_GENIL_GENERAL_ERROR 20091102

Method GET_ROOT_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ROOT_PATH Call by reference Type reference (TYPE) CRMT_EXTENDED_RELATION_TAB 20100218
2 Importing IV_OBJECT_INSTANCE Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INSTANCE 20090212
# Exception Resumable Description Created on
1 CX_CRM_GENIL_GENERAL_ERROR 20090212

Method HAS_KEY_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHANGED_FIELDS Call by reference Type reference (TYPE) CRMT_ATTR_NAME_TAB 20091118
2 Returning RV_RESULT Value transfer Type reference (TYPE) AXT_BOOLEAN 20091118

Method HAS_KEY_CHANGED on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_AXT_CA_HDLR_ABSTR has no parameter.
Method INITIALIZE on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method INIT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OBJECT_LIST Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INST_LINE 20090213
2 Importing IV_MSG_SERVICE_ACCESS Call by reference Object reference (TYPE REF TO) IF_GENIL_MSG_SERVICE_ACCESS 20090212

Method INIT_OBJECTS on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method LOCK_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OBJECT_LIST Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INST_LINE 20090213
2 Importing IV_MSG_SERVICE_ACCESS Call by reference Object reference (TYPE REF TO) IF_GENIL_MSG_SERVICE_ACCESS 20090212

Method LOCK_OBJECTS on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method MODIFY_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED_OBJECTS Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INSTANCE_TAB 20090921
2 Importing IO_RETURN_ROOT_LIST Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECTLIST 20090216
3 Importing IO_ROOT_LIST Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECTLIST 20090216

Method MODIFY_OBJECTS on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method ON_AFTER_COMMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20090212

Method ON_AFTER_COMMIT on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method ON_AFTER_ROLLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20090212

Method ON_AFTER_ROLLBACK on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method READ_DEPENDENT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT 20090930
2 Importing IO_ROOT_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECT 20090930
3 Importing IT_REQUEST_OBJECTS Call by reference Type reference (TYPE) CRMT_REQUEST_OBJ_TAB 20090930

Method READ_DEPENDENT_OBJECTS on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method READ_FOREIGN_RELATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT 20090930
2 Importing IO_ROOT_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECT 20090930
3 Importing IT_REQUEST_OBJECTS Call by reference Type reference (TYPE) CRMT_REQUEST_OBJ_TAB 20090930

Method READ_FOREIGN_RELATIONS on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method SAVE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OBJECT_LIST Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INST_LINE 20090213
2 Exporting ES_ID_MAPPING Call by reference Type reference (TYPE) CRMT_GENIL_ID_MAPPING Mapping Old to New ID 20090529
3 Importing IV_MSG_SERVICE_ACCESS Call by reference Object reference (TYPE REF TO) IF_GENIL_MSG_SERVICE_ACCESS 20090212

Method SAVE_OBJECTS on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method SET_ATTR_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT 20090918

Method SET_ATTR_PROPERTIES on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method SET_KEY_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT 20090918
2 Importing IS_BOL_KEY Call by reference Type reference (TYPE) AXTS_CA_BOL_KEY 20090505

Method SET_KEY_PROPERTIES on class CL_AXT_CA_HDLR_ABSTR has no exception.

Method SET_SUCCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJECT_LIST Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INST_LINE_TAB 20090216
2 Importing IT_REJECTED_OBJECTS Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INST_LINE_TAB Table of Object Instances 20090623
3 Importing IV_SUCCESS Call by reference Type reference (TYPE) CRMT_BOOLEAN 20090216

Method SET_SUCCESS on class CL_AXT_CA_HDLR_ABSTR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701