SAP ABAP Class CL_AXT_FACADE (Facade of Extensibility tool)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_MODEL (Package) Application Extensibility Tool: Model
Properties
Class CL_AXT_FACADE  
Short Description Facade of Extensibility tool    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_MODEL   Application Extensibility Tool: Model 
Created 20071119   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)
2 CL_AXT_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_AXT_FACADE has no interface implemented.
Friends
Class CL_AXT_FACADE has no friend class.
Attributes
Class CL_AXT_FACADE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AUTHORITY Static method Public Method Authority check whether new extensions can be created 20080624
2 CONVERT_EXT_STATUS_2_UI_STATUS Static method Public Method Converts extension status to UI status 20090319
3 CREATE_EXTENSION Static method Public Method Create a new extension 20071204
4 DEPLOYMENT_CHECK_TASK_HANDLED Static method Private Method Check if the task was handled before 20091216
5 DETERMINE_EXT_BO Static method Public Method Get list of extension objects and parts 20080606
6 FILTER_EXTENSIBLE_BOS Static method Public Method 20081210
7 GENERATE_EXTENSION Static method Public Method Only to be called from SAP GUI 20091113
8 GENERATE_EXTENSIONS Static method Public Method Generate marked extensions 20080214
9 GENERATE_EXT_CUSTOMIZING Static method Public Method Generate extensions customizing 20090713
10 GENERATE_EXT_LOCAL Static method Public Method Generate extensions local 20090713
11 GET_BOL_OBJECTS_FOR_BO_PART Static method Public Method 20080812
12 GET_BO_PART_DESCRIPTION Static method Public Method 20080401
13 GET_EXTENSIBLE_BO Static method Public Method 20090527
14 GET_EXTENSIBLE_BOS Static method Public Method 20080219
15 GET_EXTENSION Static method Public Method Get access for an extension 20080214
16 GET_EXTENSIONS Static method Public Method Get list of extensions for a BO part 20080214
17 GET_EXTENSIONS_BY_BO Static method Public Method 20080229
18 GET_EXTENSIONS_BY_EXT_POINT Static method Public Method 20090217
19 GET_EXTENSIONS_BY_PART Static method Public Method To be deleted 20080319
20 GET_EXTENSIONS_BY_USER Static method Public Method 20090715
21 GET_EXTENSIONS_IN_TRANSPORT Static method Public Method 20090715
22 GET_FLAGS_FOR_EXT_BO_PART Static method Public Method 20080222
23 GET_GENERATION_ARTIFACTS Static method Public Method 20090713
24 GET_MESSAGES Static method Public Method Returns warnings and information messages 20080507
25 GET_NAMESPACE_FROM_PACKAGE Static method Public Method 20080728
26 GET_PARTS_FOR_EXT_BO Static method Public Method 20080222
27 GET_REUSABLE_BO_PARTS Static method Public Method Checks which other BO parts can be activated for an ext. 20081017
28 GET_REUSABLE_EXTENSIONS Static method Public Method Get list of reusable extensions for a part 20080415
29 GET_SPECIAL_CATALOGUE_STATUS Static method Private Method 20090714
30 GET_SUPPORTED_UI_FRAMEWORK Static method Public Method 20100708
31 GET_TARGET_BO_PARTS_BY_BO Static method Public Method 20080423
32 GET_UI_BY_BO_PART Static method Public Method 20080415
33 GET_WSC_UI_EXTENSION Static method Public Method 20090217
34 HOW_TO_DEPLOY_EXTENSION Static method Public Method Lists Transport Request and Extensions that will be deployed 20090715
35 IS_CUSTOMIZING_AVAILABLE Static method Private Method OBSOLETE 20090714
36 LOCK_BO Static method Public Method 20080317
37 LOCK_BO_PART Static method Public Method 20080317
38 SEARCH_BO_EXTENSIONS Static method Public Method Dynamic query from GenIL 20080327
39 SEARCH_RAPID_APP_EXTENSIONS Static method Public Method Dynamic query from GenIL 20090310
40 UNLOCK_BO Static method Public Method 20080317
41 UNLOCK_BO_PART Static method Public Method 20080317
Events
Class CL_AXT_FACADE has no event.
Types
Class CL_AXT_FACADE has no local type.
Method Signatures

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Enhancement Type 20080624
# Exception Resumable Description Created on
1 CX_AXT_AUTHORITY_FAILED Authority error 20080624

Method CONVERT_EXT_STATUS_2_UI_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EXTENSION Call by reference Object reference (TYPE REF TO) IF_AXT_EXTENSION 20090319
2 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Enhancement ID 20090319
3 Importing IV_EXT_STATUS Call by reference Type reference (TYPE) AXT_EXT_STATUS 20090319
4 Importing IV_X_DELETED Call by reference Type reference (TYPE) AXT_BOOLEAN 20090319
5 Importing IV_X_ERROR Call by reference Type reference (TYPE) AXT_X_ERROR 20090319
6 Importing IV_X_OUTDATED Call by reference Type reference (TYPE) AXT_X_OUTDATED 20090319
7 Returning RV_UI_STATUS Value transfer Type reference (TYPE) AXT_STATUS_UI Enhancement Status for UI 20090319

Method CONVERT_EXT_STATUS_2_UI_STATUS on class CL_AXT_FACADE has no exception.

Method CREATE_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080214
2 Importing IF_EXT_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080214
3 Importing IF_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE AXT Object Type 20080214
4 Importing IF_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Package 20080725
5 Importing IV_EXTENSION_POINT Call by reference Type reference (TYPE) AXT_PLACE Parameter Value 20090211
6 Returning RR_EXTENSION Value transfer Object reference (TYPE REF TO) IF_AXT_EXTENSION Extension interface for facade 20080214
# Exception Resumable Description Created on
1 CX_AXT General exception 20080215

Method DEPLOYMENT_CHECK_TASK_HANDLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DEPLOYED_EXTENSIONS Call by reference Type reference (TYPE) AXT_T_EXTENSION_ID List of extensions 20091216
2 Changing CT_HANDLED_REQUESTS Call by reference Type reference (TYPE) TRKORRS Table of Request Numbers 20091216
3 Changing CT_HANDLED_TASKS Call by reference Type reference (TYPE) TRKORRS Table of Request Numbers 20091216
4 Importing IV_TASK Call by reference Type reference (TYPE) TRKORR Request/Task 20091216

Method DEPLOYMENT_CHECK_TASK_HANDLED on class CL_AXT_FACADE has no exception.

Method DETERMINE_EXT_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPONENT_NAME Call by reference Type reference (TYPE) AXT_COMPONENT 20080606
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20080606
3 Importing IV_VIEW_NAME Call by reference Type reference (TYPE) AXT_VIEW 20080606
4 Returning RT_BOS Value transfer Object reference (TYPE REF TO) AXTT_BO_DETAIL Extensible BO Detail information 20080606

Method DETERMINE_EXT_BO on class CL_AXT_FACADE has no exception.

Method FILTER_EXTENSIBLE_BOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BO Call by reference Type reference (TYPE) AXT_T_BO Table of extensible objects 20081210
2 Importing IV_EXTENSION_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Enhancement Type 20081210
3 Returning RT_BO Value transfer Type reference (TYPE) AXT_T_BO Table of extensible objects 20081210

Method FILTER_EXTENSIBLE_BOS on class CL_AXT_FACADE has no exception.

Method GENERATE_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Enhancement ID 20091113
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20091113
2 CX_AXT_OPERATION_FAILED Operation error 20091113

Method GENERATE_EXTENSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXTENSIONS Call by reference Type reference (TYPE) AXT_T_EXTENSION_REF List of extension instances 20080225
2 Importing IV_GENERATE_ALL_OBJ Call by reference Type reference (TYPE) AXT_BOOLEAN CL_AXT_CONSTANTS=>GC_FALSE Boolean 20080702
# Exception Resumable Description Created on
1 CX_AXT General exception 20080225

Method GENERATE_EXT_CUSTOMIZING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID_TAB 20090713
2 Importing IV_TRANSPORT Call by reference Type reference (TYPE) TRKORR Request/Task 20090713
# Exception Resumable Description Created on
1 CX_AXT General exception 20090713

Method GENERATE_EXT_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID_TAB 20090713
# Exception Resumable Description Created on
1 CX_AXT General exception 20090713

Method GET_BOL_OBJECTS_FOR_BO_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Enhanced Object 20080812
2 Importing IV_EXT_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of Enhanced Object 20080812
3 Returning RT_BOL_OBJECTS Value transfer Type reference (TYPE) CRMT_EXT_OBJ_NAME_TAB Table of Object Names 20080812

Method GET_BOL_OBJECTS_FOR_BO_PART on class CL_AXT_FACADE has no exception.

Method GET_BO_PART_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080401
2 Importing IV_EXT_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080401
3 Returning RS_BO_PART_DESC Value transfer Type reference (TYPE) AXTS_BO_PART_DESCRIPTION The description of BO and Part 20080401

Method GET_BO_PART_DESCRIPTION on class CL_AXT_FACADE has no exception.

Method GET_EXTENSIBLE_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Enhanced Object 20090527
2 Returning RS_EXT_BO Value transfer Type reference (TYPE) AXT_S_REG_BO Extensible object with description 20090527

Method GET_EXTENSIBLE_BO on class CL_AXT_FACADE has no exception.

Method GET_EXTENSIBLE_BOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EXT_BOS Value transfer Type reference (TYPE) AXT_T_REG_BO Table with extensible BOs and description 20080307

Method GET_EXTENSIBLE_BOS on class CL_AXT_FACADE has no exception.

Method GET_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080214
2 Returning RR_EXTENSION Value transfer Object reference (TYPE REF TO) IF_AXT_EXTENSION Extension interface for facade 20080214
# Exception Resumable Description Created on
1 CX_AXT General exception 20080215

Method GET_EXTENSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080214
2 Importing IF_EXT_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080214
3 Importing IF_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE AXT Object Type 20080214
4 Returning RT_EXTENSIONS Value transfer Type reference (TYPE) AXT_T_EXTENSION_REF List of extensions 20080214

Method GET_EXTENSIONS on class CL_AXT_FACADE has no exception.

Method GET_EXTENSIONS_BY_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080229
2 Importing IV_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Extension Type 20080303
3 Returning RT_EXTENSIONS Value transfer Type reference (TYPE) AXT_T_EXTENSION_REF List of extension instances 20080229

Method GET_EXTENSIONS_BY_BO on class CL_AXT_FACADE has no exception.

Method GET_EXTENSIONS_BY_EXT_POINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTENSION_POINT Call by reference Type reference (TYPE) AXT_PLACE Field Enhancement Place 20090217
2 Importing IV_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Enhancement Type 20090217
3 Returning RT_EXTENSIONS Value transfer Type reference (TYPE) AXT_T_EXTENSION_REF List of extension instances 20090217

Method GET_EXTENSIONS_BY_EXT_POINT on class CL_AXT_FACADE has no exception.

Method GET_EXTENSIONS_BY_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Extensible Business Object 20080319
2 Importing IV_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Extension Type 20080319
3 Returning RT_EXTENSIONS Value transfer Type reference (TYPE) AXT_T_EXTENSION_REF List of extension instances 20080319

Method GET_EXTENSIONS_BY_PART on class CL_AXT_FACADE has no exception.

Method GET_EXTENSIONS_BY_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER Call by reference Attribute reference (LIKE) SY-UNAME SY-UNAME Request/Task 20090715
2 Returning RT_EXTENSIONS Value transfer Type reference (TYPE) AXT_T_EXTENSION_ID List of extensions 20090715

Method GET_EXTENSIONS_BY_USER on class CL_AXT_FACADE has no exception.

Method GET_EXTENSIONS_IN_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20090715
2 Returning RT_EXTENSIONS Value transfer Type reference (TYPE) AXT_T_EXTENSION_ID List of extensions 20090715

Method GET_EXTENSIONS_IN_TRANSPORT on class CL_AXT_FACADE has no exception.

Method GET_FLAGS_FOR_EXT_BO_PART 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 20081022
2 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080222
3 Importing IV_EXT_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080222
4 Returning RT_FLAGS Value transfer Type reference (TYPE) AXT_T_FLAG_LIST Name of extension flags 20080222

Method GET_FLAGS_FOR_EXT_BO_PART on class CL_AXT_FACADE has no exception.

Method GET_GENERATION_ARTIFACTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID_TAB List of extension instances 20090713
2 Returning RT_GEN_ARTIFACTS Value transfer Type reference (TYPE) AXTT_GEN_ARTIFACT Table of Generation Artifact 20090713

Method GET_GENERATION_ARTIFACTS on class CL_AXT_FACADE has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Enhancement ID 20100115
2 Returning RT_MESSAGES Value transfer Object reference (TYPE REF TO) AXTT_MSG Messages table 20080507

Method GET_MESSAGES on class CL_AXT_FACADE has no exception.

Method GET_NAMESPACE_FROM_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Package 20080728
2 Returning RV_NAMESPACE Value transfer Type reference (TYPE) NAMESPACE Namespace 20080728

Method GET_NAMESPACE_FROM_PACKAGE on class CL_AXT_FACADE has no exception.

Method GET_PARTS_FOR_EXT_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080222
2 Importing IV_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Extension Type 20080222
3 Returning RT_EXT_BO_PARTS Value transfer Type reference (TYPE) AXTT_BO_PART_DETAIL Table type of BO Part 20080222

Method GET_PARTS_FOR_EXT_BO on class CL_AXT_FACADE has no exception.

Method GET_REUSABLE_BO_PARTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXTENSION Call by reference Object reference (TYPE REF TO) IF_AXT_EXTENSION Extension interface for facade 20081017
2 Returning RT_EXT_BO_PARTS Value transfer Type reference (TYPE) AXTT_EXT_BO_PART Table of extensible BO and Part 20081017

Method GET_REUSABLE_BO_PARTS on class CL_AXT_FACADE has no exception.

Method GET_REUSABLE_EXTENSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXTENSIONS Call by reference Type reference (TYPE) AXT_T_REUSABLE_EXT List of extensions 20080415
2 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080415
3 Importing IV_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE AXT Object Type 20080415

Method GET_REUSABLE_EXTENSIONS on class CL_AXT_FACADE has no exception.

Method GET_SPECIAL_CATALOGUE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Enhancement ID 20090714
2 Importing IV_ID Call by reference Type reference (TYPE) AXT_CATALOGUE_ID Catalog ID 20090714
3 Importing IV_KIND Call by reference Type reference (TYPE) AXT_CATALOGUE_KIND Catalog Type 20090714
4 Returning RV_STATUS Value transfer Type reference (TYPE) AXT_STATUS_UI Enhancement Status 20090714

Method GET_SPECIAL_CATALOGUE_STATUS on class CL_AXT_FACADE has no exception.

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_FACADE has no exception.

Method GET_TARGET_BO_PARTS_BY_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEST_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080423
2 Importing IV_SOURCE_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080423
3 Importing IV_SOURCE_EXT_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080423
4 Returning RT_BO_PART_DETAIL Value transfer Type reference (TYPE) AXTT_BO_PART_DETAIL 20080423

Method GET_TARGET_BO_PARTS_BY_BO on class CL_AXT_FACADE has no exception.

Method GET_UI_BY_BO_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080415
2 Importing IV_EXT_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080415
3 Returning RT_UI_ASSIGNMENT Value transfer Type reference (TYPE) AXT_T_UI_ASSIGNMENT Table with UI assignments 20080415

Method GET_UI_BY_BO_PART on class CL_AXT_FACADE has no exception.

Method GET_WSC_UI_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPONENT_SET Call by reference Type reference (TYPE) CRMT_GENIL_APPL Component Set Name for Generic Interaction Layer 20090313
2 Importing IV_GENIL_COMPONENT Call by reference Type reference (TYPE) CRMT_COMPONENT_NAME Component Name 20090217
3 Importing IV_PACKAGE Value transfer Type reference (TYPE) DEVCLASS Package 20090217
4 Importing IV_TRANSPORT Call by reference Type reference (TYPE) TRKORR Request/Task 20090217
5 Returning RO_EXTENSION Value transfer Object reference (TYPE REF TO) IF_AXT_WSC_UI_EXT_ACCESS Interface for WS consumption extension 20090217
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20090217
2 CX_AXT_OPERATION_FAILED Operation error 20090217

Method HOW_TO_DEPLOY_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEPLOYED_EXTENSIONS Call by reference Type reference (TYPE) AXT_T_EXTENSION_ID List of extensions 20090715
2 Exporting ET_DEPLOYED_EXT_DELETIONS Call by reference Type reference (TYPE) AXTT_EXT_TRKORR List of extensions 20090715
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) AXTT_MSG 20090720
4 Exporting ET_TRANSPORT_REQUESTS Call by reference Type reference (TYPE) TRKORRS Table of Request Numbers 20090715
5 Importing IT_EXT_TO_DEPLOY Call by reference Type reference (TYPE) AXT_T_EXTENSION_ID 20090720

Method HOW_TO_DEPLOY_EXTENSION on class CL_AXT_FACADE has no exception.

Method IS_CUSTOMIZING_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Enhancement ID 20090714
2 Returning RV_CUSTOMIZING Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20090714

Method IS_CUSTOMIZING_AVAILABLE on class CL_AXT_FACADE has no exception.

Method LOCK_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080317
# Exception Resumable Description Created on
1 CX_AXT_AUTHORITY_FAILED Authority error 20080507
2 CX_AXT_LOCK_FAILED Lock failed error 20080317

Method LOCK_BO_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080317
2 Importing IV_EXT_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080317
3 Importing IV_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Extension Type 20080317
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20080317
2 CX_AXT_LOCK_FAILED Lock failed error 20080317

Method SEARCH_BO_EXTENSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) AXTT_SELECTION_PARAMETER_TAB Complex Search Condition 20080327
2 Importing IV_MAX_HITS Call by reference Type reference (TYPE) INT4 Search Control Parameters 20080327
3 Returning RT_EXT_BO Value transfer Type reference (TYPE) AXT_T_REG_BO BO details for view 20080327

Method SEARCH_BO_EXTENSIONS on class CL_AXT_FACADE has no exception.

Method SEARCH_RAPID_APP_EXTENSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) AXTT_SELECTION_PARAMETER_TAB Complex Search Condition 20090310
2 Importing IV_MAX_HITS Call by reference Type reference (TYPE) INT4 Search Control Parameters 20090310
3 Returning RT_RAPID_APPS Value transfer Type reference (TYPE) AXTT_RAPID_APP Rapid Application Details 20090313

Method SEARCH_RAPID_APP_EXTENSIONS on class CL_AXT_FACADE has no exception.

Method UNLOCK_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080317

Method UNLOCK_BO on class CL_AXT_FACADE has no exception.

Method UNLOCK_BO_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_BO Call by reference Type reference (TYPE) AXT_BO Extensible Business Object 20080317
2 Importing IV_EXT_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080317
3 Importing IV_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Extension Type 20080317
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20080317
History
Last changed by/on SAP  20130531 
SAP Release Created in 700