SAP CACSSE_CL_DOCUMENT_DB_STL_ITF OO Class - Document Posting of Settlement









CACSSE_CL_DOCUMENT_DB_STL_ITF 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 CACSSE_CL_DOCUMENT_DB_STL_ITF 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 CACSSE_CL_DOCUMENT_DB_STL_ITF is CACS00_CL_DOCUMENT_DB_ITF

Method list of CACSSE_CL_DOCUMENT_DB_STL_ITF 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
CHECK_FOR_DUESCheck if Line Items ExistPublic
CALL METHOD cacsse_cl_document_db_stl_itf=>CHECK_FOR_DUES...more details

CREATE_STLFactory Method: Generate Instance of SettlementPublic
CALL METHOD cacsse_cl_document_db_stl_itf=>CREATE_STL...more details

FREE_INSTANCEFree the InstancePublic
CALL METHOD cacsse_cl_document_db_stl_itf=>FREE_INSTANCE...more details

GET_DOCIDGet Document Number of Settlement DocumentPublic
CALL METHOD cacsse_cl_document_db_stl_itf=>GET_DOCID...more details

GET_DOCSE_CLEARGet Old Settlement Lines that Were Already ReadPublic
CALL METHOD cacsse_cl_document_db_stl_itf=>GET_DOCSE_CLEAR...more details

GET_DOCSE_CLEAR_OF_BUFFERGet Settlement Items for SettlementPublic
CALL METHOD cacsse_cl_document_db_stl_itf=>GET_DOCSE_CLEAR_OF_BUFFER...more details

GET_DOCSE_CLEAR_RESET_DBGet Void Settlement Items for ResettingPublic
CALL METHOD cacsse_cl_document_db_stl_itf=>GET_DOCSE_CLEAR_RESET_DB...more details

GET_HIGHEST_DUEDATEGet Highest Settlement Date for CURR and GPARTPublic
CALL METHOD cacsse_cl_document_db_stl_itf=>GET_HIGHEST_DUEDATE...more details

GET_LOWEST_DUEDATEGets Lowest Date of Buffered Settlement ItemsPublic
CALL METHOD cacsse_cl_document_db_stl_itf=>GET_LOWEST_DUEDATE...more details

GET_POSTYEARGet Posting Year of Settlement DocumentPublic
CALL METHOD cacsse_cl_document_db_stl_itf=>GET_POSTYEAR...more details

READ_DOCSE_OF_CONTRACTReading of Settlement Items for Contract and Settlement TypePublic
CALL METHOD cacsse_cl_document_db_stl_itf=>READ_DOCSE_OF_CONTRACT...more details

REGISTER_DOCSE_CLEAR_POSTRegister Changed Settlement Lines for PostingPrivate
CALL METHOD cacsse_cl_document_db_stl_itf=>REGISTER_DOCSE_CLEAR_POST...more details

REVERSE_SETTLEMENT_DOCUMENTSReset Settlement DocumentsPublic
CALL METHOD cacsse_cl_document_db_stl_itf=>REVERSE_SETTLEMENT_DOCUMENTS...more details

UPDATE_OLD_DOCSEStamp Old Settlement ItemsPublic
CALL METHOD cacsse_cl_document_db_stl_itf=>UPDATE_OLD_DOCSE...more details



CACSSE_CL_DOCUMENT_DB_STL_ITF 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
MC_SETTLE_DATE_INITConstantSettlement Date: Initial Value'00000000'LIKE
CACSSETTLEDATE
Public
MC_STATUS_WORKConstantObject Processing Status (Replica)'9'LIKE
CACSSTATUSWORKP
Public
MT_DOCSE_OF_CONTRACT_BUFFERInstance AttributeTTYP for Document SELIKE
CACS00_TT_DOCSE
Private
MT_DOCSE_RESET_CLEARInstance AttributeTTYP for Document SELIKE
CACS00_TT_DOCSE
Protected
MT_SC_DOCSE_TO_CLEARInstance AttributeTTYP for Document SELIKE
CACS00_TT_DOC_CLEARED_SE
Protected




CACSSE_CL_DOCUMENT_DB_STL_ITF types

TT_CACS_SETTLE_LOCK -

Links to Related Class(s)

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