SAP CL_CACS_APPL_DATA_STEPS OO Class - ICM: Application Data - Process Control
CL_CACS_APPL_DATA_STEPS 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_APPL_DATA_STEPS 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_APPL_DATA_STEPS 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 | Private | |
| CALL METHOD cl_cacs_appl_data_steps=>CONSTRUCTOR...more details | ||
| CREATE_PROCESS_INFORMATION | Private | |
| CALL METHOD cl_cacs_appl_data_steps=>CREATE_PROCESS_INFORMATION...more details | ||
| SAVE_PROCESS_AND_STEPS | Private | |
| CALL METHOD cl_cacs_appl_data_steps=>SAVE_PROCESS_AND_STEPS...more details | ||
| SAVE_PROCESS_STEP | Private | |
| CALL METHOD cl_cacs_appl_data_steps=>SAVE_PROCESS_STEP...more details | ||
| SETUP_REMOTE_SOURCE_INFO | Private | |
| CALL METHOD cl_cacs_appl_data_steps=>SETUP_REMOTE_SOURCE_INFO...more details | ||
| SETUP_REMOTE_TARGET_INFO | Private | |
| CALL METHOD cl_cacs_appl_data_steps=>SETUP_REMOTE_TARGET_INFO...more details | ||
|
| ||
| SETUP_SOURCE_APPLICATION | Private | |
| CALL METHOD cl_cacs_appl_data_steps=>SETUP_SOURCE_APPLICATION...more details | ||
| SETUP_SOURCE_CLIENT | Private | |
| CALL METHOD cl_cacs_appl_data_steps=>SETUP_SOURCE_CLIENT...more details | ||
| SETUP_SOURCE_SYSTEM_ID | Private | |
| CALL METHOD cl_cacs_appl_data_steps=>SETUP_SOURCE_SYSTEM_ID...more details | ||
| SETUP_TARGET_CLIENT | Private | |
| CALL METHOD cl_cacs_appl_data_steps=>SETUP_TARGET_CLIENT...more details | ||
| SETUP_TARGET_SYSTEM_ID | Private | |
| CALL METHOD cl_cacs_appl_data_steps=>SETUP_TARGET_SYSTEM_ID...more details | ||
CL_CACS_APPL_DATA_STEPS 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_DATATYPE_ERASE | Constant | Single-Character Indicator | '-' | LIKE CHAR1 | Public |
| MC_STEPTYPE_CLONE | Constant | Type of Process Step - Cloner | 'C' | LIKE CACSMTDSTEPTYPE | Public |
| MC_STEPTYPE_ERASE | Constant | Type of Process Step - Eraser | 'D' | LIKE CACSMTDSTEPTYPE | Public |
| MD_APPL | Instance Attribute | Commission Application Identification | LIKE CACSAPPL | Public | |
| MO_LOG | Instance Attribute | ICM: Application Data - Application Log | LIKE CL_CACS_APPL_DATA_LOG | Public | |
| MS_MESSAGEKEY | Instance Attribute | T100 Key with Parameters Mapped to Attribute Names | LIKE SCX_T100KEY | Private | |
| MS_PROCESS | Instance Attribute | Control Information for Application Cloner | LIKE CACS_S_CLONE_CONTROL_INFO | Public | |
| MS_STEP | Instance Attribute | Process Steps for Application Cloner | LIKE CACS_S_CLONE_STEPS | Public |
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