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 NameDescriptionVisability
ADD_ROWPrivate
CALL METHOD cl_dpr_upload_utility=>ADD_ROW...more details

CLOSE_EXCELPrivate
CALL METHOD cl_dpr_upload_utility=>CLOSE_EXCEL...more details

CONV_RAW_DATA_TO_DDICPrivate
CALL METHOD cl_dpr_upload_utility=>CONV_RAW_DATA_TO_DDIC...more details

CONV_RAW_DATA_TO_DDIC2Private
CALL METHOD cl_dpr_upload_utility=>CONV_RAW_DATA_TO_DDIC2...more details

CREATE_ROW_DDICPrivate
CALL METHOD cl_dpr_upload_utility=>CREATE_ROW_DDIC...more details

DISPLAY_FILEPrivate
CALL METHOD cl_dpr_upload_utility=>DISPLAY_FILE...more details

DISP_EXTERN_TEMPLPrivate
CALL METHOD cl_dpr_upload_utility=>DISP_EXTERN_TEMPL...more details

ERROR_HANDLERPrivate
CALL METHOD cl_dpr_upload_utility=>ERROR_HANDLER...more details

GET_FILE_NAMEPrivate
CALL METHOD cl_dpr_upload_utility=>GET_FILE_NAME...more details

GET_INSTANCEPrivate
CALL METHOD cl_dpr_upload_utility=>GET_INSTANCE...more details

GET_NO_OF_WORKSHEETSPrivate
CALL METHOD cl_dpr_upload_utility=>GET_NO_OF_WORKSHEETS...more details

GET_SHEET_COUNTPrivate
CALL METHOD cl_dpr_upload_utility=>GET_SHEET_COUNT...more details

INITIALIZE_XLSPrivate
CALL METHOD cl_dpr_upload_utility=>INITIALIZE_XLS...more details

LOAD_EXTERN_FILEPrivate
CALL METHOD cl_dpr_upload_utility=>LOAD_EXTERN_FILE...more details

OPEN_XLSPrivate
CALL METHOD cl_dpr_upload_utility=>OPEN_XLS...more details

READ_SHEETPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MS_APPLICATIONInstance AttributeLIKE
Private
MS_COLSInstance AttributeLIKE
Private
MS_FIRST_CELLInstance AttributeLIKE
Private
MS_H_CELLInstance AttributeLIKE
Private
MS_LAST_CELLInstance AttributeLIKE
Private
MS_RANGEInstance AttributeLIKE
Private
MS_ROWSInstance AttributeLIKE
Private
MS_WORKBOOKInstance AttributeLIKE
Private
MS_WORKSHEETInstance AttributeLIKE
Private
MT_DPR_CHECKLISTInstance AttributeExcel Upload: Checklist DataLIKE
Private
MT_DPR_CHECKLIST_ITEMInstance AttributeExcel Upload: Checklist Item DataLIKE
Private
MT_DPR_PHASEInstance AttributeExcel Upload: Phase DataLIKE
Private
MT_DPR_PROJECTInstance AttributeExcel Upload: Project DataLIKE
Private
MT_DPR_PROJECT_STRUCTUREInstance AttributeExcel Upload: Project StructureLIKE
Private
MT_DPR_ROLEInstance AttributeExcel Upload: Role DataLIKE
Private
MT_DPR_STAFFINGInstance AttributeExcel Upload: Staffing DataLIKE
Private
MT_DPR_TASKInstance AttributeExcel Upload: Task DataLIKE
Private
MT_RPM_DX_FIELDS_TInstance AttributeTable type for table RPM_DX_FIELDS_TLIKE
Private
SC_PROJECT_SHEET_COUNTInstance AttributeLIKE
Private
SC_XLS_FILEInstance AttributeLIKE
Private
SC_XML_FILEInstance AttributeLIKE
Private
SR_DPR_UPLOAD_UTILITYInstance AttributeUpload UtilityLIKE
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!