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

se37

Former Member
0 Likes
701

hai all,

function module name is gui_download, in this function gives file path, so then data transfer to the file path.

at the same time message raise 11 bytes are transfered, but aviod this message.

please explain.

5 REPLIES 5
Read only

Former Member
0 Likes
669

Hi Uday,

Pass exporting parameter SHOW_TRANSFER_STATUS as SPACE instead of ABAP_TRUE in function module GUI_DOWNLOAD.Then messages won't come.

Regards,

Ananth

Read only

Former Member
0 Likes
669

Hi Uday,

Set the value of parameter SHOW_TRANSFER_STATUS as ABAP_FALSE.

Regards,

Nitin.

Read only

0 Likes
669

These are not working.

Read only

0 Likes
669

Hi Uday ,

Try giving SHOW_TRANSFER_STATUS as ' ' in the function call in ur code.

This will not give u the data transferred diaplay down.

Regards,

Anuj

Read only

Former Member
0 Likes
669

thanks