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

Regarding search Help

naveen_inuganti2
Active Contributor
0 Likes
664

Hi,

I am having one screen where it has F1 and F2 fileds.

For F2 I need to create the search help from data dictionary level.

When ever user presses F4 at Fileld F2, he should present with search help window which contains three columns F2, F3, F4.

And these values should be display accordingly the input of field f1.

Here f2,f3,f4 from same table, f1 is from other table, there is a link bn these two tables in other table.

How to create search help for this field?

Do I need to create View?

--Naveen Inuganti.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
636

Hi,

Please check this below link

http://www.scribd.com/doc/7247863/Enhancing-Standard-Search-Help

Thanks

Durga.K

Hi,

I am having one screen where it has F1 and F2 fileds.

For F2 I need to create the search help from data dictionary level.

When ever user presses F4 at Fileld F2, he should present with search help window which contains three columns F2, F3, F4.

And these values should be display accordingly the input of field f1.

Here f2,f3,f4 from same table, f1 is from other table, there is a link bn these two tables in other table.

How to create search help for this field?

Do I need to create View?

--Naveen Inuganti.

4 REPLIES 4
Read only

Former Member
0 Likes
637

Hi,

Please check this below link

http://www.scribd.com/doc/7247863/Enhancing-Standard-Search-Help

Thanks

Durga.K

Read only

GauthamV
Active Contributor
0 Likes
636

Create a search help for the field F2 based on table which is having f2,f3,f4 fields

and assign it as explicit search help in table itself.

I dont know on what condition you are linking f1 and f2.

But based on that condition try to restrict values of f2 in program.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
636

Hi,

For this functionality you need to create or use the DDIC structure which has the fields F1 F2 F3 F4 as its components.

Then you need to assign the search help directly to the structure using the search help button in SE11.

Then once you are done with this you need to use this structure to create the fields on the screen.

Transporting multiple values to the screen or taking input from the screen for a DDIC search help is only possible in this way. You need to create the structure and assign the search help directly to the structure and map the fields of the structure to IMPORT and EXPORT parameters of the search help. Finally use this structure to create your screen fields.

Regards,

Sesh

Read only

naveen_inuganti2
Active Contributor
0 Likes
636

I have created on Database view at DD level with all these fields.

Problem solved.

_naveen inuganti