Solved

WADACO- REPORT_PICK_PART_SO_PICK_LIST- Why can't the system find the last line of the pick list?

  • 27 September 2023
  • 2 replies
  • 85 views

Userlevel 4
Badge +9

Hello, 

In WADACO's "REPORT_PICK_PART_SO_PICK_LIST" configuration, I can't get out of the loop. The system can't find the last line of the pick list so when it can't find the following line, it puts me back on "Unique line ID". Do you know how to correct this? 

 

Thank you.

Lina

icon

Best answer by Dario Zani 27 September 2023, 12:03

View original

2 replies

Userlevel 6
Badge +16

The Last Line on Pick List feedback item works only in a so called subsequent loop where you loop on your own process/configuration, it don’t work for a this type of intern loop, it will always display No in that scenario. If you have an internal loop you can just remove it since it will just confuse the user. For the current internal loop handling you are suppose to manually press exit loop when you think its finished, the LOV for unique_line_id will be empty when there is no more lines that would also indicate that you can exit the loop now.

This usually works better if you don’t use intern loop and instead use the subsequent loop variant since then this Last line on Pick List will work properly.

Userlevel 4
Badge +9

Hello @Dario Zani ,

You are right, by removing the internal loop, it works correctly. Thank you very much for your reply.

Lina

Reply