2009 Apr 01 10:53 AM
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.
2009 Apr 01 10:57 AM
Hi,
Please check this below link
http://www.scribd.com/doc/7247863/Enhancing-Standard-Search-Help
Thanks
Durga.K
I have created on Database view at DD level with all these fields.
Problem solved.
_naveen inuganti
2009 Apr 01 10:57 AM
Hi,
Please check this below link
http://www.scribd.com/doc/7247863/Enhancing-Standard-Search-Help
Thanks
Durga.K
2009 Apr 01 11:00 AM
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.
2009 Apr 01 11:03 AM
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
2009 Apr 02 7:17 AM
I have created on Database view at DD level with all these fields.
Problem solved.
_naveen inuganti
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |