SAP ABAP Class /SLOAP/CL_ANALYSIS (/SLOAP/CL_ANALYSIS)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     /SLOAP/APPLICATION (Package) SLT AP VER 1.0
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /SLOAP/CL_OBJECT_MINIMAL minimal sloas object 20100127
Properties
Class /SLOAP/CL_ANALYSIS  
Short Description    
Super Class /SLOAP/CL_OBJECT_MINIMAL minimal sloas object 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SLOAP/APPLICATION   SLT AP VER 1.0 
Created 20100127   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SLOAP/CL_ANALYSIS has no forward declaration.
Interfaces
Class /SLOAP/CL_ANALYSIS has no interface implemented.
Friends
Class /SLOAP/CL_ANALYSIS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_ANL_MD_LIST Instance attribute Private Type reference (TYPE) /SLOAP/T_ANL_MD SLOAS Analysis-Module Assignment Table Type 20100127
2 GV_ABAP_DOWNLOADED Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
3 GV_CLIENT_ID Instance attribute Private Type reference (TYPE) MANDT Client 20100127
4 GV_IS_UNICODE Instance attribute Private Type reference (TYPE) /SLOAP/SYSTEM_UNICODE_FLAG Single-Character Indicator 20100127
5 GV_LOCKED Instance attribute Private Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
6 GV_NAME Instance attribute Private Type reference (TYPE) /SLOAP/ANALYSIS_NAME ID field 20100127
7 GV_PROFILE_GUID Instance attribute Private Type reference (TYPE) GUID obsolete 20100127
8 GV_PROJECT_GUID Instance attribute Private Type reference (TYPE) GUID Globally Unique Identifier 20100127
9 GV_REFERENCE_ANALYSIS_GUID Instance attribute Private Type reference (TYPE) GUID Globally Unique Identifier 20100127
10 GV_REMOTE_USER Instance attribute Private Type reference (TYPE) USERNAME User name 20100127
11 GV_SYSTEM_ID Instance attribute Private Type reference (TYPE) /SLOAP/SYSTEM_ID Natural Number 20100127
12 GV_SYSTEM_TYPE Instance attribute Private Type reference (TYPE) /SLOAP/SYSTEM_TYPE Natural Number 20100127
13 GV_VERSION Instance attribute Private Type reference (TYPE) /SLOAP/VERSION SLOAS version field 20100127
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20100127
2 DELETE Instance method Public Method delete the analysis as long as no results have been uploaded 20100127
3 DELETE_RESULTS Instance method Public Method delete all uploaded results 20100127
4 GET_AVAILABLE_OUTPUT_PROFILES Instance method Public Method returns possible output profiles based on uploaded results 20100127
5 GET_CLIENT_ID Instance method Public Method 20100127
6 GET_CUSTOMER Instance method Private Method obsolete 20100127
7 GET_MODULE_LIST Instance method Public Method Get modules for report generation 20100127
8 GET_NAME Instance method Public Method 20100127
9 GET_PROJECT Instance method Public Method 20100127
10 GET_REFERENCE_ANALYSIS Instance method Public Method returns the analysis or initial, if no reference anl exists 20100127
11 GET_REFERENCING_ANALYSES Instance method Public Method 20100127
12 GET_REMOTE_USER Instance method Public Method 20100127
13 GET_RESULTS Instance method Public Method returns the results that have been uploaded 20100127
14 GET_SYSTEM_ID Instance method Public Method 20100127
15 GET_SYSTEM_TYPE Instance method Public Method 20100127
16 GET_TABLE Static method Public Method Returns full table CNV_AS_ANALYSIS or for 1 customer/project 20100127
17 GET_VERSION Instance method Public Method 20100127
18 HAS_REFERENCING_ANALYSES Instance method Public Method are other analyses referncing to this one? 20100127
19 HAS_RESULTS Instance method Public Method 20100127
20 IS_ABAP_DOWNLOADED Instance method Public Method has the abap report been downloaded? 20100127
21 IS_CHANGEABLE Instance method Public Method may the analysis be changed? 20100127
22 IS_DOWNLOADABLE Instance method Public Method may the abap report be downloaded? 20100127
23 IS_LOCKED Instance method Public Method is this analysis locked --> no modifications! 20100127
24 IS_REFERENCING Instance method Public Method has this analysis been created in reference to another? 20100127
25 IS_UNICODE Instance method Public Method 20100127
26 IS_USED_FOR_ANL_REPORT_GEN Instance method Public Method has an analysis ABAP report already been downloaded? 20100127
27 SAVE Instance method Public Method 20100127
28 SAVE_ABAP_DOWNLOADED Instance method Public Method 20100127
29 SAVE_LOCKED Instance method Public Method set modification lock on DB 20100127
30 SET_NAME Instance method Public Method 20100127
31 SET_OUTPUT_PROFILE_LIST Instance method Public Method 20100127
32 SET_PROJECT_GUID Instance method Public Method 20100127
33 SET_SYSTEM_TYPE Instance method Public Method 20100127
Events
Class /SLOAP/CL_ANALYSIS has no event.
Types
Class /SLOAP/CL_ANALYSIS has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127
2 Importing NAME Call by reference Type reference (TYPE) /SLOAP/ANALYSIS_NAME ID field 20100127
3 Importing VERSION Call by reference Type reference (TYPE) /SLOAP/VERSION SLOAS version field 20100127

Method CONSTRUCTOR on class /SLOAP/CL_ANALYSIS has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DELETE_ALL Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
2 Importing IV_TEST Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_AUTHORIZATION 20100127

Method DELETE_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_MODULE_LIST Call by reference Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST SLOAS object list utility class 20100127
2 Exporting ET_RESULT_LIST Call by reference Type reference (TYPE) /SLOAP/T_RESULT SLOAS object list utility class 20100127
3 Importing IV_TEST Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method DELETE_RESULTS on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_AVAILABLE_OUTPUT_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_OUTPUT_PROFILE_LIST Value transfer Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST SLOAS object list utility class 20100127

Method GET_AVAILABLE_OUTPUT_PROFILES on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_CLIENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_CLIENT_ID Value transfer Type reference (TYPE) MANDT Client 20100127

Method GET_CLIENT_ID on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_CUSTOMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CUSTOMER Value transfer Object reference (TYPE REF TO) /SLOAP/CL_CUSTOMER 20100127

Method GET_CUSTOMER on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_MODULE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_MODULE_LIST Value transfer Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST SLOAS object list utility class 20100127

Method GET_MODULE_LIST on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) /SLOAP/ANALYSIS_NAME ID field 20100127

Method GET_NAME on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_PROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROJECT Value transfer Object reference (TYPE REF TO) /SLOAP/CL_PROJECT 20100127

Method GET_PROJECT on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_REFERENCE_ANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_REFERENCE_ANALYSIS Value transfer Object reference (TYPE REF TO) /SLOAP/CL_ANALYSIS 20100127

Method GET_REFERENCE_ANALYSIS on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_REFERENCING_ANALYSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_ANALYSES_LIST Value transfer Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST SLOAS object list utility class 20100127

Method GET_REFERENCING_ANALYSES on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_REMOTE_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_REMOTE_USER Value transfer Type reference (TYPE) USERNAME User name 20100127

Method GET_REMOTE_USER on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_MODULE_LIST Call by reference Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST SLOAS object list utility class 20100127
2 Exporting ER_RESULT_LIST Call by reference Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST object list utility class 20100127
3 Exporting ER_RESULT_TABLE_LIST Call by reference Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST SLOAS object list utility class 20100127

Method GET_RESULTS on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_SYSTEM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SYSTEM_ID Value transfer Type reference (TYPE) /SLOAP/SYSTEM_ID SLOAS system id 20100127

Method GET_SYSTEM_ID on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_SYSTEM_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SYSTEM_TYPE Value transfer Type reference (TYPE) /SLOAP/SYSTEM_TYPE SLOAS system type 20100127

Method GET_SYSTEM_TYPE on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ANALYSES Call by reference Type reference (TYPE) /SLOAP/T_ANALYSIS SLOAS analysis table type 20100127
2 Importing IV_CUSTOMER_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127
3 Importing IV_ONLY_LATEST Call by reference Type reference (TYPE) SAP_BOOL 'X' restrict output to latest versions 20100127
4 Importing IV_PROJECT_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127

Method GET_TABLE on class /SLOAP/CL_ANALYSIS has no exception.

Method GET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VERSION Value transfer Type reference (TYPE) /SLOAP/VERSION SLOAS version field 20100127

Method GET_VERSION on class /SLOAP/CL_ANALYSIS has no exception.

Method HAS_REFERENCING_ANALYSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_HAS_REFERENCING_ANALYSES Value transfer Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method HAS_REFERENCING_ANALYSES on class /SLOAP/CL_ANALYSIS has no exception.

Method HAS_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_HAS_RESULTS Value transfer Type reference (TYPE) SAP_BOOL 20100127

Method HAS_RESULTS on class /SLOAP/CL_ANALYSIS has no exception.

Method IS_ABAP_DOWNLOADED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_IS_DOWNLOADED Value transfer Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method IS_ABAP_DOWNLOADED on class /SLOAP/CL_ANALYSIS has no exception.

Method IS_CHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_CHANGEABLE Value transfer Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method IS_CHANGEABLE on class /SLOAP/CL_ANALYSIS has no exception.

Method IS_DOWNLOADABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DOWNLOADABLE Value transfer Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method IS_DOWNLOADABLE on class /SLOAP/CL_ANALYSIS has no exception.

Method IS_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_LOCKED Value transfer Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method IS_LOCKED on class /SLOAP/CL_ANALYSIS has no exception.

Method IS_REFERENCING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_REFERENCING Value transfer Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method IS_REFERENCING on class /SLOAP/CL_ANALYSIS has no exception.

Method IS_UNICODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_UNICODE Value transfer Type reference (TYPE) /SLOAP/SYSTEM_UNICODE_FLAG Single-Character Indicator 20100127

Method IS_UNICODE on class /SLOAP/CL_ANALYSIS has no exception.

Method IS_USED_FOR_ANL_REPORT_GEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_ABAP_GENERATED Value transfer Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method IS_USED_FOR_ANL_REPORT_GEN on class /SLOAP/CL_ANALYSIS has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REFERENCE Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_MISSING_PARAMETER 20100127
2 /SLOAP/CX_NO_AUTHORIZATION 20100127
3 /SLOAP/CX_NO_CHANGE 20100127

Method SAVE_ABAP_DOWNLOADED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ABAP_DOWNLOADED Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method SAVE_ABAP_DOWNLOADED on class /SLOAP/CL_ANALYSIS has no exception.

Method SAVE_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOCKED Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20100127

Method SAVE_LOCKED on class /SLOAP/CL_ANALYSIS has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) /SLOAP/ANALYSIS_NAME ID field 20100127

Method SET_NAME on class /SLOAP/CL_ANALYSIS has no exception.

Method SET_OUTPUT_PROFILE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OUTPUT_PROFILE_LIST Call by reference Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST SLOAS object list utility class 20100127

Method SET_OUTPUT_PROFILE_LIST on class /SLOAP/CL_ANALYSIS has no exception.

Method SET_PROJECT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROJECT_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127

Method SET_SYSTEM_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYSTEM_TYPE Call by reference Type reference (TYPE) /SLOAP/SYSTEM_TYPE SLOAS system type 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_PARAMETER 20100127
2 /SLOAP/CX_MISSING_PARAMETER 20100127
History
Last changed by/on SAP  20141030 
SAP Release Created in 700