SAP CL_WD_CMP_ASSIST_FILE_UPLOAD OO Class - Assistance Class for MDG_FILE_UPLOAD_CMP









CL_WD_CMP_ASSIST_FILE_UPLOAD 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_WD_CMP_ASSIST_FILE_UPLOAD 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_WD_CMP_ASSIST_FILE_UPLOAD is CL_WD_COMPONENT_ASSISTANCE

Method list of CL_WD_CMP_ASSIST_FILE_UPLOAD 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
CALL_GET_FILES_FROM_SERVERCalling backend class method.Public
CALL METHOD cl_wd_cmp_assist_file_upload=>CALL_GET_FILES_FROM_SERVER...more details

CALL_GET_LOG_HANDLECalling the log handle method of the backend class.Public
CALL METHOD cl_wd_cmp_assist_file_upload=>CALL_GET_LOG_HANDLE...more details

CALL_SET_PARAMETERSCall Set parametersPublic
CALL METHOD cl_wd_cmp_assist_file_upload=>CALL_SET_PARAMETERS...more details

CHECK_CONV_FILECheck convertor file name.Public
CALL METHOD cl_wd_cmp_assist_file_upload=>CHECK_CONV_FILE...more details

COLLECT_FILE_NAMEget folder name from application serverPublic
CALL METHOD cl_wd_cmp_assist_file_upload=>COLLECT_FILE_NAME...more details

CONSTRUCTORPublic
CALL METHOD cl_wd_cmp_assist_file_upload=>CONSTRUCTOR...more details

CREATE_ELEMENTSCreate element for converter typePublic
CALL METHOD cl_wd_cmp_assist_file_upload=>CREATE_ELEMENTS...more details

CREATE_USER_FIELDSCreate user fieldsPublic
CALL METHOD cl_wd_cmp_assist_file_upload=>CREATE_USER_FIELDS...more details

DISPLAY_MESSAGETo display the messages.Public
CALL METHOD cl_wd_cmp_assist_file_upload=>DISPLAY_MESSAGE...more details

GET_CONV_TYPE_DESCGet the description for a converter typePublic
CALL METHOD cl_wd_cmp_assist_file_upload=>GET_CONV_TYPE_DESC...more details

MOVE_TO_STRUCTUREMove to structurePrivate
CALL METHOD cl_wd_cmp_assist_file_upload=>MOVE_TO_STRUCTURE...more details

READ_ELEMENTSRead converter element valuePublic
CALL METHOD cl_wd_cmp_assist_file_upload=>READ_ELEMENTS...more details

RECEIVE_USER_SETTING_INPUTReceive user input and compile for application usePublic
CALL METHOD cl_wd_cmp_assist_file_upload=>RECEIVE_USER_SETTING_INPUT...more details

SET_RESTRICTIONSPrivate
CALL METHOD cl_wd_cmp_assist_file_upload=>SET_RESTRICTIONS...more details



CL_WD_CMP_ASSIST_FILE_UPLOAD 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
GO_BADI_FILECONVERTER_TYPStatic AttributeLIKE
BADI_MDG_FILECONVERTER
Private
GO_MDG_APPLStatic AttributeUpload Application classLIKE
CL_MDG_UPLOAD_APPL
Private
GO_MDG_UPLOAD_ASSISTStatic AttributeUI Assistance class File UploadLIKE
CL_MDG_UPLOAD_UI_ASSIST
Public
GS_VARIANTStatic AttributeLayout (External Use)LIKE
DISVARIANT
Private
GT_DUPLICATE_DATAStatic AttributeLIKE
GTYT_DUPLICATE_TAB
Private
GT_FIELD_RANGESStatic AttributeLIKE
GTYT_RANGE
Private
GT_FILE_DATAStatic AttributeFile ContentLIKE
MDG_FILECONTENT_T
Private
GT_FILE_TABLEStatic AttributeFile name tableLIKE
FILETABLE
Private
GV_CHECK_BOX_VALUEStatic AttributeLIKE
STRING
Public
GV_ENABLE_DUPLICATE_THRESHOLDStatic AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
GV_FILECONVERTER_TYPStatic AttributeFile Converter TypeLIKE
MDGD_FILE_CONV-CONVERTER_TYP
Private
GV_FILE_SYSTEMStatic AttributeFile systemLIKE
MDP_FILE_SYSTEM
Private
GV_SELECT_OPTION_USEDStatic AttributeTo check whether the select option screen has been made onceABAP_TRUELIKE
BOOLEAN
Public




CL_WD_CMP_ASSIST_FILE_UPLOAD types

GTYS_DUPLICATE_ROW -
GTYS_RANGE_ROW -
GTYT_DUPLICATE_TAB -
GTYT_RANGE -

Links to Related Class(s)

CL_WD_CM...
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!