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_DEFINITION

Method 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 NameDescriptionVisability
CHECK_BIPOLAR_SETTINGSCheck Settings of Bipolar CheckPrivate
CALL METHOD cl_cacs_det_flyweight=>CHECK_BIPOLAR_SETTINGS...more details

CHECK_COMB_SETTINGSCheck Settings of Combination CheckPrivate
CALL METHOD cl_cacs_det_flyweight=>CHECK_COMB_SETTINGS...more details

CHECK_DEADEND_SETTINGSCheck Settings of Unconfigured Combinations CheckPrivate
CALL METHOD cl_cacs_det_flyweight=>CHECK_DEADEND_SETTINGS...more details

CHECK_FILTER_SETTINGSCheck Settings of Filter CheckPrivate
CALL METHOD cl_cacs_det_flyweight=>CHECK_FILTER_SETTINGS...more details

CHECK_RESTYPE_SETTINGSCheck Settings of Result Type CheckPrivate
CALL METHOD cl_cacs_det_flyweight=>CHECK_RESTYPE_SETTINGS...more details

CHECK_RESVALUE_SETTINGSCheck Settings of Result CheckPrivate
CALL METHOD cl_cacs_det_flyweight=>CHECK_RESVALUE_SETTINGS...more details

CHECK_WILDCARD_SETTINGSCheck Settings of Wild CardsPrivate
CALL METHOD cl_cacs_det_flyweight=>CHECK_WILDCARD_SETTINGS...more details

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

DEC_MESSAGEChange Message Level To Lower LevelPublic
CALL METHOD cl_cacs_det_flyweight=>DEC_MESSAGE...more details

FREERelease InstancePublic
CALL METHOD cl_cacs_det_flyweight=>FREE...more details

GET_DETERMINATION_CHECKSGet Checks of DeterminationPrivate
CALL METHOD cl_cacs_det_flyweight=>GET_DETERMINATION_CHECKS...more details

GET_DETERMINATION_CHECKS_UIGet UI-Specific Checks of DeterminationPrivate
CALL METHOD cl_cacs_det_flyweight=>GET_DETERMINATION_CHECKS_UI...more details

GET_RESULTS_FROM_BUFFERGet Results From BufferPublic
CALL METHOD cl_cacs_det_flyweight=>GET_RESULTS_FROM_BUFFER...more details

INC_MESSAGEChange Message Level One Level HigherPublic
CALL METHOD cl_cacs_det_flyweight=>INC_MESSAGE...more details

INITIALISATION_MESSAGESInitializing MessagesPrivate
CALL METHOD cl_cacs_det_flyweight=>INITIALISATION_MESSAGES...more details

SET_RESULT_INTO_BUFFERSet Results in BufferPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MD_APPLInstance AttributeCommission Application IdentificationLIKE
CACSAPPL
Public
MD_BUSIInstance AttributeEffective Time StampLIKE
CACSBUSITIME
Public
MD_CHK_BIPOLARInstance AttributeCheck for Bipolar CombinationsLIKE
CACSDETCHKBIPOLAR
Public
MD_CHK_COMBInstance AttributeCheck CombinationLIKE
CACSDETCHKCOMB
Public
MD_CHK_DEADENDInstance AttributeCheck for Dead EndsLIKE
CACSDETCHKDEADEND
Public
MD_CHK_FILTERInstance AttributeCheck FilterLIKE
CACSDETCHKFILTER
Public
MD_CHK_RESTYPEInstance AttributeCheck Result TypeLIKE
CACSDETCHKRESTYPE
Public
MD_CHK_RESVALUEInstance AttributeCheck ResultLIKE
CACSDETCHKVALUE
Public
MD_COMBIDInstance AttributeNumber of Characteristics Combination TypeLIKE
CACS_COMBTP_ID
Public
MD_DEPTHInstance AttributeRecursion DepthLIKE
CACSDETDEPTH
Public
MD_FLT_CTRTSTIDInstance AttributeFilter of Standard Commission ContractLIKE
CACSDETFLTCTRTSTID
Public
MD_FLT_CTRTTYPEInstance AttributeFilter of Commission Contract TypeLIKE
CACSDETFLTCTRTTYPE
Public
MD_PROC_MODEInstance AttributeProcessing ModeLIKE
CACSDETPROCMODE
Public
MD_ROBJTYPInstance AttributeCalculating Object TypeLIKE
CACSCALCOBJTYPE
Public
MD_TECHInstance AttributeTechnical Time StampLIKE
CACSTECHTIME
Public
MD_WILDCARDInstance AttributeWild CardLIKE
CACSDETWILDCARD
Public
MO_COMPOSITE_ROOTInstance AttributeRoot Node of Determination TreeLIKE
CL_CACS_DET_COMPOSITE
Public
MT_RESULTSInstance AttributeResults BufferLIKE
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



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!