SAP CL_CACS_DET_ABSTRACT_FACADE OO Class - Determination UI: Facade Class









CL_CACS_DET_ABSTRACT_FACADE 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 CL_CACS_DET_ABSTRACT_FACADE including details of:

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



Method list of CL_CACS_DET_ABSTRACT_FACADE 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
ANALYSISDetermination AnalysisProtected
CALL METHOD cl_cacs_det_abstract_facade=>ANALYSIS...more details

ANALYSIS_DIALOGUEDetermination Analysis (Dialog)Public
CALL METHOD cl_cacs_det_abstract_facade=>ANALYSIS_DIALOGUE...more details

ANALYSIS_DIALOGUE_APIDetermination Analysis (API)Public
CALL METHOD cl_cacs_det_abstract_facade=>ANALYSIS_DIALOGUE_API...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_cacs_det_abstract_facade=>CONSTRUCTOR...more details

FIND_VARIANTFind VariantProtected
CALL METHOD cl_cacs_det_abstract_facade=>FIND_VARIANT...more details

GET_SCREEN_BUSINESS_TIMEDetermine Effective Timestamp of Screen DataPublic
CALL METHOD cl_cacs_det_abstract_facade=>GET_SCREEN_BUSINESS_TIME...more details

GET_SCREEN_TECHNICAL_TIMEDetermine Technical Timestamp of Screen DataPublic
CALL METHOD cl_cacs_det_abstract_facade=>GET_SCREEN_TECHNICAL_TIME...more details

GET_VARIANT_NAMEGet Name of VariantProtected
CALL METHOD cl_cacs_det_abstract_facade=>GET_VARIANT_NAME...more details

MAINTAIN_ASSIGNMENTSEdit AssignmentsProtected
CALL METHOD cl_cacs_det_abstract_facade=>MAINTAIN_ASSIGNMENTS...more details

MAINTAIN_COMBINATIONSEdit CombinationsProtected
CALL METHOD cl_cacs_det_abstract_facade=>MAINTAIN_COMBINATIONS...more details

MAINTAIN_SELECTIONSEdit SelectionsProtected
CALL METHOD cl_cacs_det_abstract_facade=>MAINTAIN_SELECTIONS...more details

POSITION_COMBINATIONPosition CombinationPublic
CALL METHOD cl_cacs_det_abstract_facade=>POSITION_COMBINATION...more details

POSITION_RESULTPosition ResultPublic
CALL METHOD cl_cacs_det_abstract_facade=>POSITION_RESULT...more details

PROCEED_WITH_VARIANTContinue with VariantProtected
CALL METHOD cl_cacs_det_abstract_facade=>PROCEED_WITH_VARIANT...more details

REFRESH_ANALYSISUpdate AnalysisProtected
CALL METHOD cl_cacs_det_abstract_facade=>REFRESH_ANALYSIS...more details

RETRIEVE_VARIANTGet VariantProtected
CALL METHOD cl_cacs_det_abstract_facade=>RETRIEVE_VARIANT...more details

SAVE_VARIANTSave VariantProtected
CALL METHOD cl_cacs_det_abstract_facade=>SAVE_VARIANT...more details

SET_ENTRY_POINTSet Entry PointPublic
CALL METHOD cl_cacs_det_abstract_facade=>SET_ENTRY_POINT...more details

SET_SELECTION_DATASet Selection DataPublic
CALL METHOD cl_cacs_det_abstract_facade=>SET_SELECTION_DATA...more details

WUL_COMBINATIONOutput of Where-Used List For CombinationProtected
CALL METHOD cl_cacs_det_abstract_facade=>WUL_COMBINATION...more details

WUL_COMBINATION_DIALOGUEWhere-Used List for CombinationsPublic
CALL METHOD cl_cacs_det_abstract_facade=>WUL_COMBINATION_DIALOGUE...more details

WUL_COMBINATION_DIALOGUE_APIWhere-Used List for Combinations (API)Public
CALL METHOD cl_cacs_det_abstract_facade=>WUL_COMBINATION_DIALOGUE_API...more details

WUL_RESULTOutput of Where-Used List for ResultProtected
CALL METHOD cl_cacs_det_abstract_facade=>WUL_RESULT...more details

WUL_RESULT_DIALOGUEWhere-Used List for ResultsPublic
CALL METHOD cl_cacs_det_abstract_facade=>WUL_RESULT_DIALOGUE...more details



CL_CACS_DET_ABSTRACT_FACADE 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
MC_DIALOGUE_MODE_APIInstance AttributeLIKE
Private
MC_DIALOGUE_MODE_UIInstance AttributeLIKE
Private
MC_DIALOGUE_MODE_WULInstance AttributeLIKE
Private
MD_APPLInstance AttributeCommission Application IdentificationLIKE
CACSAPPL
Public
MD_DARK_MODEInstance AttributeLIKE
Private
MD_DIALOGUE_MODEInstance AttributeLIKE
Private
MD_TCODEInstance AttributeCurrent Transaction CodeLIKE
SYTCODE
Public
MD_VARDESCInstance AttributeVariant DescriptionLIKE
CACSDETVARIANTDESC
Public
MD_VARNAMEInstance AttributeName of variantLIKE
CACSDETVARIANTNAME
Public
MO_ETP_BADIInstance AttributeBAdI for Entry PointLIKE
CACS_DET_UI_ENTRY_POINT
Public
MS_MESSAGEKEYInstance AttributeT100 Key with Parameters Mapped to Attribute NamesLIKE
SCX_T100KEY
Public
MS_SCREEN_DATAInstance AttributeScreen Data of Facade ClassLIKE
CACS_S_DET_FACADE_DATA
Public


Links to Related Class(s)

CL_CACS_...
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!