Application Development 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: 

Creating a tab in Search Help.

Former Member
0 Kudos

Hi everyone,

I have created a search help field for 'Vendor by category'.

How to create this tab/option screen for all search help when they are searching for Vendor number.

For example when i press the F4. An extra tab has to come for Vendors by Category with some input fields, like vendors by country/company code, vendors by personnel number.

Help me

Thanks,

Mohanraj

3 REPLIES 3

Former Member
0 Kudos

Hi MohanRaj,

We have two types of searchhelps 1.elementry

2. collective Serach helps.

so choose collective search helps that is using one elementary search help into another in other words u can use many elementary search helps such tht u get tabs as u want.

hope u get this .

Regards,

ms.

Former Member
0 Kudos

Hi,

You can get this tab by creating a elementary search help and attach it to the collective search helkp which is already used by your application

see the below links for creating search help exit

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/implementing%2bsearch%2bhelp%2bexits

Regards,

Siva chalasani.

<b>Reward points if usefull</b>

Former Member
0 Kudos

Hi Mohanraj,

If u r looking for a tab or space in between two fields in the F4 help...u need to add a 'space' in between those two fields while declaring the structure for the internal table..

eg..

DATA : BEGIN OF t_btyp OCCURS 0,

objid TYPE hrobjid,

blank(1),

stext TYPE stext,

END OF t_btyp. ..

Regards,

Kaveri