Application Development 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: 

Collective Search help error!

Former Member
0 Kudos
1,351

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.

1 ACCEPTED SOLUTION

Former Member
255

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...

2 REPLIES 2

Former Member
256

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...

Former Member
0 Kudos
255

Thanks!