Hello ,
We have created a application on BOPF using the customer feeder class inherited from the super class /BOFU/CL_FBI_GUIBB_LIST. Where in Get data we have copied all the code part from the super class. The item node was populated from the root node through the wiring. This functionality was working fine in EHP 6.
recently we moved from EHP 6 to EHP 7 package and now the data are not showing in Item Node UI. Though I have checked that while creating the NOde the internal tables has all the item keys.
As per my initial analysis the custom feeder class the standard copied code is not able to get the parent keys and the below code part is not able to get the keys.
if lo_entity_collection IS BOUND.
lt_keys = lo_entity_collection->get_self_keys( ).
End if.
Class belongs to it is /BOFU/CL_FBI_ENTITY_COLLECTION Method /BOFU/IF_FBI_ENTITY_COLLECTION~GET_SELF_KEYS.
I have checked and cross verified with our old version that all the wiring and it is correct.EV_DATA_CHANGED is also checked.My PORT Identifier is CO Now.
Can any one help me what should be the reason or Do I need to change anything with respect to EHP7?
Regards,
Partha