<?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 Conversion Exit for Functional Location in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-for-functional-location/m-p/12487688#M2002220</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
  &lt;P&gt;As per Conversion Exit i.e. CONVERSION_EXIT_ALPHA_INPUT can be used to change the format of given field. For this in latest ABAP syntax we can use:&lt;/P&gt;
  &lt;P&gt;DATA(lv_real) = |{ lv_kunnr ALPHA = IN/OUT } |.&lt;/P&gt;
  &lt;P&gt;Do we have similar syntax provided by SAP for CONVERSION_EXIT_TPLNR_INPUT or CONVERSION_EXIT_TPLNR_OUTPUT?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Oct 2021 15:32:55 GMT</pubDate>
    <dc:creator>vijayjanoti</dc:creator>
    <dc:date>2021-10-22T15:32:55Z</dc:date>
    <item>
      <title>Conversion Exit for Functional Location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-for-functional-location/m-p/12487688#M2002220</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
  &lt;P&gt;As per Conversion Exit i.e. CONVERSION_EXIT_ALPHA_INPUT can be used to change the format of given field. For this in latest ABAP syntax we can use:&lt;/P&gt;
  &lt;P&gt;DATA(lv_real) = |{ lv_kunnr ALPHA = IN/OUT } |.&lt;/P&gt;
  &lt;P&gt;Do we have similar syntax provided by SAP for CONVERSION_EXIT_TPLNR_INPUT or CONVERSION_EXIT_TPLNR_OUTPUT?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 15:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-for-functional-location/m-p/12487688#M2002220</guid>
      <dc:creator>vijayjanoti</dc:creator>
      <dc:date>2021-10-22T15:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit for Functional Location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-for-functional-location/m-p/12487689#M2002221</link>
      <description>&lt;P&gt;As of now ABAP support only for alpha Conversion . not all CONVERSION_EXIT_*. however there are around 18 formatting options available base on ABAP version.&lt;/P&gt;&lt;P&gt; if non are matching the requirement  use the conversion exit inside the function method. Example&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Method conversion_tplnr
Importing iv_input_TPLNR type kunnr
returning re_output type kunnr .

Method conversion_tplnr
CALL FUNCTION 'CONVERSION_EXIT_TPLNR_OUTPUT'
exporting 
input =  v_input_TPLNR 
importing
output = re_output.


DATA(lv_real) = conversion_tplnr( lv_kunnr ).&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Mar 2022 15:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-for-functional-location/m-p/12487689#M2002221</guid>
      <dc:creator>santhosh_85</dc:creator>
      <dc:date>2022-03-09T15:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit for Functional Location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-for-functional-location/m-p/12487690#M2002222</link>
      <description>&lt;P&gt;Thanks for your response. &lt;/P&gt;&lt;P&gt;Let see if future releases have such options.  &lt;SPAN class="mention-scrubbed"&gt;horst.keller&lt;/SPAN&gt; Anything on on this thread ?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 15:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-for-functional-location/m-p/12487690#M2002222</guid>
      <dc:creator>vijayjanoti</dc:creator>
      <dc:date>2022-03-09T15:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit for Functional Location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-for-functional-location/m-p/12487691#M2002223</link>
      <description>&lt;UL&gt;&lt;LI&gt;Check online documentation &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abapcompute_string_format_options.htm#!ABAP_ADDITION_13@13@"&gt;ALPHA = IN|OUT|RAW|(dobj)|expr ...&lt;/A&gt;(in latest version only ALPHA)&lt;/LI&gt;&lt;LI&gt;For CONVERSION_EXIT_&amp;lt;any&amp;gt;_OUTPUT, you can use statement &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abapwrite_to.htm"&gt;WRITE, TO&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 10 Mar 2022 12:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-for-functional-location/m-p/12487691#M2002223</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-03-10T12:27:40Z</dc:date>
    </item>
  </channel>
</rss>

