SAP CL_DPR_UI_LOG_TRANSFER OO Class - Help Class for Import/Export
CL_DPR_UI_LOG_TRANSFER 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_TRANSFER 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_DPR_UI_LOG_TRANSFER 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_FOR_XML | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>CHECK_FOR_XML...more details | ||
| CHECK_FOR_XML_C | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>CHECK_FOR_XML_C...more details | ||
| CONVERT_X2C | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>CONVERT_X2C...more details | ||
| CREATE_DOC | Create Document | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>CREATE_DOC...more details | ||
| CREATE_OBL | Create Object Link of Used Files of Imported Projects | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>CREATE_OBL...more details | ||
| GET_DOCUMENT_BY_NAME | Get the Document used for import of projects by name | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_DOCUMENT_BY_NAME...more details | ||
|
| ||
| GET_DOC_CONTENT | Get Content | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_DOC_CONTENT...more details | ||
| GET_INSTANCE | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_INSTANCE...more details | ||
| GET_LAST_IMPORTED_DOC | Get the Document used for the latest import of the project | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_LAST_IMPORTED_DOC...more details | ||
| GET_MSC_EXPORT_COOKIE | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_MSC_EXPORT_COOKIE...more details | ||
| GET_MSC_EXPORT_COOKIE2 | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_MSC_EXPORT_COOKIE2...more details | ||
| GET_MSC_IMPORT_COOKIE | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_MSC_IMPORT_COOKIE...more details | ||
| GET_MSC_XML | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_MSC_XML...more details | ||
| GET_MSS_PROJECTS | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_MSS_PROJECTS...more details | ||
| GET_MSS_SERVER | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_MSS_SERVER...more details | ||
| GET_MSS_TEMPLATES | Get the Templates from the MS Project Server | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_MSS_TEMPLATES...more details | ||
| GET_OBL | Get the object link of the latest import of the project | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_OBL...more details | ||
| GET_SESSION_ID | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>GET_SESSION_ID...more details | ||
| HANDLE_OBL | Handle Object Link of Used Files for Imported Projects | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>HANDLE_OBL...more details | ||
| PROCESS_MSPC_DATA | MS Project Client: Data Processing for Import | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>PROCESS_MSPC_DATA...more details | ||
| PROCESS_MSPS_DATA | MS Project Server: Data Processing for Import | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>PROCESS_MSPS_DATA...more details | ||
| SET_ACTIVE_OBJECT | Set Active Object | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>SET_ACTIVE_OBJECT...more details | ||
| SET_DETAIL_VIEW | Set Detail View to Active Object | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>SET_DETAIL_VIEW...more details | ||
| SET_MSC_EXPORT_COOKIE | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>SET_MSC_EXPORT_COOKIE...more details | ||
| SET_MSC_IMPORT_COOKIE | Private | |
| CALL METHOD cl_dpr_ui_log_transfer=>SET_MSC_IMPORT_COOKIE...more details | ||
| SET_ROOT_OBJECT | Set Root Object | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>SET_ROOT_OBJECT...more details | ||
| SET_SUBVIEW | Set Partial View | Private |
| CALL METHOD cl_dpr_ui_log_transfer=>SET_SUBVIEW...more details | ||
CL_DPR_UI_LOG_TRANSFER 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_ACTIVE_OBJECT | Instance Attribute | LIKE | Private | ||
| MR_ACTIVE_PROJECT | Instance Attribute | LIKE | Private | ||
| MR_ROOT_OBJECT | Instance Attribute | LIKE | Private | ||
| MV_ACTIVE_OBJECT_VIEW | Instance Attribute | LIKE | Private | ||
| MV_ENTRY | Instance Attribute | LIKE | Private | ||
| MV_FILTER | Instance Attribute | LIKE | Private | ||
| MV_MSPS_PASSWORD | Instance Attribute | LIKE | Private | ||
| MV_MSPS_USER | Instance Attribute | LIKE | Private | ||
| MV_SUBVIEW | Instance Attribute | LIKE | Private | ||
| MV_VIEW | Instance Attribute | LIKE | Private | ||
| SC_APPL_DPR | Instance Attribute | Application in Project Planning | LIKE | Private | |
| SC_APPL_MSPS | Instance Attribute | Application | LIKE | Private | |
| SC_EXP_STEP_EXPORT3 | Instance Attribute | LIKE | Private | ||
| SC_EXP_STEP_FINISH4 | Instance Attribute | LIKE | Private | ||
| SC_EXP_STEP_FORMAT2 | Instance Attribute | LIKE | Private | ||
| SC_EXP_STEP_PROJECT1 | Instance Attribute | LIKE | Private | ||
| SC_FORMAT_MSCLIENT | Instance Attribute | LIKE | Private | ||
| SC_FORMAT_MSSERVER | Instance Attribute | LIKE | Private | ||
| SC_FORMAT_SAPPS | Instance Attribute | LIKE | Private | ||
| SC_FORMAT_XML | Instance Attribute | LIKE | Private | ||
| SC_IMPORT | Instance Attribute | Single-Character Flag | LIKE | Private | |
| SC_IMP_STEP_FINISH3 | Instance Attribute | LIKE | Private | ||
| SC_IMP_STEP_FORMAT1 | Instance Attribute | LIKE | Private | ||
| SC_IMP_STEP_IMPORT2 | Instance Attribute | LIKE | Private | ||
| SC_MSP_CLIENT | Instance Attribute | Group of Object Types | LIKE | Private | |
| SC_SEL_PRJSTATUSREPORT_R3 | Instance Attribute | Tab Strip Selection | LIKE | Private | |
| SC_SUBVIEW_CONTROLPLAN | Instance Attribute | LIKE | Private | ||
| SC_SUBVIEW_FINANCIALS | Instance Attribute | LIKE | Private | ||
| SC_SUBVIEW_RESSOURCES | Instance Attribute | LIKE | Private | ||
| SC_SUBVIEW_STRUCTURE | Instance Attribute | LIKE | Private | ||
| SR_INSTANCE | Instance Attribute | Help Class for Import/Export | LIKE | Private |
Events of Class CL_DPR_UI_LOG_TRANSFER
Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... ACTIVE_OBJECT_CHANGED -ROOT_OBJECT_CHANGED -
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