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

Setting default value in drop down list & keepng them intact

Former Member
0 Likes
514

Hi all,

I have created a drop down list field in the Table & I am using VRM_SET_VALUES & VRM_GET_VALUES to store & retrieve values from the list.

Now, i got struck in 2 problems.

1. I am unable to put the default value for the drop down list field.

2. When the screen is refreshed all the 'previously selected' values are going.

Please help me in this regard.

Thanks,

Vishnu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
463

Have you coded using the example:

DEMO_DYNPRO_DROPDOWN_LISTBOX

or

DEMO_DROPDOWN_LIST_BOX?

Check those examples and check your code against them.

Regards,

ravi

Hi all,

I have created a drop down list field in the Table & I am using VRM_SET_VALUES & VRM_GET_VALUES to store & retrieve values from the list.

Now, i got struck in 2 problems.

1. I am unable to put the default value for the drop down list field.

2. When the screen is refreshed all the 'previously selected' values are going.

Please help me in this regard.

Thanks,

Vishnu

2 REPLIES 2
Read only

Former Member
0 Likes
464

Have you coded using the example:

DEMO_DYNPRO_DROPDOWN_LISTBOX

or

DEMO_DROPDOWN_LIST_BOX?

Check those examples and check your code against them.

Regards,

ravi

Read only

Former Member
0 Likes
463

Thanks a lot,

I am able to get the drop down list but how can i display the default value at the beginging when nothing is selected.

Regards,

Vishnu