Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Re: GUI_UPLOAD

Former Member
0 Likes
437

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.

3 REPLIES 3
Read only

former_member209217
Active Contributor
0 Likes
408

Hi,

Try this parameter DAT_MODE for gui_upload FM

Regards,

Lakshman.

Read only

0 Likes
408

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.

Read only

0 Likes
408

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