cancel
Showing results for 
Search instead for 
Did you mean: 

initialize / set text table entries for inputfield

Former Member
0 Kudos

Hi there,

I defined a table with a corresponding text table as DDIC-tables. This works fine over SE11 or SE16N.

Now I want to use this table in a Web Dynpro ABAP application - but I couldn't find a solution how and where I have to initialize a defined text table for an input field of my view.

Thanks for some tipps,

Andreas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Andreas,

The more simplier way is create a search help for the attribute for which the appropriate table entries to be shown.

For appropriate attribute in the context,in the attribute properties,

Select input help mode as : Dictionary search help    and in

                                         Dictionary Search Help provide the search help name.

Then you problem will be resolved.

Thanks

Katrice

guillaume-hrc
Active Contributor
0 Kudos

Hi,

You want to use it as search help (F4)?

If so, simply declaring the right data element in the context should do it.

Otherwise, still in the context, you can define a search help.

http://help.sap.com/saphelp_erp2005/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm

Best regards,

Guillaume