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

custom Search help Exit

Former Member
0 Likes
520

Hi folks,

i have an issue for search helps, already one custom search help is there for XD02/03 transacations.

now i want to add one check box on that particular custom search help screen below the fields.

How to do this, as of now i am tried to do this with search help exit.

Can you people guide me how to solve this issue.

Thanks,

Venubabu Divvi.

Hi folks,

i have an issue for search helps, already one custom search help is there for XD02/03 transacations.

now i want to add one check box on that particular custom search help screen below the fields.

How to do this, as of now i am tried to do this with search help exit.

Can you people guide me how to solve this issue.

Thanks,

Venubabu Divvi.

3 REPLIES 3
Read only

lijisusan_mathews
Active Contributor
0 Likes
495

1 thing you can do is to create a new search help. in this create a search help exit.

In the search help call a dialog screen where you can add your fields or check box as you want . And make it work just like a normal search help i.e. on clicking continue, it will display the results.

So in your search help ou will be writing code to display sreens as you want , and insert teh values into return_tab. and it will look just liek search help.

Read only

0 Likes
495

thanks for your reply...

here already view is created and that is asigned to search help.

in that search help i need to create one check box...

can you explain me how to do this...

Thanks,

Venubabu Divvi.

Read only

0 Likes
495

Hi Venu,

I would suggest to go with a field instead of check box with value range of "x" and " ". hence this will function similar to check box. "X" corresponds to select check box and " " corresponds to unselect check box.

Hope this helps.

Regards,

Praveenkumar T.