<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data not shown in UI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-shown-in-ui/m-p/10967215#M1893987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Partha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general it is recomended to extend the FBI feeder classes only in rare cases where there is no other alternatives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The better way to extened the feeder class with application specific code, is to implement an FBI view exit class.&lt;/P&gt;&lt;P&gt;(configured in the FBI view, and implements:&lt;/P&gt;&lt;P&gt;/BOFU/IF_FBI_VIEW_EXIT_INTF&lt;/P&gt;&lt;P&gt;/BOFU/IF_FBI_VIEW_EXITINTF_RUN&lt;/P&gt;&lt;P&gt;/BOFU/IF_FBI_VIEW_EXITINTF_DEF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain the use case, of why you are trying to read the keys from the entity collection?&lt;/P&gt;&lt;P&gt;all the relevant keys for the GET_DATA method should be available as changing parameters:&lt;/P&gt;&lt;P&gt;CT_DATA&lt;/P&gt;&lt;P&gt;CT_SELECTED_LINES&lt;/P&gt;&lt;P&gt;CV_LEAD_INDEX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Matan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 10:22:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-02-25T10:22:55Z</dc:date>
    <item>
      <title>Data not shown in UI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-shown-in-ui/m-p/10967214#M1893986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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&amp;nbsp; item keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my initial analysis the custom feeder class the standard copied code&amp;nbsp; is not able to get the parent keys and the below code part is not able to get the keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if lo_entity_collection IS BOUND.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lt_keys = lo_entity_collection-&amp;gt;get_self_keys( ).&lt;/P&gt;&lt;P&gt;End if.&lt;/P&gt;&lt;P&gt;Class belongs to it is /BOFU/CL_FBI_ENTITY_COLLECTION Method /BOFU/IF_FBI_ENTITY_COLLECTION~GET_SELF_KEYS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me what should be the reason or Do I need to change anything with respect to EHP7?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Partha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 10:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-shown-in-ui/m-p/10967214#M1893986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-24T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data not shown in UI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-shown-in-ui/m-p/10967215#M1893987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Partha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general it is recomended to extend the FBI feeder classes only in rare cases where there is no other alternatives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The better way to extened the feeder class with application specific code, is to implement an FBI view exit class.&lt;/P&gt;&lt;P&gt;(configured in the FBI view, and implements:&lt;/P&gt;&lt;P&gt;/BOFU/IF_FBI_VIEW_EXIT_INTF&lt;/P&gt;&lt;P&gt;/BOFU/IF_FBI_VIEW_EXITINTF_RUN&lt;/P&gt;&lt;P&gt;/BOFU/IF_FBI_VIEW_EXITINTF_DEF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain the use case, of why you are trying to read the keys from the entity collection?&lt;/P&gt;&lt;P&gt;all the relevant keys for the GET_DATA method should be available as changing parameters:&lt;/P&gt;&lt;P&gt;CT_DATA&lt;/P&gt;&lt;P&gt;CT_SELECTED_LINES&lt;/P&gt;&lt;P&gt;CV_LEAD_INDEX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Matan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 10:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-shown-in-ui/m-p/10967215#M1893987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T10:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data not shown in UI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-shown-in-ui/m-p/10967216#M1893988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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&amp;nbsp; in the List UIBB after migration&amp;nbsp; to EHP7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 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&amp;nbsp; keys and populate in CT_DATA..&lt;/P&gt;&lt;P&gt;if lo_entity_collection IS BOUND.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lt_keys = lo_entity_collection-&amp;gt;get_self_keys( ).&lt;/P&gt;&lt;P&gt;End if.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The feeder class get_data is a copy code of the super class /BOFU/CL_FBI_GUIBB_LIST- Get_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me in getting to know why the above piece of code fails in EHP7 or any input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Partha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 16:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-shown-in-ui/m-p/10967216#M1893988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-04T16:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data not shown in UI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-shown-in-ui/m-p/10967217#M1893989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Partha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is hard to make a guess from that information.&lt;/P&gt;&lt;P&gt;I tryed to reproduce this in the BOFU demo application, but was not able to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you put a break point in class&lt;/P&gt;&lt;P&gt;/BOFU/CL_FBI_CONNECTOR-&amp;gt;IF_FPM_CONNECTOR_RUN~GET_OUTPUT&lt;/P&gt;&lt;P&gt;on the call to method mo_controller-&amp;gt;get_target_keys&lt;/P&gt;&lt;P&gt;check if&lt;/P&gt;&lt;P&gt;ET_KEY_LINKS&lt;/P&gt;&lt;P&gt;ET_TARGET_KEYS&lt;/P&gt;&lt;P&gt;are filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;notice which class is called for the above method (for the generic FBI code the class should be /BOFU/CL_FBI_CONTROLLER_BASE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also run the demo application /BOFU/DEMO_SAMPLE_CUSTOMER, and compare it to your application. (it uses feeder class /BOFU/CL_FBI_GUIBB_LIST_ATS, but the class to the entity collection is similar).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Matan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 09:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-not-shown-in-ui/m-p/10967217#M1893989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-05T09:00:53Z</dc:date>
    </item>
  </channel>
</rss>

