SAP CACS00_CL_DOCUMENT_DB_ITF OO Class - Document Posting: Register Documents for Posting
CACS00_CL_DOCUMENT_DB_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 CACS00_CL_DOCUMENT_DB_ITF including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_CACS_LISTMethod list of CACS00_CL_DOCUMENT_DB_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 Name | Description | Visability |
| CHECK_COMMIT_NECESSARY | Check if Commit Is to Be Carried Out | Public |
| CALL METHOD cacs00_cl_document_db_itf=>CHECK_COMMIT_NECESSARY...more details | ||
| CHECK_NEW_DOCUMENTS | Check New Document | Protected |
| CALL METHOD cacs00_cl_document_db_itf=>CHECK_NEW_DOCUMENTS...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cacs00_cl_document_db_itf=>CONSTRUCTOR...more details | ||
| CREATE | Factory Method: Generate Instance | Public |
| CALL METHOD cacs00_cl_document_db_itf=>CREATE...more details | ||
| CREATE_ITERATOR | Private | |
| CALL METHOD cacs00_cl_document_db_itf=>CREATE_ITERATOR...more details | ||
| DECREMENT_COUNT | Private | |
| CALL METHOD cacs00_cl_document_db_itf=>DECREMENT_COUNT...more details | ||
|
| ||
| GET_DOCSEM_FOR_DOCUMENT | Return Settlement Items of Document | Public |
| CALL METHOD cacs00_cl_document_db_itf=>GET_DOCSEM_FOR_DOCUMENT...more details | ||
| GET_DOC_LIST_BY_BUSOBJ | Return Document List Based on Business Object | Protected |
| CALL METHOD cacs00_cl_document_db_itf=>GET_DOC_LIST_BY_BUSOBJ...more details | ||
| GET_ELEMENT | Private | |
| CALL METHOD cacs00_cl_document_db_itf=>GET_ELEMENT...more details | ||
| GET_ELEMENT_COUNT | Private | |
| CALL METHOD cacs00_cl_document_db_itf=>GET_ELEMENT_COUNT...more details | ||
| GET_ELEMENT_FIRST | Private | |
| CALL METHOD cacs00_cl_document_db_itf=>GET_ELEMENT_FIRST...more details | ||
| GET_ELEMENT_LAST | Private | |
| CALL METHOD cacs00_cl_document_db_itf=>GET_ELEMENT_LAST...more details | ||
| INCREMENT_COUNT | Private | |
| CALL METHOD cacs00_cl_document_db_itf=>INCREMENT_COUNT...more details | ||
| INIT_TABLES_POST | Initialize Internal Tables (Post Documents) | Protected |
| CALL METHOD cacs00_cl_document_db_itf=>INIT_TABLES_POST...more details | ||
| INIT_TABLES_REVERSE | Initialize Internal Tables (Reset Documents) | Protected |
| CALL METHOD cacs00_cl_document_db_itf=>INIT_TABLES_REVERSE...more details | ||
| INSERT_ELEMENT | Private | |
| CALL METHOD cacs00_cl_document_db_itf=>INSERT_ELEMENT...more details | ||
| POST_DOCUMENTS | Post Documents | Public |
| CALL METHOD cacs00_cl_document_db_itf=>POST_DOCUMENTS...more details | ||
| READ_DOCUMENTS_BY_RUN_ID | Read Commission Documents Based On Run Number | Public |
| CALL METHOD cacs00_cl_document_db_itf=>READ_DOCUMENTS_BY_RUN_ID...more details | ||
| READ_DOC_DETAILS_INTO_BUFFER | Read Commission Document Data and Write to Buffer | Protected |
| CALL METHOD cacs00_cl_document_db_itf=>READ_DOC_DETAILS_INTO_BUFFER...more details | ||
| READ_DOC_HEADERS_BY_RUN_ID | Read Commission Document Header Based on Run Number | Protected |
| CALL METHOD cacs00_cl_document_db_itf=>READ_DOC_HEADERS_BY_RUN_ID...more details | ||
| REGISTER_DOCUMENT_FOR_POST | Register Document for Posting | Public |
| CALL METHOD cacs00_cl_document_db_itf=>REGISTER_DOCUMENT_FOR_POST...more details | ||
| REGISTER_DOCUMENT_FOR_REVERSE | Register Document for Resetting | Public |
| CALL METHOD cacs00_cl_document_db_itf=>REGISTER_DOCUMENT_FOR_REVERSE...more details | ||
| REMOVE_DOCUMENT | Remove Commission Document from Internal Buffer | Protected |
| CALL METHOD cacs00_cl_document_db_itf=>REMOVE_DOCUMENT...more details | ||
| REMOVE_ELEMENT | Private | |
| CALL METHOD cacs00_cl_document_db_itf=>REMOVE_ELEMENT...more details | ||
| REVERSE_DOCUMENTS | Reset Documents | Public |
| CALL METHOD cacs00_cl_document_db_itf=>REVERSE_DOCUMENTS...more details | ||
| UNREGISTER_DOCUMENTS_BY_BUSOBJ | Remove Registered Documents for Posting | Public |
| CALL METHOD cacs00_cl_document_db_itf=>UNREGISTER_DOCUMENTS_BY_BUSOBJ...more details | ||
CACS00_CL_DOCUMENT_DB_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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_APPL | Constant | Commission Application Identification | 'CACS00' | LIKE CACSAPPL | Public |
| MB_SIMULATION | Instance Attribute | Only Simulation (X=true, space=false) | LIKE BOOLEAN_FLG | Protected | |
| MD_ELEMENTS_COUNT | Instance Attribute | Element Counter | LIKE SYTABIX | Protected | |
| MD_NR_HANDLE | Instance Attribute | Number Range Number | LIKE NRNR | Protected | |
| MT_DOCACT | Instance Attribute | Commission Document: Activities (Table Type) | LIKE CACS00_TT_DOCACT | Protected | |
| MT_DOCDTM | Instance Attribute | Commission Document: Remuneration Detail Line (Table Type) | LIKE CACS00_TT_DOCDTM | Protected | |
| MT_DOCHDM | Instance Attribute | Commission Document: Document Header (Table Type) | LIKE CACS00_TT_DOCHDM | Protected | |
| MT_DOCHDM_REVERSAL | Instance Attribute | Commission Document: Document Header (Table Type) | LIKE CACS00_TT_DOCHDM | Protected | |
| MT_DOCHDM_REVERSED | Instance Attribute | Commission Document: Document Header (Table Type) | LIKE CACS00_TT_DOCHDM | Protected | |
| MT_DOCINV | Instance Attribute | Commission Document: Participant (Table Type) | LIKE CACS00_TT_DOCINV | Protected | |
| MT_DOCOBJ | Instance Attribute | Commission Document: Object Data (Table Type) | LIKE CACS00_TT_DOCOBJ | Protected | |
| MT_DOCPAR | Instance Attribute | Commission Document: Participation (Table Type) | LIKE CACS00_TT_DOCPAR | Protected | |
| MT_DOCREL | Instance Attribute | Commission Document: Relationships of Participants (TabType) | LIKE CACS00_TT_DOCREL | Protected | |
| MT_DOCREM | Instance Attribute | Commission Document: Remuneration Line (Table Type) | LIKE CACS00_TT_DOCREM | Protected | |
| MT_DOCREM_CORR | Instance Attribute | Comm.Doc., Remuneration and Liability + Flag (Table Type) | LIKE CACS00_TT_DOCREM_CORR | Protected | |
| MT_DOCSEDT | Instance Attribute | Due Date Detail Line (Table Type) | LIKE CACS00_TT_DOCSEDT | Protected | |
| MT_DOCSEM | Instance Attribute | Table Type Commission Document, Settlement (Meta Object) | LIKE CACS00_TT_DOCSEM | Protected | |
| MT_DOCSEM_INACTIVE | Instance Attribute | Table Type Commission Document, Settlement (Meta Object) | LIKE CACS00_TT_DOCSEM | Protected | |
| MT_DOCVAM | Instance Attribute | Commission Document: Valuation (Table Type) | LIKE CACS00_TT_DOCVAM | Protected | |
| MT_DOC_ID_MAP | Instance Attribute | Table Type Matching Table Temporary / Final Document Numbers | LIKE CACS_TT_DOC_ID_MAP | Protected | |
| MT_DOC_LIST | Instance Attribute | Table Type Assignment Commission Doc: Key + Object | LIKE CACS_TT_DOC_ASS_OBJ | Protected | |
| MT_DOC_TO_CLEAR | Instance Attribute | Table Type Cleared Settlement Items | LIKE CACS00_TT_DOC_CLEARED_SE | Protected | |
| SO_DOC_DB_ITF | Static Attribute | Document Posting: Register Documents for Posting | LIKE CACS00_CL_DOCUMENT_DB_ITF | 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