SAP CL_CACS_GUARANTEE_BASE_CONST OO Class - Guarantee: General Constaints









CL_CACS_GUARANTEE_BASE_CONST 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_GUARANTEE_BASE_CONST 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_GUARANTEE_BASE_CONST 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



CL_CACS_GUARANTEE_BASE_CONST 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_AMNT_ZEROConstantGuarantee Amount: Zero0LIKE
CACS_WARR_AMNT
Public
GC_BUSOBJ_TYPE_INDCTRConstantBusiness Object Category that Triggers Commission'000'LIKE
CACSBUSOBJTYP
Public
GC_DET_GRP_EXCESSConstantGrouping of Due Line Item Detail in Document'0002'LIKE
CACSSETTLEDETGRP
Public
GC_DET_GRP_GUARANTEEConstantGrouping of Due Line Item Detail in Document'0001'LIKE
CACSSETTLEDETGRP
Public
GC_DET_GRP_SHORTFALLConstantGrouping of Due Line Item Detail in Document'0003'LIKE
CACSSETTLEDETGRP
Public
GC_LOCKMODE_WRITEConstantLock Mode'E'LIKE
ENQMODE
Public
GC_OFFSETTING_FREE_SELConstantOffsetting Method: Offsetting Without Fixed Date'4'LIKE
CACSALLOC
Public
GC_OFFSETTING_INDAGR_ENDConstantOffsetting Method: Offsetting At End of Agreement'3'LIKE
CACSALLOC
Public
GC_OFFSETTING_NEXT_PRDConstantOffsetting Method: Offsetting in Next Period'2'LIKE
CACSALLOC
Public
GC_OFFSETTING_NO_OFFSETTINGConstantOffsetting Method: No Offsetting'1'LIKE
CACSALLOC
Public
GC_SETTLE_DATE_INITConstantSettlement Date: Initial Value'00000000'LIKE
CACSSETTLEDATE
Public
GC_SETTLE_POST_YEAR_INITConstantPosting Year of Settlement Document: Initial Value'0000'LIKE
CACSDOCYEARSETTLE
Public
GC_STATUS_POSConstantStatus of Object/Subobject'1'LIKE
CACSSTATUSPOS
Public
GC_STATUS_WORKConstantObject Processing Status (Replica)'9'LIKE
CACSSTATUSWORKP
Public
GC_TRI_BUSCASE_TYPConstantBusiness Transaction Category'012'LIKE
CACSBUSCASTYP
Public
GC_TRI_METH_TARGETConstantProcessing Target of Triggering Method'9'LIKE
CACSTRIMETHTAR
Public
GC_TRI_METH_TYPConstantTriggering Method'1'LIKE
CACSTRIMETHTYP
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!