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

REPORT REQUIREMENT

Former Member
0 Likes
662

HI gurus,

i have one requirement

in selection screen i have 3 push buttons

like upload,delete,download. if i press download i should see download after i press f8

like that upload.

how can we do this

HI gurus,

i have one requirement

in selection screen i have 3 push buttons

like upload,delete,download. if i press download i should see download after i press f8

like that upload.

how can we do this

3 REPLIES 3
Read only

Former Member
0 Likes
625

Hi,

Please use the FM

'SAPGUI_PROGRESS_INDICATOR''

Regards,

Pramod

Read only

Former Member
0 Likes
625

Hi

Can u explain ur r requriment in clearly.

Read only

0 Likes
625

in my selection screen i have 3 push buttons like upload,download and delete.

if press download my program doing like downloading database tables in to flatefile.

like that upload also the data coming from flate file to database tables.

after finshing process i want to print the database tabble where is the path it stored

like that.

simply

how can we print the data for coresponding pushbuttons in output display

after end of selection. using sy-ucommlike

end of selcection.

sy-ucomme.

when 'download'.

printdata.

when ;upload'.

print data.

endcase

it is vlid code to print push buttons data