<?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: AI capabilities for custom Application in Artificial Intelligence Forum</title>
    <link>https://community.sap.com/t5/artificial-intelligence-forum/ai-capabilities-for-custom-application/m-p/14368097#M807</link>
    <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1949642"&gt;@Abinaya05&lt;/a&gt;&amp;nbsp; ...&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/2281774"&gt;@meenakshignanakannan&lt;/a&gt;&amp;nbsp; view is really good and clear and I like it.&lt;/P&gt;&lt;P&gt;My suggest is :&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To answer your Q, yes, the scenario is possible, but with one important clarification:&lt;/P&gt;&lt;P&gt;Joule itself cannot be embedded directly inside a custom Fiori or RAP app as on today today, hopefully one day and again that's best of my understand , if someone have better understanding pls feel free to correct.&lt;/P&gt;&lt;P&gt;What is possible "Is to add GenAI capabilities around your app using SAP AI Core, SAP AI Services, or an LLM hosted on BTP. Your app provides the business data (via OData), and the AI layer provides the natural‑language insights.&lt;/P&gt;&lt;P&gt;For your use case (AI answering questions about the list report):&lt;/P&gt;&lt;P&gt;Expose the report data through your OData service&lt;/P&gt;&lt;P&gt;Build a small BTP service that performs grounding/RAG on that data&lt;/P&gt;&lt;P&gt;Call your AI service from the UI5 app and return the answer to the user&lt;/P&gt;&lt;P&gt;If you are building a RAP‑based app, the integration is even cleaner because RAP gives you structured APIs and better extensibility for AI scenarios.&lt;/P&gt;&lt;P&gt;So in short:&lt;BR /&gt;Lift &amp;amp; Shift → Yes, possible&lt;BR /&gt;RAP App → Even better for AI integration&lt;BR /&gt;Direct Joule embedding → Not supported yet, but custom GenAI integration is fully achievable&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feel free to respond if this help.. Happy learning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2026 01:45:58 GMT</pubDate>
    <dc:creator>Atul_Joshi85</dc:creator>
    <dc:date>2026-04-08T01:45:58Z</dc:date>
    <item>
      <title>AI capabilities for custom Application</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/ai-capabilities-for-custom-application/m-p/14236114#M564</link>
      <description>&lt;P&gt;I am doing a Lift and Shift of webdynpro application to fiori application and expose that as a tile and it is a list report&lt;/P&gt;&lt;P&gt;I want to introduce a Gen AI capabilities to this report and the AI/Joule can answer questions related to the report&lt;/P&gt;&lt;P&gt;Is this scenario possible. Also apart from Lift and shift, also creating a RAP application UI5 App.Is the functionality possible in that ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 19:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/ai-capabilities-for-custom-application/m-p/14236114#M564</guid>
      <dc:creator>Abinaya05</dc:creator>
      <dc:date>2025-10-06T19:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: AI capabilities for custom Application</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/ai-capabilities-for-custom-application/m-p/14333765#M636</link>
      <description>&lt;P&gt;Yes, this scenario is possible.&lt;/P&gt;&lt;P&gt;If you are doing a L&amp;amp;S from Web Dynpro to FIORI (list report), you can integrate GenAI capabilities using SAP AI Core / AI Services or via external LLM APIs exposed through BTP.&lt;/P&gt;&lt;P&gt;For your requirement (AI/Joule answering questions related to the report data):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Expose the report data via Odata&lt;/LI&gt;&lt;LI&gt;Create a service layer that sends relevant context to the AI model&lt;/LI&gt;&lt;LI&gt;Return AI-generated insights or summaries back to the FIORI UI&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you build it as a RAP-based UI5 application, it is even better. RAP provides:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Clean service exposure (OData V4)&lt;/LI&gt;&lt;LI&gt;Better extensibility&lt;/LI&gt;&lt;LI&gt;Easier integration with BTP AI services&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regarding Joule specifically - direct embedding depends on system landscape and SAP's roadmap. But technically, contextual AI assistance on top of your report is absolutely achievable.&lt;/P&gt;&lt;P&gt;In short:&lt;/P&gt;&lt;P&gt;Lift &amp;amp; Shift -&amp;gt; Possible&lt;/P&gt;&lt;P&gt;RAP-based app -&amp;gt; Recommended for better AI integration.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 01:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/ai-capabilities-for-custom-application/m-p/14333765#M636</guid>
      <dc:creator>meenakshignanakannan</dc:creator>
      <dc:date>2026-02-23T01:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: AI capabilities for custom Application</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/ai-capabilities-for-custom-application/m-p/14368097#M807</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1949642"&gt;@Abinaya05&lt;/a&gt;&amp;nbsp; ...&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/2281774"&gt;@meenakshignanakannan&lt;/a&gt;&amp;nbsp; view is really good and clear and I like it.&lt;/P&gt;&lt;P&gt;My suggest is :&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To answer your Q, yes, the scenario is possible, but with one important clarification:&lt;/P&gt;&lt;P&gt;Joule itself cannot be embedded directly inside a custom Fiori or RAP app as on today today, hopefully one day and again that's best of my understand , if someone have better understanding pls feel free to correct.&lt;/P&gt;&lt;P&gt;What is possible "Is to add GenAI capabilities around your app using SAP AI Core, SAP AI Services, or an LLM hosted on BTP. Your app provides the business data (via OData), and the AI layer provides the natural‑language insights.&lt;/P&gt;&lt;P&gt;For your use case (AI answering questions about the list report):&lt;/P&gt;&lt;P&gt;Expose the report data through your OData service&lt;/P&gt;&lt;P&gt;Build a small BTP service that performs grounding/RAG on that data&lt;/P&gt;&lt;P&gt;Call your AI service from the UI5 app and return the answer to the user&lt;/P&gt;&lt;P&gt;If you are building a RAP‑based app, the integration is even cleaner because RAP gives you structured APIs and better extensibility for AI scenarios.&lt;/P&gt;&lt;P&gt;So in short:&lt;BR /&gt;Lift &amp;amp; Shift → Yes, possible&lt;BR /&gt;RAP App → Even better for AI integration&lt;BR /&gt;Direct Joule embedding → Not supported yet, but custom GenAI integration is fully achievable&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feel free to respond if this help.. Happy learning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 01:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/ai-capabilities-for-custom-application/m-p/14368097#M807</guid>
      <dc:creator>Atul_Joshi85</dc:creator>
      <dc:date>2026-04-08T01:45:58Z</dc:date>
    </item>
  </channel>
</rss>

