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

Example for search help with two exporting fields

Former Member
0 Likes
771

I am searching for an example for a search help which should return two values and fill two fields of a dynpro.

Does anybody have an example for this requirement?

Thanks,

Michael

4 REPLIES 4
Read only

Former Member
0 Likes
662

hi,

you can view two fields at a time by using collective search help, to get two values at a time u need to code as

select (the second field name)

from table

into field

where condition by that first field

reward points if useful.

regards,

siri

Read only

Former Member
0 Likes
661

Hi,

your problem can be solved by collective search help as each of the elementary search help in it will give you search help for one field .

check the following links.

[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee86446011d189700000e8322d00/content.htm]

[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm]

[http://www.sap-img.com/abap/elementary-collective-search-help.htm]

Reward if found helpful.

Anirban Bhattacharjee

Read only

Former Member
Read only

Former Member
0 Likes
661

Hi guys,

a collective search help does not help and a search help with two exporting fields either.

The problem is that the search help is attached to one field.

If you call the search help (no matter if it is a collective one), only this field is field (so only one of the two exporting parameters is used).

But maybe I found a solution using a ddic structure in a search help exit.