SAP CACS00_CL_CASE_BUFFER OO Class - Buffer class for case









CACS00_CL_CASE_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 CACS00_CL_CASE_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 CACS00_CL_CASE_BUFFER is CACS00_CL_BASE_BUFFER

Method list of CACS00_CL_CASE_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
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cacs00_cl_case_buffer=>CONSTRUCTOR...more details

FILL_BUFFERfill buffer initially from casePublic
CALL METHOD cacs00_cl_case_buffer=>FILL_BUFFER...more details

GET_CASES_BY_BUSCASEGet all cases by BUSCASEPublic
CALL METHOD cacs00_cl_case_buffer=>GET_CASES_BY_BUSCASE...more details

GET_CASES_BY_BUSOBJGet all cases by BUSOBJPublic
CALL METHOD cacs00_cl_case_buffer=>GET_CASES_BY_BUSOBJ...more details

GET_CASES_BY_CASEIDGet all cases by caseid and year mentionedPublic
CALL METHOD cacs00_cl_case_buffer=>GET_CASES_BY_CASEID...more details

GET_CASE_BY_INPUTGet case be business object detailsPublic
CALL METHOD cacs00_cl_case_buffer=>GET_CASE_BY_INPUT...more details

GET_CASE_BY_VERSGet case be business object detailsPublic
CALL METHOD cacs00_cl_case_buffer=>GET_CASE_BY_VERS...more details

GET_CASE_OBJHIST_CHECK_1Get Case using Object HistroyPublic
CALL METHOD cacs00_cl_case_buffer=>GET_CASE_OBJHIST_CHECK_1...more details

GET_CASE_OBJHIST_CHECK_2Get Case using Object Histroy and Business Begin DatePublic
CALL METHOD cacs00_cl_case_buffer=>GET_CASE_OBJHIST_CHECK_2...more details

GET_INSTANCEget class instancePublic
CALL METHOD cacs00_cl_case_buffer=>GET_INSTANCE...more details

GET_VERSION_BY_IDGet max busobj or tri versionPublic
CALL METHOD cacs00_cl_case_buffer=>GET_VERSION_BY_ID...more details

GET_VERSION_BY_INPUTGet max version for Case ImpitPublic
CALL METHOD cacs00_cl_case_buffer=>GET_VERSION_BY_INPUT...more details

UPDATE_BUFFER_MARK_CANCELUpdate Buffer with case data under processing in Case CancelPublic
CALL METHOD cacs00_cl_case_buffer=>UPDATE_BUFFER_MARK_CANCEL...more details

UPDATE_BUFFER_POSTUpdate Buffer with case data under processingPublic
CALL METHOD cacs00_cl_case_buffer=>UPDATE_BUFFER_POST...more details

UPDATE_BUFFER_POST_REVIDE2Update Buffer with case data under processing in Case RevidePublic
CALL METHOD cacs00_cl_case_buffer=>UPDATE_BUFFER_POST_REVIDE2...more details



CACS00_CL_CASE_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 class for object historyLIKE
CACS00_CL_CASE_BUFFER
Private
MT_CASInstance AttributeTable Type Commission CaseLIKE
CACS00_TT_CAS
Private




CACS00_CL_CASE_BUFFER types

TY_CACS_S_BUSOBJ_ID_RG -
TY_WHERE_ADD -
TY_WHERE_CANCEL -
TY_WHERE_STATUS -

Links to Related Class(s)

CACS00_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!