‎2009 Aug 25 9:55 AM
hi all.
i have created a search help in se11 with two parameter say(id and name).
the export and import parameter is checked for both and lpos and spos is 1 for 1st parameter and 2 for 2nd parameter.
the search help is activated without any error .
now i am using this in report
PARAMETERS :p_id like ZEMP_HDR-id MATCHCODE OBJECT zemp_hdr ,
p_name like ZEMP_HDR-name MATCHCODE OBJECT zemp_hdr.
(zemp_hdr is my search help name )
now as the two are ticked as export parameter so they should populated when one is selected .
but it is not doing like that .........
please help me out.
‎2009 Aug 25 10:39 AM
it doesn't work like that. There is only one way to fill several fields at a time:
1) remove MATCHCODE OBJECT
2) define search help for the 2 fields ID and NAME of the ZEMP_HDR ddic structure/table
‎2009 Aug 25 10:39 AM
it doesn't work like that. There is only one way to fill several fields at a time:
1) remove MATCHCODE OBJECT
2) define search help for the 2 fields ID and NAME of the ZEMP_HDR ddic structure/table
‎2009 Aug 25 11:21 AM