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

Search help

Former Member
0 Likes
390

Hi All,

i want to create a search help such that it shold pop up only the blocked vendors. for that how shold i create the search help. where i need to write the required code.

3 REPLIES 3
Read only

Former Member
0 Likes
369

Hi,

Why you need to create a search help?

1. If you are using in the screen, try to create your own F4 help code in (POV or AT Selection screen ).

2. IF you want to create a Search help try in SE11 and assign the search help exit, in which you can filter the vendors as per your requirement.

If the hint is usefulu2026 Say thanks by rewardu2026.

Regards,

Prabhu Rajesh

Read only

Former Member
0 Likes
369

It you want to Reuse the Search help then you can go ahead and create that in SE11.

You can use the search help exit and filter the required details and show it using the search help.

Read only

Former Member
0 Likes
369

Dear Sunil Kumar ,

You can use the option search help exit to block the vendors.

Follow these steps.

1 . Create search help . Take a look at standard search help KRED ( Search Help for Vendors ) for your reference.

2. Create a function module with your logic .Take a look at standard function COM_SE_F4_HELP_EXIT for your refence.

3. Mention that function module name in the search help which you have already created.

4.Assign the search help to your program

Reward me if u find it is usefull

Regards.

siva