SAP ABAP Interface IF_AXT_NEW_BOL_OBJECT_ACCESS (Access not yet created objects/relations in the BOL model)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_MODEL (Package) Application Extensibility Tool: Model
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_AXT_RULE_DIRECTOR_CALLBACK Callback interface for rule director to extension 20100525
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AXT_CA_EXTENSION Customer object extension 20100707
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AXT_CA_OBJ_EXT_BOL_ACCESS Strategy Pattern object to get new objects of new ca enh 20101207
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AXT_FIELD_EXTENSION Field extension handler 20100525
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AXT_TABLE_EXTENSION Table extension handler 20100525
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AXT_TABLE_EXT_BOL_ACCESS Strategy Pattern object to get new objects of new tables enh 20100525
Properties
Interface IF_AXT_NEW_BOL_OBJECT_ACCESS  
Short Description Access not yet created objects/relations in the BOL model    
General Data
Package AXT_MODEL   Application Extensibility Tool: Model 
Created 20100519   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_AXT_NEW_BOL_OBJECT_ACCESS has no forward declaration.
Interfaces
Interface IF_AXT_NEW_BOL_OBJECT_ACCESS has no interface.
Friends
Interface IF_AXT_NEW_BOL_OBJECT_ACCESS has no friend.
Attributes
Interface IF_AXT_NEW_BOL_OBJECT_ACCESS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ALL_BOL_DETAILS Instance method Public Method 20100521
2 GET_OBJECT_DETAILS Instance method Public Method 20100521
3 GET_PARENT_OBJECTS Instance method Public Method 20100525
4 GET_RELATION_DETAILS Instance method Public Method 20100520
Events
Interface IF_AXT_NEW_BOL_OBJECT_ACCESS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_COMP_MODEL Public See coding 20101007 BEGIN OF gty_comp_model, component TYPE crmt_component_name, objects TYPE gty_t_axt_objects_il, model TYPE gty_t_axt_model_il, end of gty_comp_model
2 GTY_T_AXT_MODEL_IL Public See coding 20100521 gty_t_axt_model_il TYPE STANDARD TABLE OF axt_model_il WITH DEFAULT KEY
3 GTY_T_AXT_OBJECTS_IL Public See coding 20100521 gty_t_axt_objects_il TYPE STANDARD TABLE OF axt_objects_il WITH DEFAULT KEY
4 GTY_T_COMP_MODEL Public See coding 20101007 gty_t_comp_model TYPE STANDARD TABLE OF gty_comp_model WITH DEFAULT KEY
5 GTY_T_CRMD_WS_METHODS Public See coding 20100521 gty_t_crmd_ws_methods TYPE STANDARD TABLE OF crmd_ws_methods WITH DEFAULT KEY
6 GTY_T_CRMD_WS_OBJT Public See coding 20100521 gty_t_crmd_ws_objt TYPE STANDARD TABLE OF crmd_ws_objt WITH DEFAULT KEY
7 GTY_T_CRMD_WS_OBJ_REL Public See coding 20100521 gty_t_crmd_ws_obj_rel TYPE STANDARD TABLE OF crmd_ws_obj_rel WITH DEFAULT KEY
8 GTY_T_CRMD_WS_OBJ_RELT Public See coding 20100521 gty_t_crmd_ws_obj_relt TYPE STANDARD TABLE OF crmd_ws_obj_relt WITH DEFAULT KEY
Method Signatures

Method GET_ALL_BOL_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMP_MODEL Call by reference Type reference (TYPE) GTY_T_COMP_MODEL 20101007
2 Exporting ET_MODEL_IL Call by reference Type reference (TYPE) GTY_T_AXT_MODEL_IL 20100521
3 Exporting ET_OBJECTS_IL Call by reference Type reference (TYPE) GTY_T_AXT_OBJECTS_IL 20100521
4 Exporting ET_WS_METHODS Call by reference Type reference (TYPE) GTY_T_CRMD_WS_METHODS 20100521
5 Exporting ET_WS_OBJT Call by reference Type reference (TYPE) GTY_T_CRMD_WS_OBJT 20100521
6 Exporting ET_WS_OBJ_REL Call by reference Type reference (TYPE) GTY_T_CRMD_WS_OBJ_REL 20100521
7 Exporting ET_WS_WS_OBJ_RELT Call by reference Type reference (TYPE) GTY_T_CRMD_WS_OBJ_RELT 20100521
8 Importing IO_DATA Call by reference Object reference (TYPE REF TO) CL_AXT_EXTENSION_DATA 20100525
9 Importing IV_FOR_GENERATION Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_TRUE 20100521
10 Importing IV_REFRESH Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_FALSE 20100521
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND 20100525

Method GET_OBJECT_DETAILS 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 20100521
2 Importing IV_REFRESH Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_FALSE 20100521
3 Returning RS_OBJECT_DETAILS Value transfer Type reference (TYPE) AXT_OBJECTS_IL 20100521
# Exception Resumable Description Created on
1 CX_CRM_UNSUPPORTED_OBJECT 20100521

Method GET_PARENT_OBJECTS 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 20100525
2 Importing IV_REFRESH Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_FALSE 20100525
3 Returning RT_OBJ_IN_REL Value transfer Object reference (TYPE REF TO) CRMT_OBJ_IN_REL_TAB 20100525

Method GET_PARENT_OBJECTS on Interface IF_AXT_NEW_BOL_OBJECT_ACCESS has no exception.

Method GET_RELATION_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REFRESH Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_FALSE 20100521
2 Importing IV_RELATION_NAME Call by reference Type reference (TYPE) CRMT_RELATION_NAME 20100520
3 Returning RS_RELATION_DETAILS Value transfer Type reference (TYPE) AXT_MODEL_IL 20100520
# Exception Resumable Description Created on
1 CX_CRM_UNSUPPORTED_RELATION 20100521
History
Last changed by/on SAP  20110908 
SAP Release Created in 702