Hierarchy
⤷
⤷
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 | 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 | Constant | Public | Type reference (TYPE) | CHAR1 | 'F' | Single-Character Flag | 20100728 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR1 | 'T' | Single-Character Flag | 20100728 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | LT_BO_CACHE_T | 20080207 | ||||
| 4 | Static Attribute | Public | Type reference (TYPE) | LT_BO_HIER_T | 20080404 | ||||
| 5 | Static Attribute | Public | Type reference (TYPE) | LTY_T_NAV_FIELD_HANDLER | 20090821 | ||||
| 6 | Static Attribute | Private | Type reference (TYPE) | LTY_T_PLACE_MAP | 20080529 |
Methods
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 | IT_PARAMS | Call by reference | Type reference (TYPE) | AXT_T_GEN_DTL | Generation object parameters | 20080523 | |||
| 2 | IV_EXTENSION_TYPE | Call by reference | Type reference (TYPE) | AXT_EXTENSION_TYPE | Enhancement Type | 20080527 | |||
| 3 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | AXT_OBJECT_TYPE | Object Type | 20080523 | |||
| 4 | RT_GUID | Value transfer | Type reference (TYPE) | AXT_GUID | GUID | 20080523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IT_EXT_BO_PARTS | Call by reference | Type reference (TYPE) | AXT_T_REG_BO_PART | Enhanced Object | 20091014 | |||
| 2 | IV_PLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | Field Enhancement Place | 20091014 | |||
| 3 | IV_TABLE | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20091014 | |||
| 4 | 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 | ET_BOS | Call by reference | Type reference (TYPE) | AXT_T_EXT_BO_DESCR | Table with extensible BOs and description | 20100714 | |||
| 2 | ET_BO_PARTS | Call by reference | Type reference (TYPE) | AXTT_EXT_BO_PART_BOL | BO details for view | 20100714 | |||
| 3 | IT_BOL_OBJECTS | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME_TAB | Table of Object Names | 20100713 | |||
| 4 | IV_FRAMEWORK_FILTER | Call by reference | Type reference (TYPE) | AXT_UI_FRAMEWORK | UI Framework Constants | 20100818 | |||
| 5 | 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 | ET_OBJECTS | Call by reference | Type reference (TYPE) | AXTT_REG_BO_GEN | Table of reg bo gen | 20090729 | |||
| 2 | ET_USAGE | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20090729 | |||
| 3 | IV_EXTENSION_TYPE | Call by reference | Type reference (TYPE) | AXT_EXTENSION_TYPE | Enhancement Type | 20090127 | |||
| 4 | IV_GUID | Call by reference | Type reference (TYPE) | AXT_GUID | GUID | 20080404 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | CT_BO_PARTS | Call by reference | Type reference (TYPE) | AXTT_EXT_BO_PART | Table of extensible BO and Part | 20090416 | |||
| 2 | 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 | IF_BO | Call by reference | Type reference (TYPE) | AXT_BO | Extensible Business Object | 20080207 | |||
| 2 | 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 | IF_INCLUDE_ABSTRACT | Call by reference | Type reference (TYPE) | FLAG | Include abstract objects | 20080207 | |||
| 2 | IF_TEXTS | Call by reference | Type reference (TYPE) | FLAG | Include texts | 20080207 | |||
| 3 | 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 | IV_BO | Call by reference | Type reference (TYPE) | AXT_BO | Extensible Business Object | 20080225 | |||
| 2 | IV_BO_PART | Call by reference | Type reference (TYPE) | AXT_BO_PART | Part of an extensible Business Object | 20080225 | |||
| 3 | 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 | IF_COMPONENT_NAME | Call by reference | Type reference (TYPE) | AXT_COMPONENT | BSP Component | 20080208 | |||
| 2 | IF_CONTEXT_NODE | Call by reference | Type reference (TYPE) | AXT_CONTEXT_NODE | Context node | 20080208 | |||
| 3 | IF_EXPAND_CHILDREN | Call by reference | Type reference (TYPE) | FLAG | Include abstract objects | 20080404 | |||
| 4 | IF_VIEW_NAME | Call by reference | Type reference (TYPE) | AXT_VIEW | BSP View | 20080208 | |||
| 5 | 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 | IV_DEST_PLACE | Call by reference | Type reference (TYPE) | AXT_BO | Extensible Business Object | 20080425 | |||
| 2 | IV_SOURCE_PLACE | Call by reference | Type reference (TYPE) | AXT_BO | Extensible Business Object | 20080425 | |||
| 3 | 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 | 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 | IV_EXTENSION_TYPE | Call by reference | Type reference (TYPE) | AXT_EXTENSION_TYPE | Enhancement Type | 20090623 | |||
| 2 | IV_FLAG | Call by reference | Type reference (TYPE) | AXT_FLAG_NAME | Name of Enhancement Indicators | 20090623 | |||
| 3 | RV_DTEL | Value transfer | Type reference (TYPE) | ROLLNAME | Data element (semantic domain) | 20090623 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_EXTENSION_TYPE | Call by reference | Type reference (TYPE) | AXT_EXTENSION_TYPE | Enhancement Type | 20090702 | |||
| 2 | IV_FLAG | Call by reference | Type reference (TYPE) | AXT_FLAG_NAME | Name of Enhancement Indicators | 20090702 | |||
| 3 | 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 | IV_EXTENSION_TYPE | Call by reference | Type reference (TYPE) | AXT_EXTENSION_TYPE | Enhancement Type | 20081118 | |||
| 2 | IV_FLAG | Call by reference | Type reference (TYPE) | AXT_FLAG_NAME | Name of Enhancement Indicators | 20081118 | |||
| 3 | RV_LABEL | Value transfer | Type reference (TYPE) | STRING | 20081118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_EXT_PLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | Field Enhancement Place | 20080529 | |||
| 2 | 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 | ES_MAPPING | Call by reference | Type reference (TYPE) | V_AXT_REG_GRP_MP | Mapping details with description | 20080425 | |||
| 2 | ET_SOURCE_BO_PARTS | Call by reference | Type reference (TYPE) | AXT_T_REG_BO_PART | Table with extensible BO parts | 20080425 | |||
| 3 | ET_TARGET_BO_PARTS | Call by reference | Type reference (TYPE) | AXT_T_REG_BO_PART | Table with extensible BO parts | 20080425 | |||
| 4 | IV_MAPPING | Call by reference | Type reference (TYPE) | AXT_MAPPING | Mapping Description | 20080403 | |||
| 5 | IV_SCENARIO | Call by reference | Type reference (TYPE) | AXT_APPLICATION_GROUP | Application group for extensibility | 20080403 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_VARIANT | Call by reference | Type reference (TYPE) | AXT_FIELD_VARIANT | Field data type variant | 20090821 | |||
| 2 | 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 | IV_PLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | Field Extension Place | 20080225 | |||
| 2 | RS_PLACE | Value transfer | Type reference (TYPE) | AXT_REG_PLACE | Technical places of Field Extensibility | 20080225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_DEST_BO | Call by reference | Type reference (TYPE) | AXT_BO | Extensible Business Object | 20080326 | |||
| 2 | IV_DEST_PART | Call by reference | Type reference (TYPE) | AXT_BO_PART | Part of an extensible Business Object | 20080326 | |||
| 3 | IV_SOURCE_BO | Call by reference | Type reference (TYPE) | AXT_BO | Extensible Business Object | 20080326 | |||
| 4 | IV_SOURCE_PART | Call by reference | Type reference (TYPE) | AXT_BO_PART | Part of an extensible Business Object | 20080326 | |||
| 5 | 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 | IV_REG_OBJ_NAME | Call by reference | Type reference (TYPE) | AXT_REG_OBJNAME | AET Registry concatenated object name | 20091130 | |||
| 2 | IV_REG_OBJ_TYP | Call by reference | Type reference (TYPE) | AXT_REG_OBJTYP | AET Registry object type | 20091130 | |||
| 3 | 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 | IV_REL_OBJ_ADDITION | Call by reference | Type reference (TYPE) | AXT_REL_OBJ_ADDITION | AET Related object name addition | 20091130 | |||
| 2 | IV_REL_OBJ_NAME | Call by reference | Type reference (TYPE) | AXT_REL_OBJ_NAME | AET Related object name | 20091130 | |||
| 3 | IV_REL_OBJ_TYP | Call by reference | Type reference (TYPE) | AXT_REL_OBJ_TYP | AET Related object type | 20091130 | |||
| 4 | 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 | IV_BOL_OBJECT | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20081219 | |||
| 2 | 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 | EF_EXT_SPLACE | Value transfer | Type reference (TYPE) | AXT_PLACE | 20080213 | ||||
| 2 | EF_SEARCH_PART | Call by reference | Type reference (TYPE) | AXT_SEARCHPART | Part of a search | 20080213 | |||
| 3 | IF_COMPONENT_NAME | Call by reference | Type reference (TYPE) | AXT_COMPONENT | 20080208 | ||||
| 4 | IF_CONTEXT_NODE | Call by reference | Type reference (TYPE) | AXT_CONTEXT_NODE | 20080208 | ||||
| 5 | 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 | IV_SPLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | Field Extension Place | 20080325 | |||
| 2 | RS_SPLACE | Value transfer | Type reference (TYPE) | AXT_REG_SPLACE | Technical search places of Extensibility | 20080325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_BO | Call by reference | Type reference (TYPE) | AXT_BO | Enhanced Object | 20100708 | |||
| 2 | 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 | IV_TPLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | Field Extension Place | 20080910 | |||
| 2 | RS_TPLACE | Value transfer | Type reference (TYPE) | AXT_REG_TPLACE | Technical place for table extensibility | 20080910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | 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 | ET_LOCATIONS | Call by reference | Type reference (TYPE) | AXT_T_LOCATION | Locations of RUN FIELD table | 20080422 | |||
| 2 | ET_PARTS | Call by reference | Type reference (TYPE) | AXT_T_REG_BO_PART | Table with extensible BO parts | 20080630 | |||
| 3 | ET_PLACES | Call by reference | Type reference (TYPE) | AXT_T_PLACE | List of places | 20080527 | |||
| 4 | ET_SEARCHES | Call by reference | Type reference (TYPE) | AXT_T_PLACE | Searches | 20080516 | |||
| 5 | EV_SEARCH_RESULT | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Search result | 20080422 | |||
| 6 | 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 | IT_EXT_PLACE | Call by reference | Type reference (TYPE) | AXT_T_PLACE | List of places | 20090630 | |||
| 2 | IV_EXT_PLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | Field Enhancement Place | 20081017 | |||
| 3 | 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 | IT_EXT_TPLACE | Call by reference | Type reference (TYPE) | AXT_T_PLACE | List of places | 20100713 | |||
| 2 | IV_EXT_TPLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | Field Enhancement Place | 20081017 | |||
| 3 | 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 |