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

Regarding : FM 'VRM_SET_VALUES'

Former Member
0 Likes
1,047

Hi All,

I am using function module VRM_SET_VALUES to populate the values in drop down in the selection screen .

in the drop down list I am observing different behavior in different system..

In one system in the selection screen displaying only text in the drop down list (see below example)

ABC

DEF

In other system same drop down is displaying text along with key (see below example)

01 ABC

02 DEF

Could you please let me know why it is behaving differently in different systems.

Thanks in advance,

Vijay

Edited by: Vijay Reddy on Feb 10, 2010 1:49 PM

Edited by: Vijay Reddy on Feb 10, 2010 1:50 PM

Edited by: Vijay Reddy on Feb 10, 2010 1:50 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
990

Hello,

As Rich has mentioned check the setting in both the systems. Press Alt+F12 or on the toolbar you have an option for Customize Local Layout (next to the icon for Help (?)).

The context menu will have an element Options..

Click on the tab Expert in this and you will see there is a checkbox - Show Keys in All Dropdown Lists.

Check these setting in both your systems. Maybe a difference here could be causing this.

Regards,

Sachin

Hi All,

I am using function module VRM_SET_VALUES to populate the values in drop down in the selection screen .

in the drop down list I am observing different behavior in different system..

In one system in the selection screen displaying only text in the drop down list (see below example)

ABC

DEF

In other system same drop down is displaying text along with key (see below example)

01 ABC

02 DEF

Could you please let me know why it is behaving differently in different systems.

Thanks in advance,

Vijay

Edited by: Vijay Reddy on Feb 10, 2010 1:49 PM

Edited by: Vijay Reddy on Feb 10, 2010 1:50 PM

Edited by: Vijay Reddy on Feb 10, 2010 1:50 PM

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
990

This is a gui setting, to switch it on and off, hit ALT+F12 and look for a checkbox that says "Show keys in dropdown list".

Regards,

Rich Heilman

Read only

0 Likes
990

Thank you very much Rich....The problem has been reolved....

Read only

0 Likes
990

Sorry..Rich by mistake I have given points to some one...

Any way thank you very much for your time....

Read only

Former Member
0 Likes
991

Hello,

As Rich has mentioned check the setting in both the systems. Press Alt+F12 or on the toolbar you have an option for Customize Local Layout (next to the icon for Help (?)).

The context menu will have an element Options..

Click on the tab Expert in this and you will see there is a checkbox - Show Keys in All Dropdown Lists.

Check these setting in both your systems. Maybe a difference here could be causing this.

Regards,

Sachin

Read only

0 Likes
990

It is a gui setting so, it is not system specific. So in order for this to be your problem the difference would have to be between two gui installations, not backend systems.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
990

great info Rich ... this is really helpful. I just wanted to know one more thing. I am trying to set a default value to the list , but not able to do so. I tried the read option, and also the simple field assignment but it did not work. For example, if my field is x which has the drop down list, then I did x= 'ABC' , but it does not work. Can you give a way for this.