Hello experts!
I want to add fields "Central Block", "Archiving Flag", "Search Term 1", "Search Term 2" and "Data Origin" into search results. Using TCODE ESH_COCKPIT I've extended MDG_BUSINESS_PARTNER model, by adding according attributes from BP_CENTRL to Node Response. Then I've recreated search connector and executed indexation. After this actions, these fields began to appear in the search results, when I using TCODE ESH_TEST_SEARCH. So, I think I'm going in right direction.
Then I've customized component BS_BP_QUERY_RESULT by adding according columns via button "Add Column". But there are no data for them in search results. I've debugged method if_fpm_guibb_list~get_data, which is using in feeder class CL_BS_BP_QUERY_RESULT and find out that it also not return any data for this fields.
Do you have any idea what I might have missed?
Thank you in advance for your answers.
Best regards,
Aleksandr Lavrik.