cancel
Showing results for 
Search instead for 
Did you mean: 

SAP EWM: Auto Refresh on RF device

nitinmodi016
Member
0 Kudos

Hello Experts.

We have a requirement to refresh the RF device every 1 minute or so when ever the resource does not get any tasks in System Guided-->System Guided by Selection RF menu. Basically user needs to press F7 back twice and again go in the same menu path to reload the RF so that he can get the tasks to work on if available. So we have a requirement to automate this process so that resource should not waste time and be idle for long time.

Really appreciate If anybody can provide inputs on how we can solve this issue.

Technically we have a FM which controls the calling of Class. The Class contains all the required logic for system guided to run in the RF. The FM controls the calling of Class based on the warehouse processess.

Accepted Solutions (1)

Accepted Solutions (1)

former_member543347
Active Participant
0 Kudos

Hi Nitin,

We had exactly the same requirement and our developers were not able to solving it. I have to say that in our case it was a telnet environment via SAPConsole (no web interface), I'm not sure if that makes a difference.

We found a compromise solution and modified the RF transaction so that pressing "Enter" would re-read WTs. So operators don't need to go back to main menu and restart the logical transaction again, but they still have to actively "do something". The solution was appreciated by the business. Indeed they find it now better than the auto-refresh, because the auto-refresh could lead to wrong assignment (operator is not actually working but forgot to properly close the logical transaction and it is blocking a warehouse order that could be executed by another resource).

Answers (1)

Answers (1)

0 Kudos

Hi, everyone!
I did it in another way:

1) added JS function SetOkCode with timer for functional key on the refreshed screen's HTML-template in ITS service

2) assigned step in SPRO for this OK-code to execute first step of WKSYSQ in the background so user get fresh queue list every N seconds.