‎2012 Dec 19 6:30 PM
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
‎2012 Dec 19 6:36 PM
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
‎2012 Dec 19 6:51 PM
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
‎2012 Dec 19 7:06 PM
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