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

VL06F refresh report automatically

Former Member
0 Likes
701

Hello developers,

I have a customer request to auto refresh the standard vl06f transaction every 30 minutes, because the customer uses the output list on a separate monitor without any keyboard or mouse. It it possible to change this without modifications?

If not, is there an alternative solution.? For example displaying the list on the web browser and refresh it in this way.

Thanks a lot.

Best regards,

M.H.

Hello developers,

I have a customer request to auto refresh the standard vl06f transaction every 30 minutes, because the customer uses the output list on a separate monitor without any keyboard or mouse. It it possible to change this without modifications?

If not, is there an alternative solution.? For example displaying the list on the web browser and refresh it in this way.

Thanks a lot.

Best regards,

M.H.

1 REPLY 1
Read only

Former Member
0 Likes
586

Hi,

You can activate GUI scripting and use VB for example. So you can make recording like:

1. Put selection dates press F8 ,

2 . ( this should be done in VB script using Visual Basic) wait XX min

3. press F3 change selection fields press F8 etc.

But I am not sure is it possible to make this with infinite loop.