Hi all,
I have two parameters in my report:
PARAMETERS:
p_date TYPE reguh-laufd,
p_id TYPE reguh-laufi.
I want to use a search help for p_date, when we choose F4 for p_date, there will appear both reguh-laufd and reguh-laufi with no repeat.And when we select the p_date, the p_id will get the value automatically.
You can see the search help for TCODE F110.
How can we get the same search help in report as TCODE F110. Thanks in advance!