SAP /SLOAP/CL_ANALYSIS_MODULE OO Class - Analysis module









/SLOAP/CL_ANALYSIS_MODULE 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_MODULE 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_MODULE is /SLOAP/CL_OBJECT

Method list of /SLOAP/CL_ANALYSIS_MODULE 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
APP_COMP_TREE_BUILDBuild hierarchical relation of app comp elementsPrivate
CALL METHOD /sloap/cl_analysis_module=>APP_COMP_TREE_BUILD...more details

APP_COMP_TREE_GET_LEAVESGet leaves of nested application components tablePrivate
CALL METHOD /sloap/cl_analysis_module=>APP_COMP_TREE_GET_LEAVES...more details

CHECK_CODE_FORMATPrivate
CALL METHOD /sloap/cl_analysis_module=>CHECK_CODE_FORMAT...more details

CHECK_SELOPT_TABLEChecks and updates Select option table for DB updatePrivate
CALL METHOD /sloap/cl_analysis_module=>CHECK_SELOPT_TABLE...more details

CODE_CLOSES_DEFINITIONCheck if code line closes a definition blockPrivate
CALL METHOD /sloap/cl_analysis_module=>CODE_CLOSES_DEFINITION...more details

CODE_OPENS_DEFINITIONCheck if code line opens a definition blockPrivate
CALL METHOD /sloap/cl_analysis_module=>CODE_OPENS_DEFINITION...more details

CODE_REPLACE_PATTERNReplace unwanted coding patternsPrivate
CALL METHOD /sloap/cl_analysis_module=>CODE_REPLACE_PATTERN...more details

CONSTRUCTORPublic
CALL METHOD /sloap/cl_analysis_module=>CONSTRUCTOR...more details

CREATE_GEN_OUT_MDCreates generic output module with same ID, if not yet existPublic
CALL METHOD /sloap/cl_analysis_module=>CREATE_GEN_OUT_MD...more details

DELETEnot implemented DO NOT USE !Public
CALL METHOD /sloap/cl_analysis_module=>DELETE...more details

GENERATE_REPORTPublic
CALL METHOD /sloap/cl_analysis_module=>GENERATE_REPORT...more details

GENERATE_REPORT_EVALPROFGenerates reports for evaluation profiles in eval nam spcPublic
CALL METHOD /sloap/cl_analysis_module=>GENERATE_REPORT_EVALPROF...more details

GET_AS_STRUCTUREget the module directly as structurePublic
CALL METHOD /sloap/cl_analysis_module=>GET_AS_STRUCTURE...more details

GET_AS_STRUCTURE_FROM_GUIDget structure from GUIDPublic
CALL METHOD /sloap/cl_analysis_module=>GET_AS_STRUCTURE_FROM_GUID...more details

GET_CODEreturns code of this modulePublic
CALL METHOD /sloap/cl_analysis_module=>GET_CODE...more details

GET_CODE_FROM_DBinternal - reads code from databasePrivate
CALL METHOD /sloap/cl_analysis_module=>GET_CODE_FROM_DB...more details

GET_FIELD_LISTPublic
CALL METHOD /sloap/cl_analysis_module=>GET_FIELD_LIST...more details

GET_ID_OLDPublic
CALL METHOD /sloap/cl_analysis_module=>GET_ID_OLD...more details

GET_LATER_VERSIONS_INFOreturns if higher versions are availablePublic
CALL METHOD /sloap/cl_analysis_module=>GET_LATER_VERSIONS_INFO...more details

GET_LATEST_VERSIONreturns highest version of a certain IDPublic
CALL METHOD /sloap/cl_analysis_module=>GET_LATEST_VERSION...more details

GET_NEXT_VERSIONget next available versionPrivate
CALL METHOD /sloap/cl_analysis_module=>GET_NEXT_VERSION...more details

GET_REFRESHED_OBJECTreturns the current object with refreshed contentPublic
CALL METHOD /sloap/cl_analysis_module=>GET_REFRESHED_OBJECT...more details

GET_REF_OUT_GRPublic
CALL METHOD /sloap/cl_analysis_module=>GET_REF_OUT_GR...more details

GET_REF_OUT_MDPublic
CALL METHOD /sloap/cl_analysis_module=>GET_REF_OUT_MD...more details

GET_REF_OUT_PRPublic
CALL METHOD /sloap/cl_analysis_module=>GET_REF_OUT_PR...more details

GET_REF_RESULTSPublic
CALL METHOD /sloap/cl_analysis_module=>GET_REF_RESULTS...more details

GET_SELOPT_TABLEreturn table with selopt definitionsPublic
CALL METHOD /sloap/cl_analysis_module=>GET_SELOPT_TABLE...more details

GET_SYSTEM_TYPE_INFOreturns latest info for a certain system typePublic
CALL METHOD /sloap/cl_analysis_module=>GET_SYSTEM_TYPE_INFO...more details

GET_SYSTEM_TYPE_INFO_TABLEreturns latest info for all system typesPublic
CALL METHOD /sloap/cl_analysis_module=>GET_SYSTEM_TYPE_INFO_TABLE...more details

GET_SYSTEM_TYPE_STATUSreturns latest staus for a certain system typePublic
CALL METHOD /sloap/cl_analysis_module=>GET_SYSTEM_TYPE_STATUS...more details

GET_SYSTEM_TYPE_STATUS_NEWreturns latest staus for a certain system typePublic
CALL METHOD /sloap/cl_analysis_module=>GET_SYSTEM_TYPE_STATUS_NEW...more details

GET_TABLEreturns a list of all modules, standard restricted to latestPublic
CALL METHOD /sloap/cl_analysis_module=>GET_TABLE...more details

GET_TABLE_LAYOUTPublic
CALL METHOD /sloap/cl_analysis_module=>GET_TABLE_LAYOUT...more details

GET_VERSION_OLDPublic
CALL METHOD /sloap/cl_analysis_module=>GET_VERSION_OLD...more details

IS_ASSIGNEDreturns if element is assigned somewherePublic
CALL METHOD /sloap/cl_analysis_module=>IS_ASSIGNED...more details

IS_GLOBALPublic
CALL METHOD /sloap/cl_analysis_module=>IS_GLOBAL...more details

IS_NOT_USEPublic
CALL METHOD /sloap/cl_analysis_module=>IS_NOT_USE...more details

SAVE_CODE_NOT_USEPublic
CALL METHOD /sloap/cl_analysis_module=>SAVE_CODE_NOT_USE...more details

SAVE_NEW_VERSION_OLDPublic
CALL METHOD /sloap/cl_analysis_module=>SAVE_NEW_VERSION_OLD...more details

SAVE_OLDsave analysis module in DEV statePublic
CALL METHOD /sloap/cl_analysis_module=>SAVE_OLD...more details

SAVE_SYSTEM_TYPE_INFOsaves enabled/disabled status for a certain system typePublic
CALL METHOD /sloap/cl_analysis_module=>SAVE_SYSTEM_TYPE_INFO...more details

SET_CODEPublic
CALL METHOD /sloap/cl_analysis_module=>SET_CODE...more details

SET_CVERS_TABLEPublic
CALL METHOD /sloap/cl_analysis_module=>SET_CVERS_TABLE...more details

SET_FIELD_LISTPublic
CALL METHOD /sloap/cl_analysis_module=>SET_FIELD_LIST...more details

SET_FIELD_TABLEset field tablePublic
CALL METHOD /sloap/cl_analysis_module=>SET_FIELD_TABLE...more details

SET_GLOBALPublic
CALL METHOD /sloap/cl_analysis_module=>SET_GLOBAL...more details

SET_ID_OLDPublic
CALL METHOD /sloap/cl_analysis_module=>SET_ID_OLD...more details

SET_NOT_USEPublic
CALL METHOD /sloap/cl_analysis_module=>SET_NOT_USE...more details

SET_SELOPT_TABLEPublic
CALL METHOD /sloap/cl_analysis_module=>SET_SELOPT_TABLE...more details

SET_TABLE_LAYOUTPublic
CALL METHOD /sloap/cl_analysis_module=>SET_TABLE_LAYOUT...more details

SWITCH_STATEswitch state of analysis modulePublic
CALL METHOD /sloap/cl_analysis_module=>SWITCH_STATE...more details

USER_RIGHTSPublic
CALL METHOD /sloap/cl_analysis_module=>USER_RIGHTS...more details



/SLOAP/CL_ANALYSIS_MODULE 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
GC_DEFAULT_NAMESPACE_DELIVERYConstantNamespace'/SLOAP/'LIKE
NAMESPACE
Public
GC_DEFAULT_NAMESPACE_DEVELOPConstantNamespace'/SLOAP/'LIKE
NAMESPACE
Public
GC_DEFAULT_NAMESPACE_EVAPROConstantNamespace'/SLOAE/DI_'LIKE
NAMESPACE
Public
GT_CVERSInstance AttributeAvailable CVERSLIKE
CVERST
Private
MO_FIELD_LISTInstance AttributeSLOAS field listLIKE
/SLOAP/CL_FIELD_LIST
Private
MT_CODEInstance AttributeStringtableLIKE
/SLOAP/T_STRINGTABLE
Private
MT_SELOPT_TABLEInstance AttributeSLOAS Select Options Definition Table TypeLIKE
/SLOAP/T_SELOPT
Private
MV_CODE_GUIDInstance AttributeGlobally Unique IdentifierLIKE
GUID
Private
MV_DATA_GUIDInstance AttributeGlobally Unique IdentifierLIKE
GUID
Private
MV_DATA_STRUCTURE_NAMEInstance AttributeSLOAS data structure nameLIKE
/SLOAP/STRUC_NAME
Private
MV_GLOBALInstance AttributeBoolean Variable (X=True, Space=False)LIKE
SAP_BOOL
Private
MV_NOT_USEInstance AttributeBoolean Variable (X=True, Space=False)LIKE
SAP_BOOL
Private
MV_REPORT_NAMEInstance AttributeName of reportLIKE
PROGNAME
Public
MV_REPORT_NAME_ACTInstance AttributeName of reportLIKE
PROGNAME
Public
MV_TABLE_LAYOUTInstance AttributeNum1LIKE
NUMC1
Private




/SLOAP/CL_ANALYSIS_MODULE types

TT_APP_COMP_NESTED -
TT_GUID -
TY_APP_COMP_NESTED -

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!