‎2008 Jul 04 7:44 AM
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
‎2008 Jul 04 8:03 AM
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
‎2008 Jul 04 8:15 AM
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
‎2008 Jul 04 11:40 AM
hi check this...
http://www.saptechnical.com/Tutorials/ABAP/SearchHelp/page1.htm
‎2008 Jul 04 11:49 AM
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.