2007 Sep 03 6:02 AM
Hi All,
Need your quick inputs regarding the following error!
I've created a Collective search help, and it includes other two search helps.
From one of the search help, am retrieving the position id and position text.
Now, while activating the collective search help, it is giving me the warning!!!
No parameter assignment maintained for included search help ZPT_H_APPOINTMENT_STRUC
Message no. DH184
Diagnosis
The collective search help includes search help ZPT_H_APPOINTMENT_STRUC, but no assignment between the parameters of the collective search help and the interface of the included search help ZPT_H_APPOINTMENT_STRUC are defined for this inclusion. The inclusion therefore makes no sense since it is not possible to return a value from the included search help to the collective search help and thus to the search field of the input template.
System Response
The action is continued with a warning.
Procedure
Maintain the parameter assignment for the specified inclusion. Use the maintenance transaction of the ABAP Dictionary for the search help handled.
Can anyone tell me what is happening here??? Have anyone faced this kind off activation errors? I too noticed that even though it is warning, the values are not captured in my runtime program!
Pls help!
Thanks in anticipation...
Regards,
Sundar.
2007 Oct 25 9:04 AM
yes i has faced this problem.....soln is quite easy
open the collective search help in the edit mode and goto 'Include Search Helps' tab.
place the cursor on each of the elementary search helps included and press button 'Param. assignment'.
The system proposes the fields for this assignment.....click ok and activate...
2007 Oct 25 9:04 AM
yes i has faced this problem.....soln is quite easy
open the collective search help in the edit mode and goto 'Include Search Helps' tab.
place the cursor on each of the elementary search helps included and press button 'Param. assignment'.
The system proposes the fields for this assignment.....click ok and activate...
2007 Nov 12 11:11 AM