<?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: System function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-function/m-p/6225572#M1379822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The documentation available in SE37 for this function module says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Reversing conversion undertaken by function module CONVERSION_EXIT_ALPHA_INPUT. The contents of the INPUT field are converted to display format and placed in the OUTPUT field."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2009 10:45:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-02T10:45:31Z</dc:date>
    <item>
      <title>System function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-function/m-p/6225570#M1379820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;In the &lt;STRONG&gt;CONVERSION_EXIT_ALPHA_OUTPUT&lt;/STRONG&gt; function module there is code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL 'CONVERSION_EXIT_ALPHA_OUTPUT' ID 'INPUT'  FIELD INPUT
                                      ID 'OUTPUT' FIELD OUTPUT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I anywhere look at code of system function or where can I find documentation to such system functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 10:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-function/m-p/6225570#M1379820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T10:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: System function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-function/m-p/6225571#M1379821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these are called C routines, you cant not see its code, not even in debugging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 10:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-function/m-p/6225571#M1379821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T10:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: System function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-function/m-p/6225572#M1379822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The documentation available in SE37 for this function module says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Reversing conversion undertaken by function module CONVERSION_EXIT_ALPHA_INPUT. The contents of the INPUT field are converted to display format and placed in the OUTPUT field."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 10:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-function/m-p/6225572#M1379822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T10:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: System function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-function/m-p/6225573#M1379823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kartik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to add to the info you provided. The CALL 'XXX' are Kernel level functions (which you say to be C functions) which should be used only by SAP only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better documentation in SAP-F1 &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: We had a custom FM (some CRC key calculation) where we had used this "CALL" function. And believe me it was a pain when upgrading from 4.5(non UC) to ECC5.0 &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 11:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-function/m-p/6225573#M1379823</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-10-02T11:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: System function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-function/m-p/6225574#M1379824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marat,&lt;/P&gt;&lt;P&gt;this sap help would help you know more abt  such calls&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/es/34/55cad698482bc0e10000009b38f91f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/es/34/55cad698482bc0e10000009b38f91f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Suhas&lt;/P&gt;&lt;P&gt;Thanks for the info. &lt;/P&gt;&lt;P&gt;I was curious about these functions and had a thought in mind that if i get a chance i will try to implement it in one of my codes, but it seems their use is better left for sap internal use only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 11:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-function/m-p/6225574#M1379824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T11:29:58Z</dc:date>
    </item>
  </channel>
</rss>

