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 Name | Description | Visability |
| ANALYSIS | Determination Analysis | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>ANALYSIS...more details | ||
| ANALYSIS_DIALOGUE | Determination Analysis (Dialog) | Public |
| CALL METHOD cl_cacs_det_abstract_facade=>ANALYSIS_DIALOGUE...more details | ||
| ANALYSIS_DIALOGUE_API | Determination Analysis (API) | Public |
| CALL METHOD cl_cacs_det_abstract_facade=>ANALYSIS_DIALOGUE_API...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_cacs_det_abstract_facade=>CONSTRUCTOR...more details | ||
| FIND_VARIANT | Find Variant | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>FIND_VARIANT...more details | ||
| GET_SCREEN_BUSINESS_TIME | Determine Effective Timestamp of Screen Data | Public |
| CALL METHOD cl_cacs_det_abstract_facade=>GET_SCREEN_BUSINESS_TIME...more details | ||
|
| ||
| GET_SCREEN_TECHNICAL_TIME | Determine Technical Timestamp of Screen Data | Public |
| CALL METHOD cl_cacs_det_abstract_facade=>GET_SCREEN_TECHNICAL_TIME...more details | ||
| GET_VARIANT_NAME | Get Name of Variant | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>GET_VARIANT_NAME...more details | ||
| MAINTAIN_ASSIGNMENTS | Edit Assignments | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>MAINTAIN_ASSIGNMENTS...more details | ||
| MAINTAIN_COMBINATIONS | Edit Combinations | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>MAINTAIN_COMBINATIONS...more details | ||
| MAINTAIN_SELECTIONS | Edit Selections | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>MAINTAIN_SELECTIONS...more details | ||
| POSITION_COMBINATION | Position Combination | Public |
| CALL METHOD cl_cacs_det_abstract_facade=>POSITION_COMBINATION...more details | ||
| POSITION_RESULT | Position Result | Public |
| CALL METHOD cl_cacs_det_abstract_facade=>POSITION_RESULT...more details | ||
| PROCEED_WITH_VARIANT | Continue with Variant | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>PROCEED_WITH_VARIANT...more details | ||
| REFRESH_ANALYSIS | Update Analysis | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>REFRESH_ANALYSIS...more details | ||
| RETRIEVE_VARIANT | Get Variant | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>RETRIEVE_VARIANT...more details | ||
| SAVE_VARIANT | Save Variant | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>SAVE_VARIANT...more details | ||
| SET_ENTRY_POINT | Set Entry Point | Public |
| CALL METHOD cl_cacs_det_abstract_facade=>SET_ENTRY_POINT...more details | ||
| SET_SELECTION_DATA | Set Selection Data | Public |
| CALL METHOD cl_cacs_det_abstract_facade=>SET_SELECTION_DATA...more details | ||
| WUL_COMBINATION | Output of Where-Used List For Combination | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>WUL_COMBINATION...more details | ||
| WUL_COMBINATION_DIALOGUE | Where-Used List for Combinations | Public |
| CALL METHOD cl_cacs_det_abstract_facade=>WUL_COMBINATION_DIALOGUE...more details | ||
| WUL_COMBINATION_DIALOGUE_API | Where-Used List for Combinations (API) | Public |
| CALL METHOD cl_cacs_det_abstract_facade=>WUL_COMBINATION_DIALOGUE_API...more details | ||
| WUL_RESULT | Output of Where-Used List for Result | Protected |
| CALL METHOD cl_cacs_det_abstract_facade=>WUL_RESULT...more details | ||
| WUL_RESULT_DIALOGUE | Where-Used List for Results | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MC_DIALOGUE_MODE_API | Instance Attribute | LIKE | Private | ||
| MC_DIALOGUE_MODE_UI | Instance Attribute | LIKE | Private | ||
| MC_DIALOGUE_MODE_WUL | Instance Attribute | LIKE | Private | ||
| MD_APPL | Instance Attribute | Commission Application Identification | LIKE CACSAPPL | Public | |
| MD_DARK_MODE | Instance Attribute | LIKE | Private | ||
| MD_DIALOGUE_MODE | Instance Attribute | LIKE | Private | ||
| MD_TCODE | Instance Attribute | Current Transaction Code | LIKE SYTCODE | Public | |
| MD_VARDESC | Instance Attribute | Variant Description | LIKE CACSDETVARIANTDESC | Public | |
| MD_VARNAME | Instance Attribute | Name of variant | LIKE CACSDETVARIANTNAME | Public | |
| MO_ETP_BADI | Instance Attribute | BAdI for Entry Point | LIKE CACS_DET_UI_ENTRY_POINT | Public | |
| MS_MESSAGEKEY | Instance Attribute | T100 Key with Parameters Mapped to Attribute Names | LIKE SCX_T100KEY | Public | |
| MS_SCREEN_DATA | Instance Attribute | Screen Data of Facade Class | LIKE 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