‎2007 Jul 25 7:16 AM
hello friends
i had an table named zhr_per_m where i had ocode field that had foriegn key with a table zhr_occu_type.
OCODE,ZCHAR,CHAR,ZHR_OCCUP_TYPE,Explicit search help attachment to field,ZHR_HELP_OCCUPTYPE,ZCHAR
i had made a help elementary help which retrives the vale for occup and its desc
search help para imp exp lpos spos Data Element
OCODE 1 1 ZCHAR
OTYPE 2 2 ZVARCHAR
ok
now the problem is that
<b>" i m entering the values for ocode by using f4 help but weni want to change the output lets suppose first i enter 1 for student and now i want to enter 2 for engineer then its not showing other options rather than student i mean wen i go back and press f4 its not showing the full value"</b>
and if remove help from zhr_per_m and then run then it will only show 1 2 3 but will chnge as i want
but i want
1 student
2 engineer
like this
Hopefully i m able to explain my problem
Help me out
Thanx
With Best Regards
Ruby
‎2007 Jul 25 7:32 AM
H,
I think you are marking some paramters as both Importing and Exporting.
For the second time the paramter that you exported is being used as the IMPORTING paramter and only that value is beig shown.
So make only those paramters as IMPORT in the search help which you want to use as filtering criteria.
Regards,
Sesh
‎2007 Jul 25 7:37 AM
‎2007 Jul 25 7:44 AM
friend this works wen i m using the create mode
when i change screen and call it to display and then i want to change its still showing the
upper problem
Now let me know buddy
With Best Regards
Ruby