SAP CL_CACS_DET_FLYWEIGHT OO Class - Determination: Flyweight Class
CL_CACS_DET_FLYWEIGHT 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_FLYWEIGHT 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 CL_CACS_DET_FLYWEIGHT is CL_CACS_DET_DEFINITIONMethod list of CL_CACS_DET_FLYWEIGHT 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 |
| CHECK_BIPOLAR_SETTINGS | Check Settings of Bipolar Check | Private |
| CALL METHOD cl_cacs_det_flyweight=>CHECK_BIPOLAR_SETTINGS...more details | ||
| CHECK_COMB_SETTINGS | Check Settings of Combination Check | Private |
| CALL METHOD cl_cacs_det_flyweight=>CHECK_COMB_SETTINGS...more details | ||
| CHECK_DEADEND_SETTINGS | Check Settings of Unconfigured Combinations Check | Private |
| CALL METHOD cl_cacs_det_flyweight=>CHECK_DEADEND_SETTINGS...more details | ||
| CHECK_FILTER_SETTINGS | Check Settings of Filter Check | Private |
| CALL METHOD cl_cacs_det_flyweight=>CHECK_FILTER_SETTINGS...more details | ||
| CHECK_RESTYPE_SETTINGS | Check Settings of Result Type Check | Private |
| CALL METHOD cl_cacs_det_flyweight=>CHECK_RESTYPE_SETTINGS...more details | ||
| CHECK_RESVALUE_SETTINGS | Check Settings of Result Check | Private |
| CALL METHOD cl_cacs_det_flyweight=>CHECK_RESVALUE_SETTINGS...more details | ||
|
| ||
| CHECK_WILDCARD_SETTINGS | Check Settings of Wild Cards | Private |
| CALL METHOD cl_cacs_det_flyweight=>CHECK_WILDCARD_SETTINGS...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_cacs_det_flyweight=>CONSTRUCTOR...more details | ||
| DEC_MESSAGE | Change Message Level To Lower Level | Public |
| CALL METHOD cl_cacs_det_flyweight=>DEC_MESSAGE...more details | ||
| FREE | Release Instance | Public |
| CALL METHOD cl_cacs_det_flyweight=>FREE...more details | ||
| GET_DETERMINATION_CHECKS | Get Checks of Determination | Private |
| CALL METHOD cl_cacs_det_flyweight=>GET_DETERMINATION_CHECKS...more details | ||
| GET_DETERMINATION_CHECKS_UI | Get UI-Specific Checks of Determination | Private |
| CALL METHOD cl_cacs_det_flyweight=>GET_DETERMINATION_CHECKS_UI...more details | ||
| GET_RESULTS_FROM_BUFFER | Get Results From Buffer | Public |
| CALL METHOD cl_cacs_det_flyweight=>GET_RESULTS_FROM_BUFFER...more details | ||
| INC_MESSAGE | Change Message Level One Level Higher | Public |
| CALL METHOD cl_cacs_det_flyweight=>INC_MESSAGE...more details | ||
| INITIALISATION_MESSAGES | Initializing Messages | Private |
| CALL METHOD cl_cacs_det_flyweight=>INITIALISATION_MESSAGES...more details | ||
| SET_RESULT_INTO_BUFFER | Set Results in Buffer | Public |
| CALL METHOD cl_cacs_det_flyweight=>SET_RESULT_INTO_BUFFER...more details | ||
CL_CACS_DET_FLYWEIGHT 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 |
| MD_APPL | Instance Attribute | Commission Application Identification | LIKE CACSAPPL | Public | |
| MD_BUSI | Instance Attribute | Effective Time Stamp | LIKE CACSBUSITIME | Public | |
| MD_CHK_BIPOLAR | Instance Attribute | Check for Bipolar Combinations | LIKE CACSDETCHKBIPOLAR | Public | |
| MD_CHK_COMB | Instance Attribute | Check Combination | LIKE CACSDETCHKCOMB | Public | |
| MD_CHK_DEADEND | Instance Attribute | Check for Dead Ends | LIKE CACSDETCHKDEADEND | Public | |
| MD_CHK_FILTER | Instance Attribute | Check Filter | LIKE CACSDETCHKFILTER | Public | |
| MD_CHK_RESTYPE | Instance Attribute | Check Result Type | LIKE CACSDETCHKRESTYPE | Public | |
| MD_CHK_RESVALUE | Instance Attribute | Check Result | LIKE CACSDETCHKVALUE | Public | |
| MD_COMBID | Instance Attribute | Number of Characteristics Combination Type | LIKE CACS_COMBTP_ID | Public | |
| MD_DEPTH | Instance Attribute | Recursion Depth | LIKE CACSDETDEPTH | Public | |
| MD_FLT_CTRTSTID | Instance Attribute | Filter of Standard Commission Contract | LIKE CACSDETFLTCTRTSTID | Public | |
| MD_FLT_CTRTTYPE | Instance Attribute | Filter of Commission Contract Type | LIKE CACSDETFLTCTRTTYPE | Public | |
| MD_PROC_MODE | Instance Attribute | Processing Mode | LIKE CACSDETPROCMODE | Public | |
| MD_ROBJTYP | Instance Attribute | Calculating Object Type | LIKE CACSCALCOBJTYPE | Public | |
| MD_TECH | Instance Attribute | Technical Time Stamp | LIKE CACSTECHTIME | Public | |
| MD_WILDCARD | Instance Attribute | Wild Card | LIKE CACSDETWILDCARD | Public | |
| MO_COMPOSITE_ROOT | Instance Attribute | Root Node of Determination Tree | LIKE CL_CACS_DET_COMPOSITE | Public | |
| MT_RESULTS | Instance Attribute | Results Buffer | LIKE CACS_TT_DET_RESULTS | Private |
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