SAP CL_CACS_INDAGR_PRC_SETTLE OO Class - Individual Settlement Agreement









CL_CACS_INDAGR_PRC_SETTLE 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_INDAGR_PRC_SETTLE 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_INDAGR_PRC_SETTLE is CL_CACS_INDAGR_PRC_ABST

Method list of CL_CACS_INDAGR_PRC_SETTLE 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
CALL_BADI_EXCL_REM_INDICATORCall BAdI to Exclude Remuneration IndicatorPublic
CALL METHOD cl_cacs_indagr_prc_settle=>CALL_BADI_EXCL_REM_INDICATOR...more details

CALL_BADI_REMCall BAdI to Exclude Remuneration TypesPublic
CALL METHOD cl_cacs_indagr_prc_settle=>CALL_BADI_REM...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_cacs_indagr_prc_settle=>CONSTRUCTOR...more details

GET_FLG_SKIP_ZERO_VALUEGet Indicator Showing If Amounts Are ExcludedPublic
CALL METHOD cl_cacs_indagr_prc_settle=>GET_FLG_SKIP_ZERO_VALUE...more details

GET_INDAGR_BEGIN_DATEPrivate
CALL METHOD cl_cacs_indagr_prc_settle=>GET_INDAGR_BEGIN_DATE...more details

GET_MIN_PAYBACKGet Negative Treshold Value of SettlementPublic
CALL METHOD cl_cacs_indagr_prc_settle=>GET_MIN_PAYBACK...more details

GET_MIN_PAYOUTGet Positive Threshold Value of SettlementPublic
CALL METHOD cl_cacs_indagr_prc_settle=>GET_MIN_PAYOUT...more details

GET_REMGet Remuneration TypesPrivate
CALL METHOD cl_cacs_indagr_prc_settle=>GET_REM...more details

GET_RULEReturn Settlement Rule StructurePublic
CALL METHOD cl_cacs_indagr_prc_settle=>GET_RULE...more details

GET_STMAGR_IDReturn Settlement AgreementPublic
CALL METHOD cl_cacs_indagr_prc_settle=>GET_STMAGR_ID...more details

READ_INDAGR_DATARead Individual AgreementsPrivate
CALL METHOD cl_cacs_indagr_prc_settle=>READ_INDAGR_DATA...more details



CL_CACS_INDAGR_PRC_SETTLE 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
MB_SKIP_ZERO_VALUEInstance AttributeBoolean Variable (X=true, -=false, space=unknown)LIKE
CACS_SKIP_ZERO
Private
MD_BUSITIMEInstance AttributeEffective Validity (Time Stamp YYYY.MM.DD hh:mm:ss)LIKE
CACSBUSITIME
Protected
MD_MIN_PAYBACKInstance AttributeNegative Threshold Value for SettlementLIKE
CACS_MIN_PAYBACK
Private
MD_MIN_PAYOUTInstance AttributePositive Threshold Value for SettlementLIKE
CACS_MIN_PAYOUT
Private
MD_TECHTIMEInstance AttributeTechnical Validity (Time Stamp: YYYY.MM.DD hh:mm:ss)LIKE
CACSTECHTIME
Protected
MO_DOC_DB_STL_ITFInstance AttributeDocument Posting: Register Documents for PostingLIKE
OBJECT
Protected
MS_STMRUInstance AttributeSettlement RuleLIKE
CACS_STMRU
Protected




CL_CACS_INDAGR_PRC_SETTLE types

TS_CACS_CURR_AND_AMNT -
TT_CACS_CURR_AND_AMNT -

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!