cancel
Showing results for 
Search instead for 
Did you mean: 

Dictionary search help

Former Member
0 Kudos

Hi Experts,

Problem case

I have 3 tables

Price Table Manufacturer Master Manufacturer text Table

-


Item No Manufacturer No Manufacturer No -Key

Manufacturer No Address language -Key

Manufacturer Name

in Web dynpro component

Context Note has attribute

MANFNO -bind for input field

MANFNAME -bind to text View

I have created a elementaory dictionary help from Manufacturer text Table with exporting MANFNO and MANFNAME.

Now I wanted when user click on help for MANFNO and select a manufacturer then its name should be displayed into text view MANFNAME.

Could you pls help me out.

Anutosh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anutosh,

When you are looking for such kind of requirement then why dont u go for OVS usage (wdr_ovs) . Here u can cature that functionality what you can do is bind the inputfiled to the description attribute and in the phase 2 try to get the attibute and query the input as when u get the value then get description and set the attribute of the description.

Hope u understood this .

Regards,

Sana.

Answers (2)

Answers (2)

Former Member
0 Kudos
arjun_thakur
Active Contributor
0 Kudos

Hi Anutosh,

Refer this online help: http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/9f724642314aabe10000000a42189b/content.htm

Also refer the standard component: WDR_TEST_DDIC_SHLP

I hope it helps.

Regards

Arjun

Edited by: Arjun Thakur on May 12, 2009 3:32 PM