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

Indicator for Update task

Former Member
0 Likes
433

I have a program which can be executed in normal way or in update task.

( a driver program for message type in VF02.........when VF02 press enter output and message type selected and save ) driver program is triggered inn update task

( when vf02 without pressing enter goto billing document issue output to -> printer ) then NOT triggered in update task...

in driver program I am downloading file to presenttaion server .....

since in update task its not possible to download file therefore fm Ws_download is giving update task error .........I want to put a check before downloading file that if not in update task then only download file .......

Is there any indicator or way to find out that pogram has been triggered in update task

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
366

can you try with the sy-ucomm or ok_code

1 REPLY 1
Read only

Former Member
0 Likes
367

can you try with the sy-ucomm or ok_code