SAP ABAP Class CL_AXT_EXTENSION_PERSISTENCE (DB access to ext. tables)
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_EXTENSION_PERSISTENCE  
Short Description DB access to ext. tables    
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 20080227   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_AXT_EXTENSION_PERSISTENCE has no forward declaration.
Interfaces
Class CL_AXT_EXTENSION_PERSISTENCE has no interface implemented.
Friends
Class CL_AXT_EXTENSION_PERSISTENCE has no friend class.
Attributes
Class CL_AXT_EXTENSION_PERSISTENCE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_EXTENSION Static method Public Method Activates inactive version 20080317
2 DELETE_EXTENSION Static method Public Method Delete an extension from DB including catalogues 20080318
3 DELETE_INACTIVE_VERSION Static method Public Method Delete the inactive version of an extension from DB 20100609
4 GET_CHANGE_DATA Static method Public Method Get change dates 20080731
5 GET_EXTENSION_TYPE Static method Public Method Returns the extension type 20080303
6 GET_EXT_BO_PARTS Static method Public Method Returns the enabled BO Parts for an extension 20080425
7 GET_EXT_REUSE_DATA Static method Public Method Returns which extension is reused 20080422
8 GET_EXT_STATUS Static method Public Method Returns the extension status 20080318
9 GET_LOCKING_TRANSPORT_REQ Static method Public Method Returns all transport request in which elements are locked 20091106
10 GET_TRANSPORT_OBJECTS Static method Public Method Returns CTS recording entries for this extension 20091106
11 LOAD Static method Public Method Loads an extension from DB 20080227
12 LOAD_GEN_MAPPINGS Static method Public Method Returns the GUID mapping table 20080410
13 SAVE Static method Public Method Saves an extension to DB 20080227
14 SAVE_GEN_MAPPINGS Static method Public Method Saves GUID mapping table after generation 20080410
15 SEARCH_BY_BO Static method Public Method Searches for extensions by BO 20080229
16 SEARCH_BY_BO_PART Static method Public Method Searches for extensions by BO and Part 20080227
17 SEARCH_BY_EXT_POINT Static method Public Method 20090217
18 SEARCH_BY_PART Static method Public Method Searches for extensions by Part 20080319
19 SEARCH_BY_PLACE Static method Public Method Searches for extensions by Place 20080422
20 SEARCH_BY_REUSE Static method Public Method Searches for extensions by Reused extension 20080430
21 SEARCH_BY_TRANSPORT Static method Public Method Searches for extensions by Transport Request 20090709
22 SEARCH_BY_USER Static method Public Method Searches for extensions by User 20090709
23 SET_EXT_STATUS Static method Public Method Changes the extension status 20080314
Events
Class CL_AXT_EXTENSION_PERSISTENCE has no event.
Types
Class CL_AXT_EXTENSION_PERSISTENCE has no local type.
Method Signatures

Method ACTIVATE_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 Extension ID 20080317

Method ACTIVATE_EXTENSION on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method DELETE_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 Extension ID 20080318

Method DELETE_EXTENSION on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method DELETE_INACTIVE_VERSION 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 20100609

Method DELETE_INACTIVE_VERSION on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method GET_CHANGE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHANGED_AT Call by reference Type reference (TYPE) OXT_CHGTIM Change Time 20080731
2 Exporting EV_CHANGED_BY Call by reference Type reference (TYPE) OXT_CHGUSER Change User 20080731
3 Exporting EV_CHANGED_ON Call by reference Type reference (TYPE) OXT_CHGDAT Change Date 20080731
4 Exporting EV_CREATED_AT Call by reference Type reference (TYPE) OXT_CRETIM Creation Time 20080731
5 Exporting EV_CREATED_BY Call by reference Type reference (TYPE) OXT_CREUSER Creation User 20080731
6 Exporting EV_CREATED_ON Call by reference Type reference (TYPE) OXT_CREDAT Creation Date 20080731
7 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Enhancement ID 20080731

Method GET_CHANGE_DATA on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method GET_EXTENSION_TYPE 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 Extension ID 20080303
2 Returning RV_EXTENSION_TYPE Value transfer Type reference (TYPE) AXT_EXTENSION_TYPE Extension Type 20080303
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20080303

Method GET_EXT_BO_PARTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXT_BO_PARTS Call by reference Type reference (TYPE) AXTT_EXT_BO_PART Table type of BO Part 20080425
2 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080425

Method GET_EXT_BO_PARTS on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method GET_EXT_REUSE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REUSED_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080425
2 Exporting EV_X_SAME_NAME Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20080425
3 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080422

Method GET_EXT_REUSE_DATA on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method GET_EXT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOG_MSG Call by reference Type reference (TYPE) AXTT_MSG Messages table 20080318
2 Exporting EV_STATUS Call by reference Type reference (TYPE) AXT_EXT_STATUS Extension Status 20080318
3 Exporting EV_X_CUSTOMIZING Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090804
4 Exporting EV_X_DELETED Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20080318
5 Exporting EV_X_ERROR Call by reference Type reference (TYPE) AXT_X_ERROR Errorflag 20080318
6 Exporting EV_X_LOCAL Call by reference Type reference (TYPE) AXT_BOOLEAN Local Generation 20090714
7 Exporting EV_X_OBSOLETE Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20100305
8 Exporting EV_X_OUTDATED Call by reference Type reference (TYPE) AXT_X_OUTDATED Outdated Flag 20080318
9 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080318

Method GET_EXT_STATUS on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method GET_LOCKING_TRANSPORT_REQ 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 20091106
2 Returning RT_TRANSPORT_REQUESTS Value transfer Type reference (TYPE) TRKORRS Table of Request Numbers 20091106
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Operation error 20091106

Method GET_TRANSPORT_OBJECTS 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 20091106
2 Returning RT_TRANSPORT_OBJECTS Value transfer Type reference (TYPE) CTS_RECORDING_ENTRIES WBO Remote API: Entries for Change Recording 20091106
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Operation error 20091106

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_EXTENSION Call by reference Type reference (TYPE) AXT_EXTENSION Extension 20080227
2 Exporting ET_ACTIVE_PARTS Call by reference Type reference (TYPE) AXT_T_EXT_PART_REF Active data 20080314
3 Exporting ET_INACTIVE_PARTS Call by reference Type reference (TYPE) AXT_T_EXT_PART_REF Inactive data 20080314
4 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080227
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND General exception 20080304

Method LOAD_GEN_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GUID_MAP Call by reference Type reference (TYPE) AXT_T_GUID_MAP GUID mapping table 20080410
2 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080410

Method LOAD_GEN_MAPPINGS on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXTENSION Call by reference Type reference (TYPE) AXT_EXTENSION 20080227
2 Importing IT_PARTS Call by reference Type reference (TYPE) AXT_T_EXT_PART_REF Table type of extensibility business object part 20080227
3 Importing IV_DELETED Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20080317
4 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID 20080227
5 Importing IV_NEW Call by reference Type reference (TYPE) AXT_BOOLEAN Extension Status 20080317
# Exception Resumable Description Created on
1 CX_AXT General exception 20080227

Method SAVE_GEN_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GUID_MAP Call by reference Type reference (TYPE) AXT_T_GUID_MAP GUID mapping table 20080410
2 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080410

Method SAVE_GEN_MAPPINGS on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method SEARCH_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_EXTENSION_ID Value transfer Type reference (TYPE) AXT_T_EXTENSION_ID Extension ID 20080229

Method SEARCH_BY_BO on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method SEARCH_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 20080227
2 Importing IV_EXT_BO_PART Call by reference Type reference (TYPE) AXT_BO_PART Part of an extensible Business Object 20080227
3 Importing IV_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Extension Type 20080227
4 Returning RT_EXTENSIONS Value transfer Type reference (TYPE) AXT_T_EXTENSION_ID List of extensions 20080227

Method SEARCH_BY_BO_PART on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method SEARCH_BY_EXT_POINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_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_EXTENSION_ID Value transfer Type reference (TYPE) AXT_T_EXTENSION_ID List of extensions 20090217

Method SEARCH_BY_EXT_POINT on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method SEARCH_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 Part of an 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_ID List of extensions 20080319

Method SEARCH_BY_PART on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method SEARCH_BY_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 Extension Place 20080422
2 Importing IV_EXT_TYPE Call by reference Type reference (TYPE) AXT_EXTENSION_TYPE Extension Type 20080422
3 Returning RT_EXTENSIONS Value transfer Type reference (TYPE) AXT_T_EXTENSION_ID List of extensions 20080422

Method SEARCH_BY_PLACE on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method SEARCH_BY_REUSE 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 Extension ID 20080430
2 Returning RT_EXTENSIONS Value transfer Type reference (TYPE) AXT_T_EXTENSION_ID List of extensions 20080430

Method SEARCH_BY_REUSE on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method SEARCH_BY_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 20090709
2 Returning RT_EXTENSIONS Value transfer Type reference (TYPE) AXT_T_EXTENSION_ID List of extensions 20090709

Method SEARCH_BY_TRANSPORT on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method SEARCH_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 User who created or last changed the extension 20090709
2 Returning RT_EXTENSIONS Value transfer Type reference (TYPE) AXT_T_EXTENSION_ID List of extensions 20090709

Method SEARCH_BY_USER on class CL_AXT_EXTENSION_PERSISTENCE has no exception.

Method SET_EXT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) AXTT_MSG Messages table 20080314
2 Importing IV_EXTENSION_ID Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080314
3 Importing IV_EXT_STATUS Call by reference Type reference (TYPE) AXT_EXT_STATUS Extension Status 20080314
4 Importing IV_X_CUSTOMIZING Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090807
5 Importing IV_X_DELETED Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20080317
6 Importing IV_X_ERROR Call by reference Type reference (TYPE) AXT_X_ERROR Errorflag 20080314
7 Importing IV_X_OBSOLETE Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20100305
8 Importing IV_X_OUTDATED Call by reference Type reference (TYPE) AXT_X_OUTDATED Outdated Flag 20080314

Method SET_EXT_STATUS on class CL_AXT_EXTENSION_PERSISTENCE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700