‎2008 Jul 18 1:23 PM
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.
‎2008 Jul 18 1:26 PM
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
‎2008 Jul 18 1:38 PM
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.
‎2008 Jul 18 1:40 PM
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