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_BUFFER

Method 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 NameDescriptionVisability
BUFFER_SES_POSTPost Settlement Header and Items to mt_seshd, mt_sesitPrivate
CALL METHOD cacs25_cl_ses_buffer=>BUFFER_SES_POST...more details

BUFFER_UPDATE_SES_POSTPost Settlement Header and Items to mt_seshd, mt_sesitPublic
CALL METHOD cacs25_cl_ses_buffer=>BUFFER_UPDATE_SES_POST...more details

FILL_BUFFERFill Buffer for Settlement Schedule ItemsPublic
CALL METHOD cacs25_cl_ses_buffer=>FILL_BUFFER...more details

GET_INSTANCECreate Instance of SES Buffer ClassPublic
CALL METHOD cacs25_cl_ses_buffer=>GET_INSTANCE...more details

GET_SESHD_BY_SESITGet SESHD by SESITPublic
CALL METHOD cacs25_cl_ses_buffer=>GET_SESHD_BY_SESIT...more details

GET_SESHD_FRM_YR_ID_POSGet Seshd from Year, Id, PosPublic
CALL METHOD cacs25_cl_ses_buffer=>GET_SESHD_FRM_YR_ID_POS...more details

GET_SESHD_FRM_YR_ID_SEQID_VERSGet SESHD from Year, ID, Seq ID, Ses_versPublic
CALL METHOD cacs25_cl_ses_buffer=>GET_SESHD_FRM_YR_ID_SEQID_VERS...more details

GET_SESIT_BY_GUIDGet SESIT by GUIDPublic
CALL METHOD cacs25_cl_ses_buffer=>GET_SESIT_BY_GUID...more details

GET_SESIT_BY_SESHDGet SESIT by SESHDPublic
CALL METHOD cacs25_cl_ses_buffer=>GET_SESIT_BY_SESHD...more details

GET_YR_ID_POS_FRM_SESGet Year, ID, Pos from SESHD based on sesid, sesyrPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_INSTANCEStatic AttributeBuffer for Settlement Scheduling itemsLIKE
CACS25_CL_SES_BUFFER
Private
MT_SESHDInstance AttributeSettlement Schedule HeaderLIKE
CACS25_CL25_TABLETYPES=>TT_SESHD
Public
MT_SESITInstance AttributeSettlement Schedule ItemsLIKE
CACS25_CL25_TABLETYPES=>TT_SESIT
Public




CACS25_CL_SES_BUFFER types

MTY_SESHDM_UNIQUE - Sorted table for SESHDM
MTY_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



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!