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: 

Match Code Error

Former Member
0 Kudos

Hi All,

I am trying to add the Company Code to the Search Help function in FB50/60/70.

So in SE11, for the Search Help: PRPM, and the included search help tab, where I see all the tabs visible on the FB50 transaction, I tried to add the field: PBUKR and Data Element: PS_PBUKR, but I keep getting the below error:

Search help parameter PBUKR does not occur in the selection method.

How can I correct this? Any suggestions..?

Thanks much

RS

19 REPLIES 19

Former Member
0 Kudos

You would have to add PBUKR to the list of fields being shown in the individual views.

You might want to consicer if this could be done with a search help exit instead.

Rob

0 Kudos

Hiya Rob

I tried that but it still gives me the same error at the time I activate.

thanks much for the response

RS

0 Kudos

Tried which? Adding the field to the view or using the exit?

Rob

0 Kudos

Sorry for not being clear .. tried adding the field to every include selection but it did not work.

What is the user exit i would have to implement in order to get this going Rob.

Thanks again for the input

R

0 Kudos

Not a user exit, the search help exit - CN_LDST_SHLP_EXIT_PS_PR.

Rob

0 Kudos

Hi again Rob

I tried to attach this to the Search help PRMP but again at the time of activation, it tells me that the user exit does not exist.

Do I have to create it and if so where?

Thanks much!

0 Kudos

Hi

PRMP has a View as Method: your new field has to be there, that means you need to update that view (if it's possible of course)

Max

0 Kudos

Hmmm.... wasn't that the first thing I suggested?

Rob

0 Kudos

Hello Max, Hello Rob,

Either I m being really slow or I m in a totally different screen.

I am looking in SE11, search help and PRPM

I already tried assigning the PBUKR field and the data element on the intial screen but it didnt help, then I tried doing it to all the included search helps - even then I get the same error at the time of activation.

Am I missing something.

Thank You!

0 Kudos

Yes Rob....

sorry It's just what you have suggested at the beginning

Max

0 Kudos

Sorry

But I don't have that search help in my system: can you explain how it's?

I mean which table is set as Method for selection

Max

0 Kudos

You have to assign it to the selection methods (views) of the lowest level of tyhe included helps. V_PRPMP for example.

Rob

0 Kudos

Uhmm....

so the correct name of the search help is PRPMP, not PRMP, isn't it?

If it's so Rob is right, you need to add the field PBUKR in the view V_PRPMP and so it'll be available for the search help automatically.

The problem is it needs to get the Access Key to update the standard view (it doesn't need it for the search help).

Max

0 Kudos

Hello Max, Hello Rob,

When I input the V_PRPMP in SE11 search help field, it tells me that it does not exist.

Any ideas?

Thanks much!

R

0 Kudos

V_PRPMP is a view, not a field. It must be added as a selection condition, not a field.

Rob

0 Kudos

Yes Correct.

i added the PBUKR and changed the search help exit

that brought the field Co Code on the F4, but although the field is there, the search helps still brings up all WBS Elements even when i restrict with the company code.

RS

Former Member
0 Kudos

Hello again, I still am not able to solve this issue..

any suggestions or guidance would be greatly appreciated.

thank you!

0 Kudos

Hi again

I m still stuck on this issue

and ideas or input will be greatly appreciated

thanks much

RS

Former Member
0 Kudos

I changed the search help exit to include Org Units and now i see the company code on the F4