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_ASSISTANCE

Method 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 NameDescriptionVisability
CLEARPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>CLEAR...more details

CONSTRUCTORPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>CONSTRUCTOR...more details

DO_COPY_STAFFINGCopy staffing via CPro APIPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>DO_COPY_STAFFING...more details

GET_CHKL_TEMPLATE_TARGETPublic
CALL METHOD cl_dpr_ui_log_res_copy_staff=>GET_CHKL_TEMPLATE_TARGET...more details

GET_PRJ_SRCPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>GET_PRJ_SRC...more details

GET_PRJ_TARGETPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>GET_PRJ_TARGET...more details

GET_ROLES_SRCPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>GET_ROLES_SRC...more details

GET_ROLES_TARGETPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>GET_ROLES_TARGET...more details

HAS_READ_AUTHPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>HAS_READ_AUTH...more details

HAS_ROLE_ACCESSPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>HAS_ROLE_ACCESS...more details

PROCESS_UI_DATAUpdate CT_PART_CP so that partner, sort-nr fits for mergePrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>PROCESS_UI_DATA...more details

RETRIEVE_UI_DATARetrieve SRC-Roles with staffing and create TARGET proposalPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>RETRIEVE_UI_DATA...more details

SET_CHKL_TEMPLATE_TARGETPublic
CALL METHOD cl_dpr_ui_log_res_copy_staff=>SET_CHKL_TEMPLATE_TARGET...more details

SET_COPY_DATAPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>SET_COPY_DATA...more details

SET_COPY_TO_ATTRIBPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>SET_COPY_TO_ATTRIB...more details

SET_PRJ_SRCPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>SET_PRJ_SRC...more details

SET_PRJ_TARGETPrivate
CALL METHOD cl_dpr_ui_log_res_copy_staff=>SET_PRJ_TARGET...more details

UPDATE_UI_DATAUpdate state and state comment for copy_toPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MR_CHKL_TEMPLATE_SOURCEInstance AttributeDevelopment Projects: Checklist TemplateLIKE
CL_DPR_CHECKLIST_T
Private
MR_CHKL_TEMPLATE_TARGETInstance AttributeDevelopment Projects: Checklist TemplateLIKE
CL_DPR_CHECKLIST_T
Private
MR_PRJ_SRCInstance AttributeDevelopment Projects: Abstract ProjectLIKE
Private
MR_PRJ_TARGETInstance AttributeDevelopment Projects: Abstract ProjectLIKE
Private
MT_PART_COPYInstance AttributeTable type of DPR_TS_PART_COPYLIKE
Private
SC_LOIO_HELP_COPY_ROLES_STAFFInstance AttributeLOIO: Help for Copy Roles and StaffingsLIKE
Private
SR_CP_MANAGERInstance AttributeCopy Staffing Manager for Including RolesLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!