Hello Matan,
This application is already developed and we are using the Feeder, FBI View as well as the controller class for diffferent requirement.This application was working fine in EHP6 and now it is not able show the search result in the List UIBB after migration to EHP7.
as per initial analysis Root key is not able to set that is why the below piece of code not able to bring all the local data keys and populate in CT_DATA..
if lo_entity_collection IS BOUND.
lt_keys = lo_entity_collection->get_self_keys( ).
End if.
The feeder class get_data is a copy code of the super class /BOFU/CL_FBI_GUIBB_LIST- Get_data.
Can you help me in getting to know why the above piece of code fails in EHP7 or any input?
Regards,
Partha