Skip to Content
0
May 28, 2018 at 08:59 AM

Combobox gets additional items after execution in ABAP report screen, PAI/PBO

166 Views Last edit May 28, 2018 at 09:02 AM 2 rev

I have a combo box element in the UI, implemented with VRM_SET_VALUES according to the manual. This drop-down menu has two items (key-value):

  • 'us' — «The USA»
  • 'eu' — «The EU»

When I select one of them, let say, «The EU», everything is working but at the end of report execution my combo-box has one additional element — «eu», the item key I selected before the program execution.

I tried to get rid of this newly added item via PAI/PBO but it doesn't work and I even can't reach them with break point during the debugging.

Could you, please, advise me, why my combo box gets additional item after execution and how can I fix it?

Thanks.