Skip to Content
0
Former Member
Dec 04, 2006 at 05:30 AM

Query on clearing List Value

37 Views

Hi,

Under Reset Button of screen, iam able to clear all the screen fields except the listbox field.

'TDD' is the text field with the list of values which is filled from the program using FM: vrm_values., under PBO Module. The listbox is working absolutely fine and able to give the desired result. But under reset button of screen field iam unable to set the 'TDD' without any value. 'TDD' must be set to empty under reset button, but instead it is displaying the last selected item from the list.

I have tried with the following:

CLEAR TDD

CLEAR LIST

TDD = ' '.

CALLED VRM_VALUES ONCE AGAIN UNDER RESET OPERATION.

REFILLED THE LIST

But unable to set TDD as empty under reset button click operation.

Please suggest.