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: 

Search engine error (SES)

Former Member
0 Kudos

Hi All,

We have a requirement to copy the existing customer search help DEBI_ES_ADVANCED (Search engine service)to a custom one and add some extra fields to the copied one.

We added the fields like KTOKD and in the configuration settings we copied class standard CL_ERP_SE_KNA1 to custom, added the attributes KTOKD as mentioned in the note 1131559 (TREX Indexation of BUS1001006 in Enhanced Material Search) TREX Indexation of BUS1001006 in Enhanced Material Search)

Also we did the full indexation for Business object KNA1 .But we are getting the following error while running the custom search help

u201CSearch engine error 23013 for RD1400!KNA1: Unknown view attribute; KTOKD

Please help us on this issue

Regards

Paul

1 REPLY 1

Clemenss
Active Contributor
0 Kudos

Hi Aravindakshan,

Note 1131559 shows detailed instructions for adding customer-specific fields to the search help. I think you can follow the example that explains how you can index attributes from additional tables:

Please post some more information about what New attributes you used, what is the Insert block (at the end of the method INIT_DFIES_INFORMATION), what did you insert in method GET_ATTRIBUTE_VALUES, what is your CALL METHOD add_attribute_value and CALL METHOD add_values_to_content?

Did you delete and create the existing index of BUS1001006 first (via transaction SES_ADMIN) and start a new full indexing?

Then it should work.

Regards,

Clemens