cancel
Showing results for 
Search instead for 
Did you mean: 

Search help DEBIX does not return any records when using First Name field (ADDR1_DATA-NAME2)

Former Member
0 Kudos

Hello Experts,

We have an issue while developing a match code for the search term using"Search help DEBIX does not return any records when using First Name field (ADDR1_DATA-NAME2)", even if we add the field in the customizing, it does not return the Customer list- for Name 2 search, on further research we found an SAP note-1937288 - Name2 - First name does not work with F4 help "Customers by Address attribute"- which says that the same works only for the customer created with the account group- 0170,

So my question is, Is there any other SAP note, or way we can address this issue, and make the search possible for other account groups as well.

Please route this message to the other groups also, may be SAP SD if this stands relevant.

Regards,

A.Chakraborty

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Guys,

Any solution for this issue, facing the same problem. Please help with the solution, appreciated. Thank you.

raymond_giuseppi
Active Contributor
0 Kudos

There is a search help exit on DEBIX to convert selection on NAME1/FIRSTNAME into selection on MC_NAME1/MC_FIRSTNAME that are uppercaseofin main data maintenance transactions (XD02, FD01, etc.) to force NAME2 to be converted into MC_FIRSTNAME for other debitor?

Regards,

Raymond

Former Member
0 Kudos

Hello Raymond,

Thanks for your reply, can you elaborate, like how we can force it, Search help DEBIX does not return any records when using First Name field (ADDR1_DATA-NAME2), because the sap note says that-

Search help DEBIX using address attributes searches with the First Name (ADDR1_DATA-NAME2) and the Last Name (ADDR1_DATANAME1).

l Although first name addresses to the field Name2, it is used to search only for consumers , which has account group 0170 (which probably is

not your case), as their name is divided in first and last name.

l Therefore it is not possible to use that field to search for Name2 for customers other than consumers.

here the business needs that this the Name 2 search should work for all the customer types other than the customers created with the account group 0170,

raymond_giuseppi
Active Contributor
0 Kudos

I fear you should now try to debug FM ADDR_PERSONAL_SEARCH_V2 (look for L_WHERE_CLAUSE)

Then find a suitable solution to either change

  • build of the where clause
  • data displayed by view v_adrp_cp2

Regards,

Raymond