SAP ABAP Class CL_AXT_REGISTRY (Extensibility registry access class)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_MODEL_REGISTRY (Package) Extensibility Registry
Properties
Class CL_AXT_REGISTRY  
Short Description Extensibility registry access class    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_MODEL_REGISTRY   Extensibility Registry 
Created 20080207   SAP 
Last change 20130531   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_AXT_REGISTRY has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_AXT_BO 20090706 Extensible object
2 CL_AXT_UNIT_REG_CONTENT 20111121 Fake registry content for Unit tests
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FILTER_FIELDS Constant Public Type reference (TYPE) CHAR1 'F' Single-Character Flag 20100728
2 GC_FILTER_TABLES Constant Public Type reference (TYPE) CHAR1 'T' Single-Character Flag 20100728
3 GT_BO_CACHE Static Attribute Private Type reference (TYPE) LT_BO_CACHE_T 20080207
4 GT_BO_HIER Static Attribute Public Type reference (TYPE) LT_BO_HIER_T 20080404
5 GT_NAV_FIELD_HANDLER Static Attribute Public Type reference (TYPE) LTY_T_NAV_FIELD_HANDLER 20090821
6 GT_PLACE_MAP Static Attribute Private Type reference (TYPE) LTY_T_PLACE_MAP 20080529
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_GUID_FROM_PARAM Static method Public Method 20080523
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080404
3 DETERMINE_BOL_OBJECTS Static method Public Method 20091014
4 DETERMINE_BO_PARTS_BY_BOL Static method Public Method Collect list of ext. BOs and parts from BOL object list 20100713
5 DETERMINE_WHERE_USED Static method Public Method 20080404
6 FIX_INHERITANCE_PATH Static method Public Method 20090416
7 GET_BO Static method Public Method 20080207
8 GET_BOS Static method Public Method 20080207
9 GET_BO_PART Static method Public Method 20080225
10 GET_BO_PARTS_FOR_VIEW Static method Public Method 20080207
11 GET_DATA_FLOWS_BY_PLACE Static method Public Method 20080425
12 GET_EXTENSION_TYPES Static method Public Method 20081210
13 GET_FLAG_DTEL Static method Public Method Retrieve the label for a flag 20090623
14 GET_FLAG_HANDLER_CLASS Static method Public Method Retrieve the label for a flag 20090702
15 GET_FLAG_LABEL Static method Public Method Retrieve the label for a flag 20081118
16 GET_INCLUDE_FOR_PLACE Static method Public Method Determine include for place, cached for good performance 20080529
17 GET_MAPPING Static method Public Method 20080403
18 GET_NAV_FIELD_HANDLER Static method Public Method 20090821
19 GET_PLACE Static method Public Method 20080225
20 GET_POSSIBLE_DATA_FLOWS Static method Public Method 20080326
21 GET_RELATION_FROM_AXT Static method Public Method 20091130
22 GET_RELATION_FROM_RELOBJ Static method Public Method 20091130
23 GET_ROOT_OBJECT Static method Public Method Determine the root object of a BOL object 20081219
24 GET_SEARCH_FOR_VIEW Static method Public Method 20080207
25 GET_SPLACE Static method Public Method 20080325
26 GET_SUPPORTED_UI_FRAMEWORK Static method Public Method 20100708
27 GET_TPLACE Static method Public Method 20080910
28 IS_TABLE_EXT_SUPPORTED Static method Public Method 20090706
29 ON_REGISTRY_CHANGED Static method Private Method Refresh registry after a change 20081216
30 ON_TABLE_ENTRY_CHANGED Static method Private Event handling method 20090108
31 RESOLVE_BOL_OBJECT Static method Public Method 20080422
32 SEARCH_BO_PARTS_BY_PLACE Static method Public Method 20081017
33 SEARCH_BO_PARTS_BY_TPLACE Static method Public Method 20081017
Events
Class CL_AXT_REGISTRY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_NAV_FIELD_HANDLER Public See coding 20090821 BEGIN OF lty_nav_field_handler, variant TYPE axt_field_variant, handler TYPE REF TO if_axt_nav_field_support, END OF lty_nav_field_handler
2 LTY_S_PLACE_MAP Private See coding 20080529 BEGIN OF lty_s_place_map, ext_place TYPE axt_place, eew_include TYPE tabname, END OF lty_s_place_map
3 LTY_T_NAV_FIELD_HANDLER Public See coding 20090821 lty_t_nav_field_handler TYPE HASHED TABLE OF lty_nav_field_handler WITH UNIQUE KEY variant
4 LTY_T_PLACE_MAP Private See coding 20080529 lty_t_place_map TYPE SORTED TABLE OF lty_s_place_map WITH UNIQUE KEY ext_place
5 LT_BO_CACHE Private See coding 20080207 BEGIN OF lt_bo_cache , ext_bo TYPE axt_bo, bo_ref TYPE REF TO cl_axt_bo, END OF lt_bo_cache
6 LT_BO_CACHE_T Private See coding 20080207 lt_bo_cache_t TYPE SORTED TABLE OF lt_bo_cache WITH UNIQUE KEY ext_bo
7 LT_BO_HIER Public See coding 20080603 BEGIN OF lt_bo_hier, ext_bo TYPE axt_bo, bo_reference TYPE axt_bo_reference, reference_bo TYPE axt_bo, x_abstract TYPE axt_boolean, END OF lt_bo_hier
8 LT_BO_HIER_T Public See coding 20080603 lt_bo_hier_t TYPE HASHED TABLE OF lt_bo_hier WITH UNIQUE KEY ext_bo
9 TYT_RELATION Public See coding 20091130 tyt_relation TYPE STANDARD TABLE OF ty_relation WITH NON-UNIQUE KEY rel_obj_name rel_obj_typ
10 TY_RELATION Public See coding 20091130 BEGIN OF ty_relation, rel_obj_typ TYPE axt_rel_obj_typ, rel_obj_name TYPE axt_rel_obj_name, rel_kind TYPE axt_rel_relkind, rel_obj_addition TYPE axt_rel_obj_addition, axt_reg_obj_name TYPE axt_reg_objname, axt_reg_obj_typ TYPE axt_reg_objtyp, rel_parameter TYPE axt_rel_parameter, END OF ty_relation
Method Signatures

Method CALCULATE_GUID_FROM_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMS Call by reference Type reference (TYPE) AXT_T_GEN_DTL Generation object parameters 20080523
2 Importing IV_EXTENSION_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Enhancement Type 20080527
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) AXT_OBJECT_TYPE Object Type 20080523
4 Returning RT_GUID Value transfer Type reference (TYPE) AXT_GUID GUID 20080523
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20080523

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_AXT_REGISTRY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_REGISTRY has no exception.

Method DETERMINE_BOL_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXT_BO_PARTS Call by reference Type reference (TYPE) AXT_T_REG_BO_PART Enhanced Object 20091014
2 Importing IV_PLACE Call by reference Type reference (TYPE) AXT_PLACE Field Enhancement Place 20091014
3 Importing IV_TABLE Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20091014
4 Returning RT_BOL_OBJECTS Value transfer Type reference (TYPE) CRMT_EXT_OBJ_NAME_TAB Table of Object Names 20091014

Method DETERMINE_BOL_OBJECTS on class CL_AXT_REGISTRY has no exception.

Method DETERMINE_BO_PARTS_BY_BOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BOS Call by reference Type reference (TYPE) AXT_T_EXT_BO_DESCR Table with extensible BOs and description 20100714
2 Exporting ET_BO_PARTS Call by reference Type reference (TYPE) AXTT_EXT_BO_PART_BOL BO details for view 20100714
3 Importing IT_BOL_OBJECTS Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME_TAB Table of Object Names 20100713
4 Importing IV_FRAMEWORK_FILTER Call by reference Type reference (TYPE) AXT_UI_FRAMEWORK UI Framework Constants 20100818
5 Importing IV_TYPE_FILTER Call by reference Type reference (TYPE) CHAR1 Constants from class 20100728

Method DETERMINE_BO_PARTS_BY_BOL on class CL_AXT_REGISTRY has no exception.

Method DETERMINE_WHERE_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECTS Call by reference Type reference (TYPE) AXTT_REG_BO_GEN Table of reg bo gen 20090729
2 Exporting ET_USAGE Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20090729
3 Importing IV_EXTENSION_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Enhancement Type 20090127
4 Importing IV_GUID Call by reference Type reference (TYPE) AXT_GUID GUID 20080404
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20080404

Method FIX_INHERITANCE_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BO_PARTS Call by reference Type reference (TYPE) AXTT_EXT_BO_PART Table of extensible BO and Part 20090416
2 Importing IV_REMOVE_INHERITED Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_TRUE Only expand sub objects and resolve extensions 20100210

Method FIX_INHERITANCE_PATH on class CL_AXT_REGISTRY has no exception.

Method GET_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080207
2 Returning RR_BO Value transfer Object reference (TYPE REF TO) CL_AXT_BO Extension class for business object 20080207

Method GET_BO on class CL_AXT_REGISTRY has no exception.

Method GET_BOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_INCLUDE_ABSTRACT Call by reference Type reference (TYPE) FLAG Include abstract objects 20080207
2 Importing IF_TEXTS Call by reference Type reference (TYPE) FLAG Include texts 20080207
3 Returning RT_BOS Value transfer Type reference (TYPE) AXT_T_REG_BO Table with extensible BOs and description 20080208

Method GET_BOS on class CL_AXT_REGISTRY has no exception.

Method GET_BO_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080225
2 Importing IV_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080225
3 Returning RR_BO_PART Value transfer Object reference (TYPE REF TO) CL_AXT_BO_PART Extension class for business object 20080225

Method GET_BO_PART on class CL_AXT_REGISTRY has no exception.

Method GET_BO_PARTS_FOR_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_COMPONENT_NAME Call by reference Type reference (TYPE) AXT_COMPONENT BSP Component 20080208
2 Importing IF_CONTEXT_NODE Call by reference Type reference (TYPE) AXT_CONTEXT_NODE Context node 20080208
3 Importing IF_EXPAND_CHILDREN Call by reference Type reference (TYPE) FLAG Include abstract objects 20080404
4 Importing IF_VIEW_NAME Call by reference Type reference (TYPE) AXT_VIEW BSP View 20080208
5 Returning RT_BO_PARTS Value transfer Type reference (TYPE) AXT_T_REG_BO_PART Table with extensible BO parts 20080208

Method GET_BO_PARTS_FOR_VIEW on class CL_AXT_REGISTRY has no exception.

Method GET_DATA_FLOWS_BY_PLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEST_PLACE Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080425
2 Importing IV_SOURCE_PLACE Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080425
3 Returning RT_DATA_FLOWS Value transfer Type reference (TYPE) AXT_T_REG_MAPPING Data flow mapping 20080425

Method GET_DATA_FLOWS_BY_PLACE on class CL_AXT_REGISTRY has no exception.

Method GET_EXTENSION_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EXTENSION_TYPES Value transfer Type reference (TYPE) AXTT_EXTENSION_TYPE List of extension types 20081210

Method GET_EXTENSION_TYPES on class CL_AXT_REGISTRY has no exception.

Method GET_FLAG_DTEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTENSION_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Enhancement Type 20090623
2 Importing IV_FLAG Call by reference Type reference (TYPE) AXT_FLAG_NAME Name of Enhancement Indicators 20090623
3 Returning RV_DTEL Value transfer Type reference (TYPE) ROLLNAME Data element (semantic domain) 20090623
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20090623

Method GET_FLAG_HANDLER_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTENSION_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Enhancement Type 20090702
2 Importing IV_FLAG Call by reference Type reference (TYPE) AXT_FLAG_NAME Name of Enhancement Indicators 20090702
3 Returning RV_HANDLER_CLASS Value transfer Type reference (TYPE) SEOCLSNAME Object Type Name 20090702

Method GET_FLAG_HANDLER_CLASS on class CL_AXT_REGISTRY has no exception.

Method GET_FLAG_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTENSION_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Enhancement Type 20081118
2 Importing IV_FLAG Call by reference Type reference (TYPE) AXT_FLAG_NAME Name of Enhancement Indicators 20081118
3 Returning RV_LABEL Value transfer Type reference (TYPE) STRING 20081118
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20081118

Method GET_INCLUDE_FOR_PLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_PLACE Call by reference Type reference (TYPE) AXT_PLACE Field Enhancement Place 20080529
2 Returning RV_INCLUDE Value transfer Type reference (TYPE) TABNAME Table Name 20080529

Method GET_INCLUDE_FOR_PLACE on class CL_AXT_REGISTRY has no exception.

Method GET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MAPPING Call by reference Type reference (TYPE) V_AXT_REG_GRP_MP Mapping details with description 20080425
2 Exporting ET_SOURCE_BO_PARTS Call by reference Type reference (TYPE) AXT_T_REG_BO_PART Table with extensible BO parts 20080425
3 Exporting ET_TARGET_BO_PARTS Call by reference Type reference (TYPE) AXT_T_REG_BO_PART Table with extensible BO parts 20080425
4 Importing IV_MAPPING Call by reference Type reference (TYPE) AXT_MAPPING Mapping Description 20080403
5 Importing IV_SCENARIO Call by reference Type reference (TYPE) AXT_APPLICATION_GROUP Application group for extensibility 20080403
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20080403

Method GET_NAV_FIELD_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VARIANT Call by reference Type reference (TYPE) AXT_FIELD_VARIANT Field data type variant 20090821
2 Returning RO_HANDLER Value transfer Object reference (TYPE REF TO) IF_AXT_NAV_FIELD_SUPPORT Support handler for navigational fields 20090821

Method GET_NAV_FIELD_HANDLER on class CL_AXT_REGISTRY has no exception.

Method GET_PLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLACE Call by reference Type reference (TYPE) AXT_PLACE Field Extension Place 20080225
2 Returning RS_PLACE Value transfer Type reference (TYPE) AXT_REG_PLACE Technical places of Field Extensibility 20080225
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20080910

Method GET_POSSIBLE_DATA_FLOWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEST_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080326
2 Importing IV_DEST_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080326
3 Importing IV_SOURCE_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080326
4 Importing IV_SOURCE_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080326
5 Returning RT_DATA_FLOWS Value transfer Type reference (TYPE) AXT_T_REG_MAPPING Data flow mapping 20080326

Method GET_POSSIBLE_DATA_FLOWS on class CL_AXT_REGISTRY has no exception.

Method GET_RELATION_FROM_AXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REG_OBJ_NAME Call by reference Type reference (TYPE) AXT_REG_OBJNAME AET Registry concatenated object name 20091130
2 Importing IV_REG_OBJ_TYP Call by reference Type reference (TYPE) AXT_REG_OBJTYP AET Registry object type 20091130
3 Returning RT_RELATION Value transfer Type reference (TYPE) TYT_RELATION 20091130

Method GET_RELATION_FROM_AXT on class CL_AXT_REGISTRY has no exception.

Method GET_RELATION_FROM_RELOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REL_OBJ_ADDITION Call by reference Type reference (TYPE) AXT_REL_OBJ_ADDITION AET Related object name addition 20091130
2 Importing IV_REL_OBJ_NAME Call by reference Type reference (TYPE) AXT_REL_OBJ_NAME AET Related object name 20091130
3 Importing IV_REL_OBJ_TYP Call by reference Type reference (TYPE) AXT_REL_OBJ_TYP AET Related object type 20091130
4 Returning RT_RELATION Value transfer Type reference (TYPE) TYT_RELATION 20091130

Method GET_RELATION_FROM_RELOBJ on class CL_AXT_REGISTRY has no exception.

Method GET_ROOT_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BOL_OBJECT Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20081219
2 Returning RV_ROOT_OBJECT Value transfer Type reference (TYPE) CRMT_EXT_ROOT_OBJ_NAME Root Object 20081219

Method GET_ROOT_OBJECT on class CL_AXT_REGISTRY has no exception.

Method GET_SEARCH_FOR_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_EXT_SPLACE Value transfer Type reference (TYPE) AXT_PLACE 20080213
2 Exporting EF_SEARCH_PART Call by reference Type reference (TYPE) AXT_SEARCHPART Part of a search 20080213
3 Importing IF_COMPONENT_NAME Call by reference Type reference (TYPE) AXT_COMPONENT 20080208
4 Importing IF_CONTEXT_NODE Call by reference Type reference (TYPE) AXT_CONTEXT_NODE 20080208
5 Importing IF_VIEW_NAME Call by reference Type reference (TYPE) AXT_VIEW 20080208

Method GET_SEARCH_FOR_VIEW on class CL_AXT_REGISTRY has no exception.

Method GET_SPLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SPLACE Call by reference Type reference (TYPE) AXT_PLACE Field Extension Place 20080325
2 Returning RS_SPLACE Value transfer Type reference (TYPE) AXT_REG_SPLACE Technical search places of Extensibility 20080325
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20080910

Method GET_SUPPORTED_UI_FRAMEWORK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO Call by reference Type reference (TYPE) AXT_BO Enhanced Object 20100708
2 Returning RT_UI_FRAMEWORK Value transfer Type reference (TYPE) AXTT_UI_FRAMEWORK List of UI Frameworks 20100708

Method GET_SUPPORTED_UI_FRAMEWORK on class CL_AXT_REGISTRY has no exception.

Method GET_TPLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TPLACE Call by reference Type reference (TYPE) AXT_PLACE Field Extension Place 20080910
2 Returning RS_TPLACE Value transfer Type reference (TYPE) AXT_REG_TPLACE Technical place for table extensibility 20080910
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20080910

Method IS_TABLE_EXT_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENABLED Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20090706

Method IS_TABLE_EXT_SUPPORTED on class CL_AXT_REGISTRY has no exception.

Method ON_REGISTRY_CHANGED Signature

Method ON_REGISTRY_CHANGED on class CL_AXT_REGISTRY has no parameter.
Method ON_REGISTRY_CHANGED on class CL_AXT_REGISTRY has no exception.

Method ON_TABLE_ENTRY_CHANGED Signature

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

Method ON_TABLE_ENTRY_CHANGED on class CL_AXT_REGISTRY has no exception.

Method RESOLVE_BOL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOCATIONS Call by reference Type reference (TYPE) AXT_T_LOCATION Locations of RUN FIELD table 20080422
2 Exporting ET_PARTS Call by reference Type reference (TYPE) AXT_T_REG_BO_PART Table with extensible BO parts 20080630
3 Exporting ET_PLACES Call by reference Type reference (TYPE) AXT_T_PLACE List of places 20080527
4 Exporting ET_SEARCHES Call by reference Type reference (TYPE) AXT_T_PLACE Searches 20080516
5 Exporting EV_SEARCH_RESULT Call by reference Type reference (TYPE) AXT_BOOLEAN Search result 20080422
6 Importing IV_BOL_OBJECT Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20080422

Method RESOLVE_BOL_OBJECT on class CL_AXT_REGISTRY has no exception.

Method SEARCH_BO_PARTS_BY_PLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXT_PLACE Call by reference Type reference (TYPE) AXT_T_PLACE List of places 20090630
2 Importing IV_EXT_PLACE Call by reference Type reference (TYPE) AXT_PLACE Field Enhancement Place 20081017
3 Returning RT_BO_PARTS Value transfer Type reference (TYPE) AXTT_EXT_BO_PART Table type of BO Part 20081017

Method SEARCH_BO_PARTS_BY_PLACE on class CL_AXT_REGISTRY has no exception.

Method SEARCH_BO_PARTS_BY_TPLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXT_TPLACE Call by reference Type reference (TYPE) AXT_T_PLACE List of places 20100713
2 Importing IV_EXT_TPLACE Call by reference Type reference (TYPE) AXT_PLACE Field Enhancement Place 20081017
3 Returning RT_BO_PARTS Value transfer Type reference (TYPE) AXTT_EXT_BO_PART Table of extensible BO and Part 20081017

Method SEARCH_BO_PARTS_BY_TPLACE on class CL_AXT_REGISTRY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700