SAP CACS00_CL_DOCUMENT_ABST OO Class - ICM: Commission Document









CACS00_CL_DOCUMENT_ABST 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_DOCUMENT_ABST including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CACS00_CL_DOCUMENT_ABST 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_DOC_SETTLEDCheck If Commission Document Was Already SettledPublic
CALL METHOD cacs00_cl_document_abst=>CHECK_DOC_SETTLED...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cacs00_cl_document_abst=>CONSTRUCTOR...more details

CONVERT_CURRENCYTranslate CurrencyProtected
CALL METHOD cacs00_cl_document_abst=>CONVERT_CURRENCY...more details

CREATE_DOC_IDGenerate Document NumberProtected
CALL METHOD cacs00_cl_document_abst=>CREATE_DOC_ID...more details

CREATE_LOGGenerate Application Log for DocumentProtected
CALL METHOD cacs00_cl_document_abst=>CREATE_LOG...more details

GET_BUSOBJ_IDReturn Identification of Triggering Business ObjectPublic
CALL METHOD cacs00_cl_document_abst=>GET_BUSOBJ_ID...more details

GET_DOC_IDReturn Document NumberPublic
CALL METHOD cacs00_cl_document_abst=>GET_DOC_ID...more details

GET_DOC_POSTDATEReturn Posting DatePublic
CALL METHOD cacs00_cl_document_abst=>GET_DOC_POSTDATE...more details

GET_LOG_HANDLEReturn Application LogPublic
CALL METHOD cacs00_cl_document_abst=>GET_LOG_HANDLE...more details

GET_POST_YEARReturn Posting YearPublic
CALL METHOD cacs00_cl_document_abst=>GET_POST_YEAR...more details

IS_REVERSEDCommission Document Was Alread ResetPublic
CALL METHOD cacs00_cl_document_abst=>IS_REVERSED...more details

POSTPost DocumentPublic
CALL METHOD cacs00_cl_document_abst=>POST...more details

READ_HEADER_DATARead Data of Document Header from DatabaseProtected
CALL METHOD cacs00_cl_document_abst=>READ_HEADER_DATA...more details

REVERSECancel DocumentPublic
CALL METHOD cacs00_cl_document_abst=>REVERSE...more details

SET_CHG_FIELDS_HEADERSet CHG Fields on Document HeaderProtected
CALL METHOD cacs00_cl_document_abst=>SET_CHG_FIELDS_HEADER...more details

SET_HEADER_DATASet Data of Document HeaderProtected
CALL METHOD cacs00_cl_document_abst=>SET_HEADER_DATA...more details



CACS00_CL_DOCUMENT_ABST 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
MB_LOG_IMPORTEDInstance AttributeApplication log was imported (X=true, space=false)LIKE
BOOLEAN_FLG
Protected
MO_APPLInstance AttributeICM ApplicationLIKE
CL_CACS_APPLICATION
Protected
MO_DOC_DB_ITFInstance AttributeDocument Posting: Register Documents for PostingLIKE
CACS00_CL_DOCUMENT_DB_ITF
Protected
MO_LOGInstance AttributeCACS: Application LogLIKE
CL_CACS_BAL
Protected
MO_PRD_FACADEInstance AttributeICM: Period Control: FacadeLIKE
CL_CACS_PRD_FACADE
Protected
MS_DOCHDMInstance AttributeCommission Document Header (Meta Object)LIKE
CACS00_S_DOCHDM
Protected


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!