<?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: CDS value help doesn't work in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704857#M32264</link>
    <description>&lt;P&gt;Have you used the below annotation?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      @Consumption.valueHelp: '_carr'  // This is your association name&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This works for me, hope for you as well.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 13:11:04 GMT</pubDate>
    <dc:creator>maheshpalavalli</dc:creator>
    <dc:date>2018-11-15T13:11:04Z</dc:date>
    <item>
      <title>CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704854#M32261</link>
      <description>&lt;P&gt;I have a main CDS view for smart Fiori app. In that CDS there are 2 association. If use for the same field first associated CDS value help works, but if i change to another - doesn't work. I can't understand the difference and why it doesn't work:&lt;/P&gt;
  &lt;P&gt;Looks something like (for CRH everything works, for f4 - no&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/240364-1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 11:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704854#M32261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-12T11:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704855#M32262</link>
      <description>&lt;P&gt;Hey &lt;A href="https://answers.sap.com/users/450387/a-likhach.html"&gt;Aliaksandr&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is it possible the join connection has no data &lt;/P&gt;&lt;P&gt;I see in the F4 statement you are writing $project.dn_no is it correct or should it be $project.doc_no?&lt;/P&gt;&lt;P&gt;This is a custom logic so not sure if it is something that can be checked without looking into the system &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Vinita&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 01:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704855#M32262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-13T01:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704856#M32263</link>
      <description>&lt;P&gt;If i check it in Development tool, i see data. And may be you know, if there is no data F4 help window should looks like (for F4 CDS): &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/243374-2.png" /&gt;&lt;/P&gt;&lt;P&gt;Or even if there is no data it should looks like on this window, but after clicking GO button i will see nothing (for CRH CDS)? &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/243375-3.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 07:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704856#M32263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-13T07:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704857#M32264</link>
      <description>&lt;P&gt;Have you used the below annotation?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      @Consumption.valueHelp: '_carr'  // This is your association name&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This works for me, hope for you as well.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 13:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704857#M32264</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2018-11-15T13:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704858#M32265</link>
      <description>&lt;P&gt;It works the same as in my example. With one CDS ok, with another - no. And i can't understand what is wrong with second CDS ((&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 08:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704858#M32265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-16T08:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704859#M32266</link>
      <description>&lt;P&gt;Can you please share the code where it is not working (including the code where you added the annotaiton that I've mentioned).&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 09:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704859#M32266</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2018-11-16T09:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704860#M32267</link>
      <description>&lt;P&gt;Behavior is the same ( &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/240753-1234567.png" /&gt;&lt;/P&gt;&lt;P&gt;here is an example of ztest_f4_dn_no CDS: &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/240754-9999.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 08:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704860#M32267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-20T08:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704861#M32268</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.sap.com/users/450387/a_likhach.html"&gt;Aliaksandr Likhach&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I was checking the SAP help and found there are two ways to do it.. I couldn't understand the second way sadly &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; .  &lt;/P&gt;&lt;P&gt;But the first way is what you are doing right now and SAP help says "The ON condition of the referenced association specifies how the value help content needs to be retrieved for the element."&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/240795-capture.png" /&gt;&lt;/P&gt;&lt;P&gt;So in your case, you can see the on condition is on 'doc_no' for the value help but not the 'dn_no'.. So what you can do is create a specific F4 help for the dn_no, where it fetches only the dn_no.. else put both of them in on condition(join condition).. It should work after that i guess..&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 06:04:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704861#M32268</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2018-11-21T06:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704862#M32269</link>
      <description>&lt;P&gt;So, we have found the reason. F4 CDS wasn't in service definition. So we've added it in the SEGW and then wrote in main CDS&lt;/P&gt;&lt;P&gt;      @Consumption.valueHelpDefinition: [{  entity: {   name: 'ztest_f4...',
                                            element:    'dn_no' } }]&lt;/P&gt;&lt;P&gt;end now everything works super! &lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 14:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704862#M32269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-22T14:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704863#M32270</link>
      <description>&lt;P&gt;check your manifest file,&lt;/P&gt;&lt;P&gt;delete&lt;/P&gt;&lt;P&gt;"metadataUrlParams": {
"sap-value-list": "none"
}&lt;/P&gt;&lt;P&gt;from your model&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 19:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704863#M32270</guid>
      <dc:creator>VincentBloem</dc:creator>
      <dc:date>2019-12-14T19:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704864#M32271</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;vincentbloem&lt;/SPAN&gt;  : This helped me to get the Value Help results in WebIDE.&lt;/P&gt;&lt;P&gt;Thanks for sharing !&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 20:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704864#M32271</guid>
      <dc:creator>kurup84</dc:creator>
      <dc:date>2020-03-29T20:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704865#M32272</link>
      <description>&lt;P&gt;Thank you  &lt;SPAN class="mention-scrubbed"&gt;vincentbloem&lt;/SPAN&gt; for this comment. &lt;/P&gt;&lt;P&gt;You are genius. &lt;/P&gt;&lt;P&gt;I spent 2 days and didn't understand why valueHelp doesn't work. &lt;/P&gt;&lt;P&gt;Could you please explain what's the influence of "metadataUrlParams": { "sap-value-list": "none" }?&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 08:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704865#M32272</guid>
      <dc:creator>former_member724611</dc:creator>
      <dc:date>2022-12-01T08:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: CDS value help doesn't work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704866#M32273</link>
      <description>&lt;P&gt;Hi, implement @Consumption.valueHelpDefinition: [{ entity : {name: 'customer', element: 'customerID'  } }]&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 18:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cds-value-help-doesn-t-work/m-p/704866#M32273</guid>
      <dc:creator>roberto_forti</dc:creator>
      <dc:date>2022-12-01T18:30:42Z</dc:date>
    </item>
  </channel>
</rss>

