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

Get value range value from Domain

Former Member
0 Likes
1,054

Hi all,

My screen field ZXX is using data element ZDEXX and domain ZDOXX.

I maintain list of record in ZDOXX, eg

001 Pepsi

002 Cola

After user select value from value-help table for ZXX field(say 001), the field will be display '001'.

I want to display the description, "Pepsi" when user hit enter key on ZXX field.

How can i achieve that? Can i read the value range table value from Domain ZDOXX?

Many thanks.

Best regards,

Xiang Li Heah

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
838

Hi,

you can achieve that by using a search help....

you can create a search help and assign it to the ZDOXX field and in that search help also output the ZXX field....

which will give the proper results you require.

Regards,

Siddarth

5 REPLIES 5
Read only

Former Member
0 Likes
839

Hi,

you can achieve that by using a search help....

you can create a search help and assign it to the ZDOXX field and in that search help also output the ZXX field....

which will give the proper results you require.

Regards,

Siddarth

Read only

0 Likes
838

Hi Siddarth, Ravi Aswani

Search help needed database table / view. I only maintain the value in Domain level.

THanks for suggestion.

Best regards,

Xiang Li Heah

Edited by: xiangli heah on Apr 27, 2009 6:43 AM

Read only

0 Likes
838

Hi,

Alright you can use a select query on DD07T table once you select the value on ZDOXX, and fill the value of ZXX with that select query

Regards,

Siddarth

Edited by: Siddharth Chordia on Apr 27, 2009 6:44 AM

Read only

0 Likes
838

Hi Siddarth,

This solve my issue.

Many thanks for your help!

Thanks Rani too.

Best Regards.

Xiang Li Heah

Read only

Former Member
0 Likes
838

Hi,

in se11->search help ->create a search help

provide the table name and the field for wich u need to provide the search help

now in the database table u need to provide the foreign key relationship for that field.

generate a proposal and give the data element name , make sure that the domain name is the same.

thanks

ravi aswani