<?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: Datasphere - SQL View - Set Business Name in SQL Select in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/datasphere-sql-view-set-business-name-in-sql-select/qaa-p/12801239#M4806632</link>
    <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;I am looking for a way to do it in the SQL statement. Manual change is not working in my case with 500+ columns.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2023 14:58:51 GMT</pubDate>
    <dc:creator>axel_</dc:creator>
    <dc:date>2023-11-29T14:58:51Z</dc:date>
    <item>
      <title>Datasphere - SQL View - Set Business Name in SQL Select</title>
      <link>https://community.sap.com/t5/technology-q-a/datasphere-sql-view-set-business-name-in-sql-select/qaq-p/12801237</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;
  &lt;P&gt;I use a SQL View to rename some columns&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Select&lt;BR /&gt;"AUTOID" AS "VK_AUTOOD"&lt;BR /&gt;from tablexy
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Issue is that this changes only technical name. Business name will remain. Which will lead to quite some confusion in Analytical Model an front-end.&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2230274-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Is there an addition that will also set the business name?&lt;/P&gt;
  &lt;P&gt;Thanks and best regards&lt;/P&gt;
  &lt;P&gt;Axle&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 14:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/datasphere-sql-view-set-business-name-in-sql-select/qaq-p/12801237</guid>
      <dc:creator>axel_</dc:creator>
      <dc:date>2023-11-29T14:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Datasphere - SQL View - Set Business Name in SQL Select</title>
      <link>https://community.sap.com/t5/technology-q-a/datasphere-sql-view-set-business-name-in-sql-select/qaa-p/12801238#M4806631</link>
      <description>&lt;P&gt;Hi   &lt;SPAN class="mention-scrubbed"&gt;axel_&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;In the Model Properties panel of the SQL view in datasphere, there should be a section where Columns are listed with a pencil icon:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2228357-image.png" /&gt;&lt;/P&gt;&lt;P&gt;From there you can change the Business Name to whatever you want:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2228362-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 14:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/datasphere-sql-view-set-business-name-in-sql-select/qaa-p/12801238#M4806631</guid>
      <dc:creator>Chris_Tam</dc:creator>
      <dc:date>2023-11-29T14:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Datasphere - SQL View - Set Business Name in SQL Select</title>
      <link>https://community.sap.com/t5/technology-q-a/datasphere-sql-view-set-business-name-in-sql-select/qaa-p/12801239#M4806632</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;I am looking for a way to do it in the SQL statement. Manual change is not working in my case with 500+ columns.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 14:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/datasphere-sql-view-set-business-name-in-sql-select/qaa-p/12801239#M4806632</guid>
      <dc:creator>axel_</dc:creator>
      <dc:date>2023-11-29T14:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Datasphere - SQL View - Set Business Name in SQL Select</title>
      <link>https://community.sap.com/t5/technology-q-a/datasphere-sql-view-set-business-name-in-sql-select/qaa-p/14260600#M4930969</link>
      <description>&lt;P&gt;I just tried this workaround:&lt;/P&gt;&lt;P&gt;1.- &lt;STRONG&gt;&lt;U&gt;export&amp;nbsp;&lt;/U&gt;&lt;/STRONG&gt;the&amp;nbsp;&lt;SPAN&gt;SQL view to&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;CSN/JSON file&lt;/STRONG&gt;&lt;SPAN&gt; (in Edit menu )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2.- upload the json file in a genAI chat and ask the following prompt:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&amp;nbsp;Can you update the attached CSN file and convert labels into Business names (Upper case lower case words without "_" )"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Gen AI will also ask to improve it like keeping upper cases for acronyms ..you can remove prefix or suffix..etc.. just be careful with json format double quotation marks if you copy/paste can replace that in notepad++&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3.- &lt;STRONG&gt;&lt;U&gt;import&lt;/U&gt;&amp;nbsp;&lt;/STRONG&gt;the CSN into the repository, wait the import is complete and redeploy your view.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ref.-&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A title="Importing and Exporting Objects in CSN/JSON Files" href="https://help.sap.com/docs/SAP_DATASPHERE/c8a54ee704e94e15926551293243fd1d/f8ff0628c9fc49229740ffcd4d20e9aa.html" target="_self"&gt;Importing and Exporting Objects in CSN/JSON Files&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;example json code to be replaced/generated for that field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"VK_AUTOID": {&lt;BR /&gt;"@EndUserText.label": "&lt;STRONG&gt;AutoID&lt;/STRONG&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 16:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/datasphere-sql-view-set-business-name-in-sql-select/qaa-p/14260600#M4930969</guid>
      <dc:creator>erickalberto_romeroneyra</dc:creator>
      <dc:date>2025-11-04T16:58:48Z</dc:date>
    </item>
  </channel>
</rss>

