Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Query on clearing List Value

Former Member
0 Likes
552

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.

4 REPLIES 4
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
515

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.

Read only

0 Likes
515

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...

Read only

0 Likes
515

Hi,

TDD is the name of the parameter,then try TDD = ' '.

Read only

Former Member
0 Likes
515

Hi Sandeep,

In listbox please maintain a blank value and the corresponding key .

Regards

Bhupal Reddy