‎2008 May 21 1:00 PM
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
‎2008 May 21 4:42 PM
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..
‎2008 May 21 2:47 PM
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,
‎2008 May 21 4:42 PM
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..