‎2009 Aug 05 9:40 AM
Hi Experts,
In my program i have used WS_UPLOAD function module , and in the dat_d_format export parameter i have passed the DATE format , to find the date format in the file.
Here , i have to replace this function module with GUI_UPLOAD , in the case for the above case (date format) , what is the alternative parameter in this function module. Can anybody please let me know the answer.
Thanks in advance.
‎2009 Aug 05 9:42 AM
Hi,
Try this parameter DAT_MODE for gui_upload FM
Regards,
Lakshman.
‎2009 Aug 05 9:50 AM
Hi Lakshman,
In WS_UPLOAD function module for dat_d_format export parameter , we passing DD.MM.YYYY date format.
in this which value we can pass to DAT_MODE parameter in GUI_UPLOAD. and also the above date format will come from selection screen , that means user can give any date format.
‎2009 Aug 05 10:09 AM
Hi,
what ever date format the user enters, you can convert it to the corresponding format for of DAT_MOD parameter of GUI_UPLOAD using various date format calculating FM's which you can easily find in SCN.
Regards,
Vik