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 Name | Description | Visability |
| BUILD_DOCUMENT | Create Document | Protected |
| CALL METHOD cl_cacs_stl_adapter_doc=>BUILD_DOCUMENT...more details | ||
| CHECK_DOCUMENT | Check Document | Public |
| CALL METHOD cl_cacs_stl_adapter_doc=>CHECK_DOCUMENT...more details | ||
| CHECK_DOCUMENT_LOCAL | Check Document Locally | Protected |
| CALL METHOD cl_cacs_stl_adapter_doc=>CHECK_DOCUMENT_LOCAL...more details | ||
| CHECK_DOCUMENT_REMOTE | Check Document Remotely | Protected |
| CALL METHOD cl_cacs_stl_adapter_doc=>CHECK_DOCUMENT_REMOTE...more details | ||
| CHECK_RFC_AUTHORISATION | Check RFC Authorization | Protected |
| CALL METHOD cl_cacs_stl_adapter_doc=>CHECK_RFC_AUTHORISATION...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_cacs_stl_adapter_doc=>CONSTRUCTOR...more details | ||
|
| ||
| GET_OBJECT_KEY | Determine Object Key | Protected |
| CALL METHOD cl_cacs_stl_adapter_doc=>GET_OBJECT_KEY...more details | ||
| GET_OWN_SYSTEM | Determine Own Logical System | Protected |
| CALL METHOD cl_cacs_stl_adapter_doc=>GET_OWN_SYSTEM...more details | ||
| GET_PAYREF_ID | Determine Payment Reference | Public |
| CALL METHOD cl_cacs_stl_adapter_doc=>GET_PAYREF_ID...more details | ||
| GET_PAYREF_UUID | Determine Payment Reference UUID | Public |
| CALL METHOD cl_cacs_stl_adapter_doc=>GET_PAYREF_UUID...more details | ||
| IS_TAX_DEDUCTIBLE | Check If Tax Is Deductible | Public |
| CALL METHOD cl_cacs_stl_adapter_doc=>IS_TAX_DEDUCTIBLE...more details | ||
| IS_TAX_POSTABLE | Check If Tax Must Be Posted | Public |
| CALL METHOD cl_cacs_stl_adapter_doc=>IS_TAX_POSTABLE...more details | ||
| POST_COMPRESSION_INFORMATION | Post Compression Information | Protected |
| CALL METHOD cl_cacs_stl_adapter_doc=>POST_COMPRESSION_INFORMATION...more details | ||
| POST_DOCUMENT | Post Document | Public |
| CALL METHOD cl_cacs_stl_adapter_doc=>POST_DOCUMENT...more details | ||
| POST_DOCUMENT_LOCAL | Post Document Locally | Protected |
| CALL METHOD cl_cacs_stl_adapter_doc=>POST_DOCUMENT_LOCAL...more details | ||
| POST_DOCUMENT_REMOTE | Post Document Remotely | Protected |
| CALL METHOD cl_cacs_stl_adapter_doc=>POST_DOCUMENT_REMOTE...more details | ||
| READ_ONETIME_INFORMATION | Determine One-Time Customer Information | Protected |
| CALL METHOD cl_cacs_stl_adapter_doc=>READ_ONETIME_INFORMATION...more details | ||
| SETUP_PAYREF_ID | Create Payment Reference | Public |
| CALL METHOD cl_cacs_stl_adapter_doc=>SETUP_PAYREF_ID...more details | ||
| SET_POST_YEAR_REVERSAL | Set Assignment Year | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MC_CACS | Instance Attribute | LIKE | Private | ||
| MC_COMPRESSION_TYPE_COST | Constant | Compression Type - Costs | 'C' | LIKE COMPRESSION_TYPE | Public |
| MC_COMPRESSION_TYPE_PAYMENT | Constant | Compression Type - Payment | 'P' | LIKE COMPRESSION_TYPE | Public |
| MC_COMPRESSION_TYPE_TAX | Constant | Compression Type - Tax | 'T' | LIKE COMPRESSION_TYPE | Public |
| MC_TAXKEY_NAV | Constant | Transaction Key | 'NAV' | LIKE KTOSL | Public |
| MC_TAXKEY_NVV | Constant | Transaction Key | 'NVV' | LIKE KTOSL | Public |
| MD_APPL | Instance Attribute | Commission Application Identification | LIKE CACSAPPL | Protected | |
| MD_LOGSYS | Instance Attribute | Logical System | LIKE LOGSYS | Protected | |
| MD_ONETIME | Instance Attribute | One-Time Customer Processing | LIKE ABAP_BOOL | Protected | |
| MD_ONETIME_PARTNER | Instance Attribute | Number of Commission Contract Partner | LIKE CACS_GPART | Protected | |
| MD_PAYREFID | Instance Attribute | Reference Number for Payment System | LIKE CACSPAYREFID | Protected | |
| MD_PAYREF_UUID | Instance Attribute | Reference UUID for Payment System | LIKE CACSPAYREFUUID | Protected | |
| MD_POSTYEAR | Instance Attribute | Assignment Year of Commission Case/Document | LIKE CACSPSTYEAR | Protected | |
| MD_RFCDEST | Instance Attribute | Logical destination (specified when calling function) | LIKE RFCDEST | Protected | |
| MS_ONETIME_DETAILS | Instance Attribute | One-Time Customer Details | LIKE ONETIME_DETAILS | Protected |
CL_CACS_STL_ADAPTER_DOC types
COMPRESSION_TYPE - Compression TypeONETIME_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