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

bdc

Former Member
0 Likes
284

1.i want to upload the currency fields through bdc the how can i do tell me the process?

2. when down loading the data by using gui_download is it support to back ground process?

3. how can we download the xl file through bdc

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
263

Hi Chakri,

For first question,You can consider the currency fields as character variables.try like that

For your second question,if you use gui_upload or gui_download,you cannot schedule in background.because it will have the frontend services class which is intended for foreground only

check that FM,you will find CL_GUI_FRONTEND_SERVICES class

For third question,try this link

try this FM SAP_CONVERT_TO_XLS_FORMAT

Award points if useful

Thanks,

Ravee..

2 REPLIES 2
Read only

Former Member
0 Likes
263

hi,

1.For downloading the xls file function module

Sap_convert_to_xls_format is used.

gui_download can also be used for downloading the xls file.

2. while downloading the errors using gui_download in call transaction with 'N' mode is supported.

reward if useful.

thanks and regards,

Read only

Former Member
0 Likes
264

Hi Chakri,

For first question,You can consider the currency fields as character variables.try like that

For your second question,if you use gui_upload or gui_download,you cannot schedule in background.because it will have the frontend services class which is intended for foreground only

check that FM,you will find CL_GUI_FRONTEND_SERVICES class

For third question,try this link

try this FM SAP_CONVERT_TO_XLS_FORMAT

Award points if useful

Thanks,

Ravee..