‎2013 Mar 21 11:40 AM
Hi All,
I have created a new search help for MB51, which is appended in standard search help MCH1.
When press F4, the values are correctly displayed. But when we select any one of the displayed values, then the values are flowing on to Screen.
Please help me to understand and rectify the issue.
Thanks in advance.
Regards,
Priya
‎2013 Mar 22 10:01 AM
Hi All,
Thanks for the replies.
I found the solution on my own.
I have used another search help to append it in standard search help.
In APPENDED search help--Include search help ( Included the Zsearch help)
Forgot to mention the Param.Assignment, Have done it now. It is working.
Thanks again.
Regards,
Priya
‎2013 Mar 21 6:40 PM
Hi Priya,
If it is just a single field check if you have mentioned it in Export Parameter, of your search Help.
To fill Multiple field from search help, you proceed as follows:
I will take a random example of a search help 'zcity' it is used to fill 3 fields cityid cityname and citycode based on primary key(cityid)
Now, in your report, define
parameters: p_cid type zzcitydata-cityid,
p_cname type zzcitydata-cityname,
p_ccode type zzcitydata-citycode.
That's it. The system will automatically provide an F4 help for p_cid, and after selecting a city, the concomitant fields p_cname and p_ccode will be filled automatically. No extra code necessary in your report.
Hope this will be understandable and useful
Thank You
Pratheek
‎2013 Mar 21 7:47 PM
Hello priya,
have you mentioned the displayed values field(whic you select after pressing F4) in search help as EXPORT parameter????
Thanks
Sabyasachi
‎2013 Mar 22 4:36 AM
If you are using F4IF_INT_TABLE_VALUE_REQUEST ensure you getting the value in return_tab and pass it to the selection field.
‎2013 Mar 22 10:01 AM
Hi All,
Thanks for the replies.
I found the solution on my own.
I have used another search help to append it in standard search help.
In APPENDED search help--Include search help ( Included the Zsearch help)
Forgot to mention the Param.Assignment, Have done it now. It is working.
Thanks again.
Regards,
Priya
‎2013 Mar 22 10:08 AM