SAP CACS25_CL_SES_BUFFER OO Class - Buffer for Settlement Scheduling items
CACS25_CL_SES_BUFFER 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 CACS25_CL_SES_BUFFER 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 CACS25_CL_SES_BUFFER is CACS00_CL_BASE_BUFFERMethod list of CACS25_CL_SES_BUFFER 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 |
| BUFFER_SES_POST | Post Settlement Header and Items to mt_seshd, mt_sesit | Private |
| CALL METHOD cacs25_cl_ses_buffer=>BUFFER_SES_POST...more details | ||
| BUFFER_UPDATE_SES_POST | Post Settlement Header and Items to mt_seshd, mt_sesit | Public |
| CALL METHOD cacs25_cl_ses_buffer=>BUFFER_UPDATE_SES_POST...more details | ||
| FILL_BUFFER | Fill Buffer for Settlement Schedule Items | Public |
| CALL METHOD cacs25_cl_ses_buffer=>FILL_BUFFER...more details | ||
| GET_INSTANCE | Create Instance of SES Buffer Class | Public |
| CALL METHOD cacs25_cl_ses_buffer=>GET_INSTANCE...more details | ||
| GET_SESHD_BY_SESIT | Get SESHD by SESIT | Public |
| CALL METHOD cacs25_cl_ses_buffer=>GET_SESHD_BY_SESIT...more details | ||
| GET_SESHD_FRM_YR_ID_POS | Get Seshd from Year, Id, Pos | Public |
| CALL METHOD cacs25_cl_ses_buffer=>GET_SESHD_FRM_YR_ID_POS...more details | ||
|
| ||
| GET_SESHD_FRM_YR_ID_SEQID_VERS | Get SESHD from Year, ID, Seq ID, Ses_vers | Public |
| CALL METHOD cacs25_cl_ses_buffer=>GET_SESHD_FRM_YR_ID_SEQID_VERS...more details | ||
| GET_SESIT_BY_GUID | Get SESIT by GUID | Public |
| CALL METHOD cacs25_cl_ses_buffer=>GET_SESIT_BY_GUID...more details | ||
| GET_SESIT_BY_SESHD | Get SESIT by SESHD | Public |
| CALL METHOD cacs25_cl_ses_buffer=>GET_SESIT_BY_SESHD...more details | ||
| GET_YR_ID_POS_FRM_SES | Get Year, ID, Pos from SESHD based on sesid, sesyr | Public |
| CALL METHOD cacs25_cl_ses_buffer=>GET_YR_ID_POS_FRM_SES...more details | ||
CACS25_CL_SES_BUFFER 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 |
| MO_INSTANCE | Static Attribute | Buffer for Settlement Scheduling items | LIKE CACS25_CL_SES_BUFFER | Private | |
| MT_SESHD | Instance Attribute | Settlement Schedule Header | LIKE CACS25_CL25_TABLETYPES=>TT_SESHD | Public | |
| MT_SESIT | Instance Attribute | Settlement Schedule Items | LIKE CACS25_CL25_TABLETYPES=>TT_SESIT | Public |
CACS25_CL_SES_BUFFER types
MTY_SESHDM_UNIQUE - Sorted table for SESHDMMTY_SESITM_UNIQUE - Sorted table for SESITM
MTY_SESITM_UNIQUE_UPDKNZ -
Links to Related Class(s)
CACS25_C...Full list of available SAP object classes
Search for further information about these or an SAP related objects