SAP CL_CACS_PRC_ABST OO Class - ICM: Process Control
CL_CACS_PRC_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 CL_CACS_PRC_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 CL_CACS_PRC_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 Name | Description | Visability |
| CHECK_DBC_DONE | Check If Database Conversion for Process Has Been Run | Protected |
| CALL METHOD cl_cacs_prc_abst=>CHECK_DBC_DONE...more details | ||
| CHECK_RUN_PARAMETERS | Check Run Parameters | Public |
| CALL METHOD cl_cacs_prc_abst=>CHECK_RUN_PARAMETERS...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_cacs_prc_abst=>CONSTRUCTOR...more details | ||
| CREATE_DATACONTAINER | Create Data Container | Protected |
| CALL METHOD cl_cacs_prc_abst=>CREATE_DATACONTAINER...more details | ||
| CREATE_RI | Create Run Administration | Protected |
| CALL METHOD cl_cacs_prc_abst=>CREATE_RI...more details | ||
| FINALIZE | End Process | Public |
| CALL METHOD cl_cacs_prc_abst=>FINALIZE...more details | ||
|
| ||
| FINALIZE_RUN_APPLICATION_LOG | End Application Log | Protected |
| CALL METHOD cl_cacs_prc_abst=>FINALIZE_RUN_APPLICATION_LOG...more details | ||
| GET_KEYDATE | Return Delimitation Date | Public |
| CALL METHOD cl_cacs_prc_abst=>GET_KEYDATE...more details | ||
| GET_LOG_HANDLE | Return Application Log | Public |
| CALL METHOD cl_cacs_prc_abst=>GET_LOG_HANDLE...more details | ||
| GET_RESULTS | Return Result of Process | Public |
| CALL METHOD cl_cacs_prc_abst=>GET_RESULTS...more details | ||
| GET_RUNID | Return Run Number | Public |
| CALL METHOD cl_cacs_prc_abst=>GET_RUNID...more details | ||
| INITIALIZE | Initialize Process | Public |
| CALL METHOD cl_cacs_prc_abst=>INITIALIZE...more details | ||
| INIT_RUN_APPLICATION_LOG | Initialize Application Log | Protected |
| CALL METHOD cl_cacs_prc_abst=>INIT_RUN_APPLICATION_LOG...more details | ||
| RUN | Start Process | Public |
| CALL METHOD cl_cacs_prc_abst=>RUN...more details | ||
| UNLOCK_DATACONTAINER | Unlock Data Container | Protected |
| CALL METHOD cl_cacs_prc_abst=>UNLOCK_DATACONTAINER...more details | ||
CL_CACS_PRC_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.
| Name | Level | Description | Initial Value | Type | Visability |
| MB_SIMULATION | Instance Attribute | Only Simulation (X=true, space=false) | LIKE CACSSIMULATION | Protected | |
| MB_UPDATE_TASK | Instance Attribute | Update Task Posting (X=true, space=false) | LIKE BOOLEAN_FLG | Protected | |
| MC_DATACONTAINER_PARAMETERS | Constant | Name Under Which Input Parameters Are Stored | 'PARAMETERS' | LIKE STRING | Public |
| MD_BALOBJ | Instance Attribute | Application Log: Object Name (Application Code) | LIKE BALOBJ_D | Protected | |
| MD_BALSUBOBJ | Instance Attribute | Application Log: Subobject | LIKE BALSUBOBJ | Protected | |
| MD_BUSITIME | Instance Attribute | Effective Validity (Time Stamp YYYY.MM.DD hh:mm:ss) | LIKE CACSBUSITIME | Protected | |
| MD_DATACONTAINER_ID | Instance Attribute | FPP Data Container for Run Administration | LIKE CACS_FPP_DATACONTAINER | Protected | |
| MD_KEYDATE | Instance Attribute | Delimitation Date of Run in Run Administration | LIKE CACSKEYDATE | Protected | |
| MD_PID | Instance Attribute | Identification of Parallel Processing Run | LIKE CACS_FPP_PID | Protected | |
| MD_TECHTIME | Instance Attribute | Technical Validity (Time Stamp: YYYY.MM.DD hh:mm:ss) | LIKE CACSTECHTIME | Protected | |
| MO_DATACONTAINER | Instance Attribute | Data Container for Any Data | LIKE CL_DATA_CONTAINER | Protected | |
| MO_LOG | Instance Attribute | CACS: Application Log | LIKE CL_CACS_BAL | Protected | |
| MO_THIS_APPL | Instance Attribute | ICM Application | LIKE CL_CACS_APPLICATION | Protected |
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