SAP CL_CACS_STL_ADAPTER_DOC OO Class - Base Class of Document Posting









CL_CACS_STL_ADAPTER_DOC 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 CL_CACS_STL_ADAPTER_DOC 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 CL_CACS_STL_ADAPTER_DOC 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
BUILD_DOCUMENTCreate DocumentProtected
CALL METHOD cl_cacs_stl_adapter_doc=>BUILD_DOCUMENT...more details

CHECK_DOCUMENTCheck DocumentPublic
CALL METHOD cl_cacs_stl_adapter_doc=>CHECK_DOCUMENT...more details

CHECK_DOCUMENT_LOCALCheck Document LocallyProtected
CALL METHOD cl_cacs_stl_adapter_doc=>CHECK_DOCUMENT_LOCAL...more details

CHECK_DOCUMENT_REMOTECheck Document RemotelyProtected
CALL METHOD cl_cacs_stl_adapter_doc=>CHECK_DOCUMENT_REMOTE...more details

CHECK_RFC_AUTHORISATIONCheck RFC AuthorizationProtected
CALL METHOD cl_cacs_stl_adapter_doc=>CHECK_RFC_AUTHORISATION...more details

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

GET_OBJECT_KEYDetermine Object KeyProtected
CALL METHOD cl_cacs_stl_adapter_doc=>GET_OBJECT_KEY...more details

GET_OWN_SYSTEMDetermine Own Logical SystemProtected
CALL METHOD cl_cacs_stl_adapter_doc=>GET_OWN_SYSTEM...more details

GET_PAYREF_IDDetermine Payment ReferencePublic
CALL METHOD cl_cacs_stl_adapter_doc=>GET_PAYREF_ID...more details

GET_PAYREF_UUIDDetermine Payment Reference UUIDPublic
CALL METHOD cl_cacs_stl_adapter_doc=>GET_PAYREF_UUID...more details

IS_TAX_DEDUCTIBLECheck If Tax Is DeductiblePublic
CALL METHOD cl_cacs_stl_adapter_doc=>IS_TAX_DEDUCTIBLE...more details

IS_TAX_POSTABLECheck If Tax Must Be PostedPublic
CALL METHOD cl_cacs_stl_adapter_doc=>IS_TAX_POSTABLE...more details

POST_COMPRESSION_INFORMATIONPost Compression InformationProtected
CALL METHOD cl_cacs_stl_adapter_doc=>POST_COMPRESSION_INFORMATION...more details

POST_DOCUMENTPost DocumentPublic
CALL METHOD cl_cacs_stl_adapter_doc=>POST_DOCUMENT...more details

POST_DOCUMENT_LOCALPost Document LocallyProtected
CALL METHOD cl_cacs_stl_adapter_doc=>POST_DOCUMENT_LOCAL...more details

POST_DOCUMENT_REMOTEPost Document RemotelyProtected
CALL METHOD cl_cacs_stl_adapter_doc=>POST_DOCUMENT_REMOTE...more details

READ_ONETIME_INFORMATIONDetermine One-Time Customer InformationProtected
CALL METHOD cl_cacs_stl_adapter_doc=>READ_ONETIME_INFORMATION...more details

SETUP_PAYREF_IDCreate Payment ReferencePublic
CALL METHOD cl_cacs_stl_adapter_doc=>SETUP_PAYREF_ID...more details

SET_POST_YEAR_REVERSALSet Assignment YearPublic
CALL METHOD cl_cacs_stl_adapter_doc=>SET_POST_YEAR_REVERSAL...more details



CL_CACS_STL_ADAPTER_DOC 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_CACSInstance AttributeLIKE
Private
MC_COMPRESSION_TYPE_COSTConstantCompression Type - Costs'C'LIKE
COMPRESSION_TYPE
Public
MC_COMPRESSION_TYPE_PAYMENTConstantCompression Type - Payment'P'LIKE
COMPRESSION_TYPE
Public
MC_COMPRESSION_TYPE_TAXConstantCompression Type - Tax'T'LIKE
COMPRESSION_TYPE
Public
MC_TAXKEY_NAVConstantTransaction Key'NAV'LIKE
KTOSL
Public
MC_TAXKEY_NVVConstantTransaction Key'NVV'LIKE
KTOSL
Public
MD_APPLInstance AttributeCommission Application IdentificationLIKE
CACSAPPL
Protected
MD_LOGSYSInstance AttributeLogical SystemLIKE
LOGSYS
Protected
MD_ONETIMEInstance AttributeOne-Time Customer ProcessingLIKE
ABAP_BOOL
Protected
MD_ONETIME_PARTNERInstance AttributeNumber of Commission Contract PartnerLIKE
CACS_GPART
Protected
MD_PAYREFIDInstance AttributeReference Number for Payment SystemLIKE
CACSPAYREFID
Protected
MD_PAYREF_UUIDInstance AttributeReference UUID for Payment SystemLIKE
CACSPAYREFUUID
Protected
MD_POSTYEARInstance AttributeAssignment Year of Commission Case/DocumentLIKE
CACSPSTYEAR
Protected
MD_RFCDESTInstance AttributeLogical destination (specified when calling function)LIKE
RFCDEST
Protected
MS_ONETIME_DETAILSInstance AttributeOne-Time Customer DetailsLIKE
ONETIME_DETAILS
Protected




CL_CACS_STL_ADAPTER_DOC types

COMPRESSION_TYPE - Compression Type
ONETIME_DETAILS - One-Time Customer Data

Links to Related Class(s)

CL_CACS_...
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!