SAP CL_CACS_PRC_RESULT_CNTRL OO Class - Mass Processes: Results Buffer
CL_CACS_PRC_RESULT_CNTRL 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_RESULT_CNTRL 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_RESULT_CNTRL 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 |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>CONSTRUCTOR...more details | ||
| CREATE | Factory Method: Generate Object | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>CREATE...more details | ||
| CREATE_HEADER | Create Header Data | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>CREATE_HEADER...more details | ||
| GET_APPL | Return Application | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>GET_APPL...more details | ||
| GET_BUSITIME | Return Effective Time-Spot | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>GET_BUSITIME...more details | ||
| GET_KEY_DATE | Return Delimitation Date | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>GET_KEY_DATE...more details | ||
|
| ||
| GET_LOGHANDLE | Return Application Log Handle | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>GET_LOGHANDLE...more details | ||
| GET_PRC_DESCR | Return Long Text of Process | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>GET_PRC_DESCR...more details | ||
| GET_PRC_METH | Return Process Method | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>GET_PRC_METH...more details | ||
| GET_PRC_TYPE | Return Process Type | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>GET_PRC_TYPE...more details | ||
| GET_RUNID | Return Run Number | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>GET_RUNID...more details | ||
| GET_SIMULATION | Return Run Mode | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>GET_SIMULATION...more details | ||
| GET_TECHTIME | Return Technical Time-Spot | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>GET_TECHTIME...more details | ||
| HANDLE_PRINT_TOP_OF_LIST | Event Handler: Print Mode: TOP_OF_LIST of Classic ALV | Public |
| CALL METHOD cl_cacs_prc_result_cntrl=>HANDLE_PRINT_TOP_OF_LIST...more details | ||
| PREPARE_TEXT_KEYDATE | Create Text Line for Delimitation Date | Protected |
| CALL METHOD cl_cacs_prc_result_cntrl=>PREPARE_TEXT_KEYDATE...more details | ||
| PREPARE_TEXT_RUNID | Create Text Line for Run Number | Protected |
| CALL METHOD cl_cacs_prc_result_cntrl=>PREPARE_TEXT_RUNID...more details | ||
| PREPARE_TEXT_RUN_MODE | Create Text Line for Run Mode (Simulation / Production ) | Protected |
| CALL METHOD cl_cacs_prc_result_cntrl=>PREPARE_TEXT_RUN_MODE...more details | ||
| PREPARE_TEXT_TIMESPOTS | Create Text Line for Effective and Technical Time-Spot | Protected |
| CALL METHOD cl_cacs_prc_result_cntrl=>PREPARE_TEXT_TIMESPOTS...more details | ||
| PREPARE_TEXT_TITLE | Create Title Line | Protected |
| CALL METHOD cl_cacs_prc_result_cntrl=>PREPARE_TEXT_TITLE...more details | ||
CL_CACS_PRC_RESULT_CNTRL 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 | Boolean Variables (X=true, space=false) | LIKE BOOLEAN_FLG | Protected | |
| MD_APPL | Instance Attribute | Commission Application Identification | LIKE CACSAPPL | Protected | |
| MD_BUSITIME | Instance Attribute | Effective Validity (Time Stamp YYYY.MM.DD hh:mm:ss) | LIKE CACSBUSITIME | Protected | |
| MD_KEY_DATE | Instance Attribute | Delimitation Date of Run in Run Administration | LIKE CACSKEYDATE | Protected | |
| MD_LOGHANDLE | Instance Attribute | Application Log: Log Handle | LIKE BALLOGHNDL | Protected | |
| MD_PRC_METH | Instance Attribute | Process Method | LIKE CACSPRCMETH | Protected | |
| MD_PRC_TYPE | Instance Attribute | Process Type | LIKE CACSPROCESSTYPE | Protected | |
| MD_RUNID | Instance Attribute | Run Number for Run Administration | LIKE CACS_RUNID | Protected | |
| MD_TECHTIME | Instance Attribute | Technical Validity (Time Stamp: YYYY.MM.DD hh:mm:ss) | LIKE CACSTECHTIME | Protected | |
| MO_DD_DOCUMENT | Instance Attribute | Dynamic Documents: Document | LIKE CL_DD_DOCUMENT | 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