SAP CL_DPR_UPLOAD_UTILITY OO Class - DPR upload utility
CL_DPR_UPLOAD_UTILITY 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_UPLOAD_UTILITY 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_UPLOAD_UTILITY 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 |
| ADD_ROW | Private | |
| CALL METHOD cl_dpr_upload_utility=>ADD_ROW...more details | ||
| CLOSE_EXCEL | Private | |
| CALL METHOD cl_dpr_upload_utility=>CLOSE_EXCEL...more details | ||
| CONV_RAW_DATA_TO_DDIC | Private | |
| CALL METHOD cl_dpr_upload_utility=>CONV_RAW_DATA_TO_DDIC...more details | ||
| CONV_RAW_DATA_TO_DDIC2 | Private | |
| CALL METHOD cl_dpr_upload_utility=>CONV_RAW_DATA_TO_DDIC2...more details | ||
| CREATE_ROW_DDIC | Private | |
| CALL METHOD cl_dpr_upload_utility=>CREATE_ROW_DDIC...more details | ||
| DISPLAY_FILE | Private | |
| CALL METHOD cl_dpr_upload_utility=>DISPLAY_FILE...more details | ||
|
| ||
| DISP_EXTERN_TEMPL | Private | |
| CALL METHOD cl_dpr_upload_utility=>DISP_EXTERN_TEMPL...more details | ||
| ERROR_HANDLER | Private | |
| CALL METHOD cl_dpr_upload_utility=>ERROR_HANDLER...more details | ||
| GET_FILE_NAME | Private | |
| CALL METHOD cl_dpr_upload_utility=>GET_FILE_NAME...more details | ||
| GET_INSTANCE | Private | |
| CALL METHOD cl_dpr_upload_utility=>GET_INSTANCE...more details | ||
| GET_NO_OF_WORKSHEETS | Private | |
| CALL METHOD cl_dpr_upload_utility=>GET_NO_OF_WORKSHEETS...more details | ||
| GET_SHEET_COUNT | Private | |
| CALL METHOD cl_dpr_upload_utility=>GET_SHEET_COUNT...more details | ||
| INITIALIZE_XLS | Private | |
| CALL METHOD cl_dpr_upload_utility=>INITIALIZE_XLS...more details | ||
| LOAD_EXTERN_FILE | Private | |
| CALL METHOD cl_dpr_upload_utility=>LOAD_EXTERN_FILE...more details | ||
| OPEN_XLS | Private | |
| CALL METHOD cl_dpr_upload_utility=>OPEN_XLS...more details | ||
| READ_SHEET | Private | |
| CALL METHOD cl_dpr_upload_utility=>READ_SHEET...more details | ||
CL_DPR_UPLOAD_UTILITY 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 |
| MS_APPLICATION | Instance Attribute | LIKE | Private | ||
| MS_COLS | Instance Attribute | LIKE | Private | ||
| MS_FIRST_CELL | Instance Attribute | LIKE | Private | ||
| MS_H_CELL | Instance Attribute | LIKE | Private | ||
| MS_LAST_CELL | Instance Attribute | LIKE | Private | ||
| MS_RANGE | Instance Attribute | LIKE | Private | ||
| MS_ROWS | Instance Attribute | LIKE | Private | ||
| MS_WORKBOOK | Instance Attribute | LIKE | Private | ||
| MS_WORKSHEET | Instance Attribute | LIKE | Private | ||
| MT_DPR_CHECKLIST | Instance Attribute | Excel Upload: Checklist Data | LIKE | Private | |
| MT_DPR_CHECKLIST_ITEM | Instance Attribute | Excel Upload: Checklist Item Data | LIKE | Private | |
| MT_DPR_PHASE | Instance Attribute | Excel Upload: Phase Data | LIKE | Private | |
| MT_DPR_PROJECT | Instance Attribute | Excel Upload: Project Data | LIKE | Private | |
| MT_DPR_PROJECT_STRUCTURE | Instance Attribute | Excel Upload: Project Structure | LIKE | Private | |
| MT_DPR_ROLE | Instance Attribute | Excel Upload: Role Data | LIKE | Private | |
| MT_DPR_STAFFING | Instance Attribute | Excel Upload: Staffing Data | LIKE | Private | |
| MT_DPR_TASK | Instance Attribute | Excel Upload: Task Data | LIKE | Private | |
| MT_RPM_DX_FIELDS_T | Instance Attribute | Table type for table RPM_DX_FIELDS_T | LIKE | Private | |
| SC_PROJECT_SHEET_COUNT | Instance Attribute | LIKE | Private | ||
| SC_XLS_FILE | Instance Attribute | LIKE | Private | ||
| SC_XML_FILE | Instance Attribute | LIKE | Private | ||
| SR_DPR_UPLOAD_UTILITY | Instance Attribute | Upload Utility | 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