<?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>Question Re: SAP BAS Project folder structure in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627989#M4736785</link>
    <description>&lt;P&gt;Hi Javier,&lt;/P&gt;&lt;P&gt;With the latest release, we have tried to cover the scenario where SAP Fiori tools migration tool will detect and migrate projects having no webapp folder. Can you please give it a try? If you have any feedback/bug, please do not hesitate to alternatively create an incident with us (CA-UX-IDE)&lt;/P&gt;&lt;P&gt;&lt;A href="https://marketplace.visualstudio.com/items/SAPSE.sap-ux-application-modeler-extension/changelog" target="test_blank"&gt;https://marketplace.visualstudio.com/items/SAPSE.sap-ux-application-modeler-extension/changelog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"Added ability to migrate SAP Fiori projects that do not have a &lt;CODE&gt;webapp&lt;/CODE&gt; folder to support SAP Fiori tools"&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2022 19:59:58 GMT</pubDate>
    <dc:creator>sushant_priyadarshi</dc:creator>
    <dc:date>2022-11-28T19:59:58Z</dc:date>
    <item>
      <title>SAP BAS Project folder structure</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaq-p/12627984</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;We are migrating from Web IDE to SAP BAS and one of the projects in Web IDE has this structure:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2110965-fioriproject.png" /&gt;&lt;/P&gt;
  &lt;P&gt;This won't fit in BAS. &lt;/P&gt;
  &lt;P&gt;I have wrapped some folders under &lt;STRONG&gt;webapp&lt;/STRONG&gt; folder and I have added &lt;STRONG&gt;xs-app.json&lt;/STRONG&gt; file, &lt;STRONG&gt;package.json&lt;/STRONG&gt; file and &lt;STRONG&gt;ui5.yaml&lt;/STRONG&gt; file but still doesn't work. &lt;/P&gt;
  &lt;P&gt;What am I missing?.&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Javier&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 20:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaq-p/12627984</guid>
      <dc:creator>former_member435529</dc:creator>
      <dc:date>2022-11-15T20:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BAS Project folder structure</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627985#M4736781</link>
      <description>&lt;P&gt;1.create project in bas using wizzard, make sure it match the id you defined in your exsiting manifest.json&lt;/P&gt;&lt;P&gt;2.copy your current project (the content under folder poapproval2)to folder webapp&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 21:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627985#M4736781</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2022-11-15T21:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BAS Project folder structure</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627986#M4736782</link>
      <description>&lt;P&gt;Hi Javier,&lt;/P&gt;&lt;P&gt;In general, I would recommend that you migrate your project using the migration tool SAP Fiori tools provide.&lt;/P&gt;&lt;P&gt;Please see the details here &lt;A href="https://help.sap.com/docs/SAP_FIORI_tools/17d50220bcd848aa854c9c182d65b699/70d41f3ee29d453a90efab3ce025d450.html" target="test_blank"&gt;https://help.sap.com/docs/SAP_FIORI_tools/17d50220bcd848aa854c9c182d65b699/70d41f3ee29d453a90efab3ce025d450.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Having said that, I also noticed that in your particular snapshot, you do not have webapp folder. We are planning to enhance our support for these kind of projects for migration which will require minimum manual changes. Will it be ok for you to open an incident with us (CA-UX-IDE) so that we can look into your scenario a bit more in detail?&lt;/P&gt;&lt;P&gt;Not sure what you meant by "This won't fit in BAS." though..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 21:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627986#M4736782</guid>
      <dc:creator>sushant_priyadarshi</dc:creator>
      <dc:date>2022-11-15T21:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BAS Project folder structure</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627987#M4736783</link>
      <description>&lt;P&gt;Hi Sushant,&lt;/P&gt;&lt;P&gt;Thanks for your message.&lt;/P&gt;&lt;P&gt;The project is not suitable for the migration tool. It does not come up when using Fiori: Migrate Project for use in Fiori tools in the Command Palette.&lt;/P&gt;&lt;P&gt;I will open an incident.&lt;/P&gt;&lt;P&gt;Thanks again for your response,&lt;/P&gt;&lt;P&gt;Javier &lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 09:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627987#M4736783</guid>
      <dc:creator>former_member435529</dc:creator>
      <dc:date>2022-11-17T09:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BAS Project folder structure</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627988#M4736784</link>
      <description>&lt;P&gt;Will try to do that once the connection bt BTP Foundry and Backend is set up.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 09:09:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627988#M4736784</guid>
      <dc:creator>former_member435529</dc:creator>
      <dc:date>2022-11-17T09:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BAS Project folder structure</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627989#M4736785</link>
      <description>&lt;P&gt;Hi Javier,&lt;/P&gt;&lt;P&gt;With the latest release, we have tried to cover the scenario where SAP Fiori tools migration tool will detect and migrate projects having no webapp folder. Can you please give it a try? If you have any feedback/bug, please do not hesitate to alternatively create an incident with us (CA-UX-IDE)&lt;/P&gt;&lt;P&gt;&lt;A href="https://marketplace.visualstudio.com/items/SAPSE.sap-ux-application-modeler-extension/changelog" target="test_blank"&gt;https://marketplace.visualstudio.com/items/SAPSE.sap-ux-application-modeler-extension/changelog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"Added ability to migrate SAP Fiori projects that do not have a &lt;CODE&gt;webapp&lt;/CODE&gt; folder to support SAP Fiori tools"&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 19:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627989#M4736785</guid>
      <dc:creator>sushant_priyadarshi</dc:creator>
      <dc:date>2022-11-28T19:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP BAS Project folder structure</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627990#M4736786</link>
      <description>&lt;P&gt;We helped you to accept the answer, since there were no updates after 7 days. You can unaccept it anytime if the answer provided was not helpful enough and you have further question&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 21:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-bas-project-folder-structure/qaa-p/12627990#M4736786</guid>
      <dc:creator>tashley</dc:creator>
      <dc:date>2022-11-28T21:42:15Z</dc:date>
    </item>
  </channel>
</rss>

