SAP /SLOAP/CL_ANALYSIS OO Class -









/SLOAP/CL_ANALYSIS is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /SLOAP/CL_ANALYSIS including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SLOAP/CL_ANALYSIS is /SLOAP/CL_OBJECT_MINIMAL

Method list of /SLOAP/CL_ANALYSIS SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CONSTRUCTORPublic
CALL METHOD /sloap/cl_analysis=>CONSTRUCTOR...more details

DELETEdelete the analysis as long as no results have been uploadedPublic
CALL METHOD /sloap/cl_analysis=>DELETE...more details

DELETE_RESULTSdelete all uploaded resultsPublic
CALL METHOD /sloap/cl_analysis=>DELETE_RESULTS...more details

GET_AVAILABLE_OUTPUT_PROFILESreturns possible output profiles based on uploaded resultsPublic
CALL METHOD /sloap/cl_analysis=>GET_AVAILABLE_OUTPUT_PROFILES...more details

GET_CLIENT_IDPublic
CALL METHOD /sloap/cl_analysis=>GET_CLIENT_ID...more details

GET_CUSTOMERobsoletePrivate
CALL METHOD /sloap/cl_analysis=>GET_CUSTOMER...more details

GET_MODULE_LISTGet modules for report generationPublic
CALL METHOD /sloap/cl_analysis=>GET_MODULE_LIST...more details

GET_NAMEPublic
CALL METHOD /sloap/cl_analysis=>GET_NAME...more details

GET_PROJECTPublic
CALL METHOD /sloap/cl_analysis=>GET_PROJECT...more details

GET_REFERENCE_ANALYSISreturns the analysis or initial, if no reference anl existsPublic
CALL METHOD /sloap/cl_analysis=>GET_REFERENCE_ANALYSIS...more details

GET_REFERENCING_ANALYSESPublic
CALL METHOD /sloap/cl_analysis=>GET_REFERENCING_ANALYSES...more details

GET_REMOTE_USERPublic
CALL METHOD /sloap/cl_analysis=>GET_REMOTE_USER...more details

GET_RESULTSreturns the results that have been uploadedPublic
CALL METHOD /sloap/cl_analysis=>GET_RESULTS...more details

GET_SYSTEM_IDPublic
CALL METHOD /sloap/cl_analysis=>GET_SYSTEM_ID...more details

GET_SYSTEM_TYPEPublic
CALL METHOD /sloap/cl_analysis=>GET_SYSTEM_TYPE...more details

GET_TABLEReturns full table CNV_AS_ANALYSIS or for 1 customer/projectPublic
CALL METHOD /sloap/cl_analysis=>GET_TABLE...more details

GET_VERSIONPublic
CALL METHOD /sloap/cl_analysis=>GET_VERSION...more details

HAS_REFERENCING_ANALYSESare other analyses referncing to this one?Public
CALL METHOD /sloap/cl_analysis=>HAS_REFERENCING_ANALYSES...more details

HAS_RESULTSPublic
CALL METHOD /sloap/cl_analysis=>HAS_RESULTS...more details

IS_ABAP_DOWNLOADEDhas the abap report been downloaded?Public
CALL METHOD /sloap/cl_analysis=>IS_ABAP_DOWNLOADED...more details

IS_CHANGEABLEmay the analysis be changed?Public
CALL METHOD /sloap/cl_analysis=>IS_CHANGEABLE...more details

IS_DOWNLOADABLEmay the abap report be downloaded?Public
CALL METHOD /sloap/cl_analysis=>IS_DOWNLOADABLE...more details

IS_LOCKEDis this analysis locked --> no modifications!Public
CALL METHOD /sloap/cl_analysis=>IS_LOCKED...more details

IS_REFERENCINGhas this analysis been created in reference to another?Public
CALL METHOD /sloap/cl_analysis=>IS_REFERENCING...more details

IS_UNICODEPublic
CALL METHOD /sloap/cl_analysis=>IS_UNICODE...more details

IS_USED_FOR_ANL_REPORT_GENhas an analysis ABAP report already been downloaded?Public
CALL METHOD /sloap/cl_analysis=>IS_USED_FOR_ANL_REPORT_GEN...more details

SAVEPublic
CALL METHOD /sloap/cl_analysis=>SAVE...more details

SAVE_ABAP_DOWNLOADEDPublic
CALL METHOD /sloap/cl_analysis=>SAVE_ABAP_DOWNLOADED...more details

SAVE_LOCKEDset modification lock on DBPublic
CALL METHOD /sloap/cl_analysis=>SAVE_LOCKED...more details

SET_NAMEPublic
CALL METHOD /sloap/cl_analysis=>SET_NAME...more details

SET_OUTPUT_PROFILE_LISTPublic
CALL METHOD /sloap/cl_analysis=>SET_OUTPUT_PROFILE_LIST...more details

SET_PROJECT_GUIDPublic
CALL METHOD /sloap/cl_analysis=>SET_PROJECT_GUID...more details

SET_SYSTEM_TYPEPublic
CALL METHOD /sloap/cl_analysis=>SET_SYSTEM_TYPE...more details



/SLOAP/CL_ANALYSIS attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
GT_ANL_MD_LISTInstance AttributeSLOAS Analysis-Module Assignment Table TypeLIKE
/SLOAP/T_ANL_MD
Private
GV_ABAP_DOWNLOADEDInstance AttributeBoolean Variable (X=True, Space=False)LIKE
SAP_BOOL
Private
GV_CLIENT_IDInstance AttributeClientLIKE
MANDT
Private
GV_IS_UNICODEInstance AttributeSingle-Character IndicatorLIKE
/SLOAP/SYSTEM_UNICODE_FLAG
Private
GV_LOCKEDInstance AttributeBoolean Variable (X=True, Space=False)LIKE
SAP_BOOL
Private
GV_NAMEInstance AttributeID fieldLIKE
/SLOAP/ANALYSIS_NAME
Private
GV_PROFILE_GUIDInstance AttributeobsoleteLIKE
GUID
Private
GV_PROJECT_GUIDInstance AttributeGlobally Unique IdentifierLIKE
GUID
Private
GV_REFERENCE_ANALYSIS_GUIDInstance AttributeGlobally Unique IdentifierLIKE
GUID
Private
GV_REMOTE_USERInstance AttributeUser nameLIKE
USERNAME
Private
GV_SYSTEM_IDInstance AttributeNatural NumberLIKE
/SLOAP/SYSTEM_ID
Private
GV_SYSTEM_TYPEInstance AttributeNatural NumberLIKE
/SLOAP/SYSTEM_TYPE
Private
GV_VERSIONInstance AttributeSLOAS version fieldLIKE
/SLOAP/VERSION
Private


Links to Related Class(s)

/SLOAP/C...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!