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

Issue in populating search help value back to selection screen parameter

Former Member
0 Likes
478

Dear All,

I have created a search help (not with match code) for a date field in the selection screen, for that i have to filter some values and i did well.

but in the populated search help list i have 5 date fields, user can select any date (given 5 date columns) from the search help...

My search help populated table is like this ---

CCode | Year | period | Date 1 | Date 2 | Date 3 | Date 4 | Date 5 |

user can select any date from Date 1 to Date 5 which should populate selection screen parameter : p_date.

Please help on this.

Thanks

Kishore

Dear All,

I have created a search help (not with match code) for a date field in the selection screen, for that i have to filter some values and i did well.

but in the populated search help list i have 5 date fields, user can select any date (given 5 date columns) from the search help...

My search help populated table is like this ---

CCode | Year | period | Date 1 | Date 2 | Date 3 | Date 4 | Date 5 |

user can select any date from Date 1 to Date 5 which should populate selection screen parameter : p_date.

Please help on this.

Thanks

Kishore

2 REPLIES 2
Read only

Former Member
0 Likes
450

hi Kishore,

     Since all the date entries are in a single line, the requirements is to fetch the value based on the date column that user has selected. I am afraid we can not really determine which column was selected in the search help output. All that we can get is the row number which user selected and process the respective data.

Hope this helps,

~Athreya

Read only

RaymondGiuseppi
Active Contributor
0 Likes
450

Not the standard behavior of a search help, they are intended to return the specified export parameter(s) from the line selected.

You could try to use a search help exit to manage the display of the list, so in one short dynpro/program you will display the selected records and manage the column/cell selected (double-click) to fill export parameter ?

Regards,

Raymond