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_ABSTMethod 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 Name | Description | Visability |
| CALL_BADI_EXCL_REM_INDICATOR | Call BAdI to Exclude Remuneration Indicator | Public |
| CALL METHOD cl_cacs_indagr_prc_settle=>CALL_BADI_EXCL_REM_INDICATOR...more details | ||
| CALL_BADI_REM | Call BAdI to Exclude Remuneration Types | Public |
| CALL METHOD cl_cacs_indagr_prc_settle=>CALL_BADI_REM...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_cacs_indagr_prc_settle=>CONSTRUCTOR...more details | ||
| GET_FLG_SKIP_ZERO_VALUE | Get Indicator Showing If Amounts Are Excluded | Public |
| CALL METHOD cl_cacs_indagr_prc_settle=>GET_FLG_SKIP_ZERO_VALUE...more details | ||
| GET_INDAGR_BEGIN_DATE | Private | |
| CALL METHOD cl_cacs_indagr_prc_settle=>GET_INDAGR_BEGIN_DATE...more details | ||
| GET_MIN_PAYBACK | Get Negative Treshold Value of Settlement | Public |
| CALL METHOD cl_cacs_indagr_prc_settle=>GET_MIN_PAYBACK...more details | ||
|
| ||
| GET_MIN_PAYOUT | Get Positive Threshold Value of Settlement | Public |
| CALL METHOD cl_cacs_indagr_prc_settle=>GET_MIN_PAYOUT...more details | ||
| GET_REM | Get Remuneration Types | Private |
| CALL METHOD cl_cacs_indagr_prc_settle=>GET_REM...more details | ||
| GET_RULE | Return Settlement Rule Structure | Public |
| CALL METHOD cl_cacs_indagr_prc_settle=>GET_RULE...more details | ||
| GET_STMAGR_ID | Return Settlement Agreement | Public |
| CALL METHOD cl_cacs_indagr_prc_settle=>GET_STMAGR_ID...more details | ||
| READ_INDAGR_DATA | Read Individual Agreements | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MB_SKIP_ZERO_VALUE | Instance Attribute | Boolean Variable (X=true, -=false, space=unknown) | LIKE CACS_SKIP_ZERO | Private | |
| MD_BUSITIME | Instance Attribute | Effective Validity (Time Stamp YYYY.MM.DD hh:mm:ss) | LIKE CACSBUSITIME | Protected | |
| MD_MIN_PAYBACK | Instance Attribute | Negative Threshold Value for Settlement | LIKE CACS_MIN_PAYBACK | Private | |
| MD_MIN_PAYOUT | Instance Attribute | Positive Threshold Value for Settlement | LIKE CACS_MIN_PAYOUT | Private | |
| MD_TECHTIME | Instance Attribute | Technical Validity (Time Stamp: YYYY.MM.DD hh:mm:ss) | LIKE CACSTECHTIME | Protected | |
| MO_DOC_DB_STL_ITF | Instance Attribute | Document Posting: Register Documents for Posting | LIKE OBJECT | Protected | |
| MS_STMRU | Instance Attribute | Settlement Rule | LIKE 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