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
448

Hi All,

I need to create a search for MBLNR of MSEG. My requirement is like ,The fields are to be grouped under diffrent tab like 'Mat info' and 'Vendor info' and so on... ..

Search help Fields are form diffrent tables. I can not go for an elementary search help. Please suggest me how can i create the search help and grouping the fields into diffrent tabs???

Thanks for the help.

Regards,

anil..

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
424

Hi Anil...

These are the Steps:

1. Create 2 elementary Search helps

a) Input criteria is Material No (MATNR SPOS = 1)

b) Input criteria is Vendor No (LIFNR SPOS = 1)

The display fields can be the MBLNR etc from MSEG in both the Elementary SHs.

2. Create a collective Search help and Include both these elementary Search helps.

3. Attach this Collective Search help for ur Screen field.

regards..

Varma

4 REPLIES 4
Read only

Former Member
0 Likes
424

Hi,

you can create your own search help with SE11 and you can combine a lot of tables over the view you implement inside the search help.

Regards

Nicole

Read only

former_member196299
Active Contributor
0 Likes
424

hi Anil ,

Definately for your problem you can not use an elementary search help , better you can create a <b>Collective search help</b> so that there you can have various field groups displayed under different tabs .

The process for creating search help can be get from a good document from seraching in SDN , there are many actually .If not then I'll give you the steps .

Do let us know if you meet any obstacles

Regards,

Ranjita

Read only

varma_narayana
Active Contributor
0 Likes
425

Hi Anil...

These are the Steps:

1. Create 2 elementary Search helps

a) Input criteria is Material No (MATNR SPOS = 1)

b) Input criteria is Vendor No (LIFNR SPOS = 1)

The display fields can be the MBLNR etc from MSEG in both the Elementary SHs.

2. Create a collective Search help and Include both these elementary Search helps.

3. Attach this Collective Search help for ur Screen field.

regards..

Varma

Read only

Former Member
0 Likes
424

Thanks all