Skip to Content
0
Oct 30, 2012 at 04:33 AM

Unicode conversion - Data Format in UPLOAD FM

127 Views

Hi all,

For unicode conversion, obsolete UPLOAD FM needs to be replaced with CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG and CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD.

However, I found that UPLOAD FM shows a dialog box that allows users to choose Data Format of the file they are trying to upload.

The data format can be any of the followings

ASC

BIN

IBM

DAT

I have looked at the FILE_OPEN_DIALOG implementation but I cannot find any parameter or implementation to display data format on an upload dialog window.

Does anyone know if there is a way to display the data format in FILE_OPEN_DIALOG?

If FILE_OPEN_DIALOG cannot show the data format, does it mean that I have to code another dialog box to ask the user what the data format of the file is?