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

Dynamic Drop Down list

Former Member
0 Likes
574

Hi

i have a table in my z-screen, one of the columns is from type xxx which is based on domain. The domain has several values

The problem is that i have some steps in my program and i want that only some of the value will be active for the user in each step.

Is there a way to control the domain values ?? or to set them dynamically ?

thanks

Elad

3 REPLIES 3
Read only

SreekanthKrishn
Contributor
0 Likes
526

Hi Elad,

You can create a dynamic drop down list using using VRM_SET_VALUES.

Please let me know if you need more info.

Thanks,

Sreekanth

Read only

0 Likes
526

Thanks for the comment.

The problem is that i need the values of a certain column in the screen table to be dynamically changed. i will create the column to be a type of dropdown list but what do i need to do in the program in order to call this function VRM_SET_VALUES ( cause for my knowledge there isn't any event that executes when i press on the table cell - whick is as i wrote before a dropdown list type ) ???

Thnaks

Elad

Read only

0 Likes
526

Elad,

If you are using an internal table with this function, all the values in the internal table will be displayed in the dropdown. You can change the contents of the internal table in PBO.

Please check if this helps.

Thanks,

Sreekanth