<?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: How to convert a length in Open SQL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-a-length-in-open-sql/m-p/12413496#M1996612</link>
    <description>&lt;P&gt;Using the &lt;A href="https://help.sap.com/doc/abapdocu_755_index_htm/7.55/en-US/abensql_expr_cast_abexa.htm" target="_blank"&gt;CAST&lt;/A&gt; expression is an option.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Apr 2021 09:36:19 GMT</pubDate>
    <dc:creator>pfefferf</dc:creator>
    <dc:date>2021-04-26T09:36:19Z</dc:date>
    <item>
      <title>How to convert a length in Open SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-a-length-in-open-sql/m-p/12413495#M1996611</link>
      <description>&lt;P&gt;I'd like to connect between purchasing order and outbound delivery, using a link beteen [EKKO-EBELN] and [LIPS-VGBEL] and a link between [EKPO-EBELP] and [LIPS-VGPOS].&lt;/P&gt;
  &lt;P&gt;Both EKKO-EBELN and LIPS-VGBEL are char10, but the length of LIPS-VGPOS(length 6) is different EKPO-EBELP(length 5).&lt;/P&gt;
  &lt;P&gt;Is it possible to convert the length in SQL?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 08:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-a-length-in-open-sql/m-p/12413495#M1996611</guid>
      <dc:creator>former_member681953</dc:creator>
      <dc:date>2021-04-26T08:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a length in Open SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-a-length-in-open-sql/m-p/12413496#M1996612</link>
      <description>&lt;P&gt;Using the &lt;A href="https://help.sap.com/doc/abapdocu_755_index_htm/7.55/en-US/abensql_expr_cast_abexa.htm" target="_blank"&gt;CAST&lt;/A&gt; expression is an option.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 09:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-a-length-in-open-sql/m-p/12413496#M1996612</guid>
      <dc:creator>pfefferf</dc:creator>
      <dc:date>2021-04-26T09:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert a length in Open SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-a-length-in-open-sql/m-p/12413497#M1996613</link>
      <description>&lt;P&gt;The solution depends on your code and on your ABAP version.&lt;/P&gt;&lt;P&gt;Pasting your code would be nice... Is it what you currently have or do you have something else?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;...
FROM lips
  INNER JOIN ekko
   on EKKO~EBELN = LIPS~VGBEL
  INNER JOIN ekpo
   on EKPO~EBELP = LIPS~VGPOS
...&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Apr 2021 11:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-a-length-in-open-sql/m-p/12413497#M1996613</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-04-26T11:43:53Z</dc:date>
    </item>
  </channel>
</rss>

