<?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: ABAP 7.4 loop alpha conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435175#M1998258</link>
    <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; You're right. It's worth an answer, and that was a bad answer from me. And I don't propose to search the Web with "matnr delete leading zeroes site:sap.com" because many answers are talking about ALPHA &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, the only valid answer (as far as I know) is to use WRITE matnr TO text with matnr variable being based on DDIC domain MATNR (which is generally the case), which calls the conversion routine from the domain.&lt;/P&gt;&lt;P&gt;And then, to answer the OP question, WRITE could be wrapped into a method and used in a FOR table iteration.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Aug 2021 06:04:24 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-08-18T06:04:24Z</dc:date>
    <item>
      <title>ABAP 7.4 loop alpha conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435169#M1998252</link>
      <description>&lt;P&gt;Can we introduce alpha conversions in Value # (Loop) in new 7.4 &lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;LOOP AT LT_MARA ASSIGNING FIELD-SYMBOL(&amp;lt;wa_mara&amp;gt;). 
              CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'   
                EXPORTING                                  
                  input  = &amp;lt;wa_mara&amp;gt;-matnr      
                IMPORTING                                  
                  output = &amp;lt;wa_mara&amp;gt;-matnr      
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Aug 2021 16:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435169#M1998252</guid>
      <dc:creator>former_member1322303</dc:creator>
      <dc:date>2021-08-17T16:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.4 loop alpha conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435170#M1998253</link>
      <description>&lt;P&gt;Welcome to the SAP Community!
Take these tutorials to learn more about getting started:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.sap.com/tutorials/community-qa.html"&gt;Ask &lt;/A&gt;&lt;A href="https://developers.sap.com/tutorials/community-qa.html"&gt;and Answer
Questions on SAP Community | Tutorials for SAP Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.sap.com/tutorials/community-profile.html"&gt;Update and
Maintain Your SAP Profile at people.sap.com | Tutorials for SAP Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.sap.com/tutorials/community-start.html"&gt;Tour the SAP
Community | Tutorials for SAP Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you! &lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 16:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435170#M1998253</guid>
      <dc:creator>former_member751591</dc:creator>
      <dc:date>2021-08-17T16:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.4 loop alpha conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435171#M1998254</link>
      <description>&lt;P&gt;If you search, you will get the answer:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ABAP 7.4 loop alpha conversion site:sap.com&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(blog post quick reference chapter "ALPHA conversion")&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 19:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435171#M1998254</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-08-17T19:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.4 loop alpha conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435172#M1998255</link>
      <description>&lt;P&gt;Hi Sunitha,&lt;/P&gt;&lt;P&gt;You can use below syntax:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;converted_table = VALUE #( FOR unconverted
                           IN unconverted_table
                           ( column_a = |{ unconverted-column_a ALPHA = OUT }| )
                         ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks &amp;amp; Stay Safe&lt;/P&gt;&lt;P&gt;&lt;EM&gt;~Kaushalya&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 02:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435172#M1998255</guid>
      <dc:creator>kaushalya</dc:creator>
      <dc:date>2021-08-18T02:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.4 loop alpha conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435173#M1998256</link>
      <description>&lt;P&gt;bad idea to use ALPHA conversion with MATNR field, there is a table to specify the size of the MATNR field&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 05:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435173#M1998256</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-08-18T05:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.4 loop alpha conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435174#M1998257</link>
      <description>&lt;P&gt;Teach a man to fish as  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt;  did, and they'll eat for life. You've just given the post a fish. Well done. He/she eats for a day. Then comes back for more.&lt;/P&gt;&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; points out, ALPHA is a bad choice for matnr as the length can be determined by a configuration setting. &lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 05:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435174#M1998257</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-08-18T05:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.4 loop alpha conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435175#M1998258</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; You're right. It's worth an answer, and that was a bad answer from me. And I don't propose to search the Web with "matnr delete leading zeroes site:sap.com" because many answers are talking about ALPHA &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, the only valid answer (as far as I know) is to use WRITE matnr TO text with matnr variable being based on DDIC domain MATNR (which is generally the case), which calls the conversion routine from the domain.&lt;/P&gt;&lt;P&gt;And then, to answer the OP question, WRITE could be wrapped into a method and used in a FOR table iteration.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 06:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435175#M1998258</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-08-18T06:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP 7.4 loop alpha conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435176#M1998259</link>
      <description>&lt;P&gt;Thanks, noted, will not use the alpha for conversions&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 09:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-7-4-loop-alpha-conversion/m-p/12435176#M1998259</guid>
      <dc:creator>former_member1322303</dc:creator>
      <dc:date>2021-08-18T09:33:25Z</dc:date>
    </item>
  </channel>
</rss>

