‎2006 Dec 04 5:30 AM
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.
‎2006 Dec 04 5:33 AM
Hi,
While assigning values using VRM function module,try assigning a balnk value also.At the time of reset,fill the list with that value.
‎2006 Dec 04 6:05 AM
Ok i have added the first list item as ' ' i.e without any item.
But under reset how to assign the list item on first listitem i.e empty string.
'TDD' is the text field which is filled with values 350, 500, 600, 750, and an empty field. How to set TDD to empty field during press of Reset Button...
‎2006 Dec 04 6:09 AM
‎2006 Dec 04 5:43 AM
Hi Sandeep,
In listbox please maintain a blank value and the corresponding key .
Regards
Bhupal Reddy