SAP CL_DPR_UI_LOG_RES_COPY_STAFF OO Class - Assistance Class for include roles
CL_DPR_UI_LOG_RES_COPY_STAFF 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_DPR_UI_LOG_RES_COPY_STAFF including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_DPR_UI_LOG_RES_COPY_STAFF is CL_WD_COMPONENT_ASSISTANCEMethod list of CL_DPR_UI_LOG_RES_COPY_STAFF 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 |
| CLEAR | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>CLEAR...more details | ||
| CONSTRUCTOR | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>CONSTRUCTOR...more details | ||
| DO_COPY_STAFFING | Copy staffing via CPro API | Private |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>DO_COPY_STAFFING...more details | ||
| GET_CHKL_TEMPLATE_TARGET | Public | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>GET_CHKL_TEMPLATE_TARGET...more details | ||
| GET_PRJ_SRC | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>GET_PRJ_SRC...more details | ||
| GET_PRJ_TARGET | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>GET_PRJ_TARGET...more details | ||
|
| ||
| GET_ROLES_SRC | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>GET_ROLES_SRC...more details | ||
| GET_ROLES_TARGET | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>GET_ROLES_TARGET...more details | ||
| HAS_READ_AUTH | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>HAS_READ_AUTH...more details | ||
| HAS_ROLE_ACCESS | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>HAS_ROLE_ACCESS...more details | ||
| PROCESS_UI_DATA | Update CT_PART_CP so that partner, sort-nr fits for merge | Private |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>PROCESS_UI_DATA...more details | ||
| RETRIEVE_UI_DATA | Retrieve SRC-Roles with staffing and create TARGET proposal | Private |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>RETRIEVE_UI_DATA...more details | ||
| SET_CHKL_TEMPLATE_TARGET | Public | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>SET_CHKL_TEMPLATE_TARGET...more details | ||
| SET_COPY_DATA | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>SET_COPY_DATA...more details | ||
| SET_COPY_TO_ATTRIB | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>SET_COPY_TO_ATTRIB...more details | ||
| SET_PRJ_SRC | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>SET_PRJ_SRC...more details | ||
| SET_PRJ_TARGET | Private | |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>SET_PRJ_TARGET...more details | ||
| UPDATE_UI_DATA | Update state and state comment for copy_to | Private |
| CALL METHOD cl_dpr_ui_log_res_copy_staff=>UPDATE_UI_DATA...more details | ||
CL_DPR_UI_LOG_RES_COPY_STAFF 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 |
| MR_CHKL_TEMPLATE_SOURCE | Instance Attribute | Development Projects: Checklist Template | LIKE CL_DPR_CHECKLIST_T | Private | |
| MR_CHKL_TEMPLATE_TARGET | Instance Attribute | Development Projects: Checklist Template | LIKE CL_DPR_CHECKLIST_T | Private | |
| MR_PRJ_SRC | Instance Attribute | Development Projects: Abstract Project | LIKE | Private | |
| MR_PRJ_TARGET | Instance Attribute | Development Projects: Abstract Project | LIKE | Private | |
| MT_PART_COPY | Instance Attribute | Table type of DPR_TS_PART_COPY | LIKE | Private | |
| SC_LOIO_HELP_COPY_ROLES_STAFF | Instance Attribute | LOIO: Help for Copy Roles and Staffings | LIKE | Private | |
| SR_CP_MANAGER | Instance Attribute | Copy Staffing Manager for Including Roles | LIKE | Private |
Links to Related Class(s)
CL_DPR_U...Full list of available SAP object classes
Search for further information about these or an SAP related objects