SAP CL_CACS_DET_DEFINITION OO Class - Determination: Definition Class









CL_CACS_DET_DEFINITION 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_DEFINITION 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_DEFINITION 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
ADD_MESSAGEAdd Message to Application LogPublic
CALL METHOD cl_cacs_det_definition=>ADD_MESSAGE...more details

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

MSGCreate Message Key StructurePublic
CALL METHOD cl_cacs_det_definition=>MSG...more details



CL_CACS_DET_DEFINITION 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_PROBCLASS_ADDITIONAL_INFOConstantApplication Log: Message Problem Class'4'LIKE
BALPROBCL
Public
GC_PROBCLASS_IMPORTANTConstantApplication Log: Message Problem Class'2'LIKE
BALPROBCL
Public
GC_PROBCLASS_MEDIUMConstantApplication Log: Message Problem Class'3'LIKE
BALPROBCL
Public
GC_PROBCLASS_OTHERSConstantApplication Log: Message Problem ClassSPACELIKE
BALPROBCL
Public
GC_PROBCLASS_VERY_IMPORTANTConstantApplication Log: Message Problem Class'1'LIKE
BALPROBCL
Public
MC_CALCOBJTYP_GENERICConstantGeneric Determination'00'LIKE
CACSCALCOBJTYPE
Public
MC_CHK_BIPOLAR_ERRORConstantBipolar - Trigger Error Message'5'LIKE
CACSDETCHKBIPOLAR
Public
MC_CHK_BIPOLAR_SKIP_COMBConstantBipolar - Ignore Error, Ignore Combination'4'LIKE
CACSDETCHKBIPOLAR
Public
MC_CHK_BIPOLAR_USE_BOTHConstantBipolar - Ignore Error, Use Selections and Result'3'LIKE
CACSDETCHKBIPOLAR
Public
MC_CHK_BIPOLAR_USE_RESULTConstantBipolar- Ignore Error, Use Result'1'LIKE
CACSDETCHKBIPOLAR
Public
MC_CHK_BIPOLAR_USE_SELECTIONConstantBipolar - Ignore Error, Use Selections'2'LIKE
CACSDETCHKBIPOLAR
Public
MC_CHK_COMB_ALLConstantCombination - Error Message for All Combinations'3'LIKE
CACSDETCHKCOMB
Public
MC_CHK_COMB_INITConstantCombination - Error Message Only for Initiating Combination'2'LIKE
CACSDETCHKCOMB
Public
MC_CHK_COMB_NONEConstantCombination - Ignore Error'1'LIKE
CACSDETCHKCOMB
Public
MC_CHK_DEADEND_ERRORConstantDead End - Trigger Error Message'2'LIKE
CACSDETCHKDEADEND
Public
MC_CHK_DEADEND_IGNOREConstantDead End - Ignore Error'1'LIKE
CACSDETCHKDEADEND
Public
MC_CHK_ENTITY_ERRORConstantEntity - Trigger Error Message'2'LIKE
CACSDETCHKENTITY
Public
MC_CHK_ENTITY_NONEConstantEntity - Ignore Error'1'LIKE
CACSDETCHKENTITY
Public
MC_CHK_FILTER_ERRORConstantFilter - Do Not Use, and Trigger Error Message'4'LIKE
CACSDETCHKFILTER
Public
MC_CHK_FILTER_EXCLUDEConstantFilter - Do Not Use, and Exclude'3'LIKE
CACSDETCHKFILTER
Public
MC_CHK_FILTER_IGNOREConstantFilter - Do Not Use, and Ignore'2'LIKE
CACSDETCHKFILTER
Public
MC_CHK_FILTER_USEConstantFilter - Use'1'LIKE
CACSDETCHKFILTER
Public
MC_CHK_FINDING_ERRORConstantNo Result - Trigger Error Message'3'LIKE
CACSDETCHKFINDING
Public
MC_CHK_FINDING_NONEConstantNo Result - Ignore Error'1'LIKE
CACSDETCHKFINDING
Public
MC_CHK_FINDING_WARNConstantNo Result - Trigger Warning Message'2'LIKE
CACSDETCHKFINDING
Public
MC_CHK_FINDQTY_ERRORConstantResult Found - Trigger Error Message'3'LIKE
CACSDETCHKFINDQTY
Public
MC_CHK_FINDQTY_NONEConstantResult Found - No Check'1'LIKE
CACSDETCHKFINDQTY
Public
MC_CHK_FINDQTY_WARNConstantResult Found - Trigger Warning Message'2'LIKE
CACSDETCHKFINDQTY
Public
MC_CHK_RESTYPE_ERRORConstantResult Type - Trigger Error Message'4'LIKE
CACSDETCHKRESTYPE
Public
MC_CHK_RESTYPE_NONEConstantResult Type - No Checks'1'LIKE
CACSDETCHKRESTYPE
Public
MC_CHK_RESTYPE_SKIP_COMBConstantResult Type - Ignore Error, Do Not Use Combination'2'LIKE
CACSDETCHKRESTYPE
Public
MC_CHK_RESTYPE_USE_COMBConstantResult Type - Ignore Error, Use Combination Nevertheless'3'LIKE
CACSDETCHKRESTYPE
Public
MC_CHK_RESVALUE_ERRORConstantResult - Trigger Error Message'4'LIKE
CACSDETCHKVALUE
Public
MC_CHK_RESVALUE_NONEConstantResult - No Checks'1'LIKE
CACSDETCHKVALUE
Public
MC_CHK_RESVALUE_SKIP_COMBConstantResult - Ignore Error, Do Not Use Combination'2'LIKE
CACSDETCHKVALUE
Public
MC_CHK_RESVALUE_USE_COMBConstantResult - Ignore Error, Use Combination Nevertheless'3'LIKE
CACSDETCHKVALUE
Public
MC_CLASSIC_DETConstantClassic Determination'O'LIKE
CACSDETMODE
Public
MC_COMPOSITE_DETConstantEnhanced Determination'N'LIKE
CACSDETMODE
Public
MC_COMPOSITE_STATUS_ERRORConstantStatus - Error(s)'2'LIKE
CHAR1
Public
MC_COMPOSITE_STATUS_NO_CHECKConstantStatus - No Check'1'LIKE
CHAR1
Public
MC_COMPOSITE_STATUS_OKConstantStatus - OKSPACELIKE
CHAR1
Public
MC_COMPOSITE_STATUS_SKIP_INVConstantStatus - Ignore Invalid Entry'3'LIKE
CHAR1
Public
MC_COMPOSITE_STATUS_USE_INVConstantStatus - Use Invalid Entry'4'LIKE
CHAR1
Public
MC_DETERMINE_MODEConstantProcessing Mode - Determination'1'LIKE
CACSDETPROCMODE
Public
MC_ETP_ACC_TYPE_BY_REM_TYPEConstantEntry Point - Account Assignment Type for Remuneration Type'13'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_ACC_TYPE_BY_STM_TYPEConstantEntry Point - Account Assignment Type for Settlement Type'06'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_ATTR_ASSIGNMENT_RULEConstantEntry Point - Attributes for Assignment Rule (FOA)'09'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_CRD_FINDREQUIREMENTConstantEntry Point - Credentialing - Requirements Search'C1'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_GENERIC_COMBINATIONConstantEntry Point - Generic Combination'00'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_LIA_RULE_BY_STD_AGRConstantEntry Point - Liability Rules for Standard Contract'04'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_METH_BY_GLOB_PARConstantEntry Point - Method of Participation Construction'01'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_PAYMENT_RELEASE_RULEConstantEntry Point - Release Rule of Payment Agreement'10'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_PFR_REM_BY_STD_AGRConstantEntry Point - Performance-Related Remuneratn for Std Agrmnt'03'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_PROCRUL_BY_RULEGRPConstantEntry Point - Process Rule for Rule Group (FOA)'08'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_RELTYPE_BY_GLOBALConstantEntry Point - Global Release Types'11'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_REM_OFF_BY_BUS_OBJConstantEntry Point - Remuneration Clearing for Business Object'02'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_SEL_ATTR_BY_SEL_RULEConstantEntry Point - Selection Rule Characteristics'05'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_SETSCHRULE_BY_GLOBALConstantEntry Point - Scheduling Rule for Credentialing'12'LIKE
CACSDETENTRYPOINT
Public
MC_ETP_SETSCHRULE_BY_STD_AGRConstantEntry Point - Settlement Schedule Rule for Comm.Contract'07'LIKE
CACSDETENTRYPOINT
Public
MC_NATURE_BIPOLARConstantType of Combination - Bipolar'4'LIKE
CACSDETCOMPOSITENATURE
Public
MC_NATURE_DEADENDConstantType of Combination - Dead End'3'LIKE
CACSDETCOMPOSITENATURE
Public
MC_NATURE_ERRORConstantType of Combination - Error'5'LIKE
CACSDETCOMPOSITENATURE
Public
MC_NATURE_RESULTConstantType of Combination - Result'2'LIKE
CACSDETCOMPOSITENATURE
Public
MC_NATURE_SELECTIONConstantType of Combination - Selection'1'LIKE
CACSDETCOMPOSITENATURE
Public
MC_UI_MODEConstantProcessing Mode - UI'2'LIKE
CACSDETPROCMODE
Public
MD_PROBCLASS_FILTERStatic AttributeApplication Log: Message Problem ClassLIKE
BALPROBCL
Public
MS_MESSAGEKEYStatic AttributeT100 Key with Parameters Mapped to Attribute NamesLIKE
SCX_T100KEY
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!