<?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: SE37---Functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-functionality/m-p/3680470#M886334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Open the link&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.se37.com/" target="test_blank"&gt;http://www.se37.com/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on continue as guest,here in function module tab enter ur FM Then click on GO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2008 06:42:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-18T06:42:07Z</dc:date>
    <item>
      <title>SE37---Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-functionality/m-p/3680469#M886333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;Please tell me the functionality of each of the function module that I had listed below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i)   KD_GET_FILENAME_ON_F4&lt;/P&gt;&lt;P&gt;ii)  CATS_NUMERIC_INPUT_CHECK&lt;/P&gt;&lt;P&gt;iii) CONVERSION_EXIT_ALPHA_INPUT&lt;/P&gt;&lt;P&gt;iv)  FI_PERIOD_DETERMINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 06:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37-functionality/m-p/3680469#M886333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T06:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: SE37---Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-functionality/m-p/3680470#M886334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Open the link&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.se37.com/" target="test_blank"&gt;http://www.se37.com/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on continue as guest,here in function module tab enter ur FM Then click on GO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 06:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37-functionality/m-p/3680470#M886334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T06:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: SE37---Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-functionality/m-p/3680471#M886335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1.KD_GET_FILENAME_ON_F4&lt;/P&gt;&lt;P&gt;  a.Check existing file is present .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'KD_GET_FILENAME_ON_F4'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;STATIC = 'X'&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;FILE_NAME = P_FILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.CONVERSION_EXIT_ALPHA_INPUT&lt;/P&gt;&lt;P&gt;Conversion exit ALPHA, external-&amp;gt;internal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALPHA conversion is used especially with account numbers. During conversion from the external to the internal format, the system checks to see if input in the INPUT field is purely numeric, that is, if this input consists only of numbers, possibly with spaces before and after them. If this is the case, then the number string is inserted right- justified in the display field OUTPUT and all spaces to the left of the value are filled with zeroes ('0'). If the input is not purely numeric, it is inserted in the display field from left to right and all extra spaces are filled with blanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Input field and output field are both eight characters in length)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. '1234    ' --&amp;gt; '00001234'&lt;/P&gt;&lt;P&gt;2. 'ABCD    ' --&amp;gt; 'ABCD    '&lt;/P&gt;&lt;P&gt;3. ' 1234   ' --&amp;gt; '00001234'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion from the internal to the external format (function module CONVERSION_EXIT_ALPHA_OUTPUT) is undertaken in exactly the opposite manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.FM: CATS_NUMERIC_INPUT_CHECK to check for pure numeric &lt;/P&gt;&lt;P&gt;values which will consider the decimal and unit &lt;/P&gt;&lt;P&gt;separator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SHIVA(reward if helpful).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 06:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37-functionality/m-p/3680471#M886335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T06:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: SE37---Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37-functionality/m-p/3680472#M886336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) KD_GET_FILENAME_ON_F4 : This Fm is used to provide F4 help for selecting the files on presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)CATS_NUMERIC_INPUT_CHECK&lt;/P&gt;&lt;P&gt;it checks if the field is numeric, removes the thousands separator and, if there is a negative sign, moves it to the end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)CONVERSION_EXIT_ALPHA_INPUT : In general , the internal storage of field's format differs from the display format. this can be done by using conversion exits. &lt;/P&gt;&lt;P&gt;The system sees  if input in the INPUT field is purely numeric. If there are spaces , then the number string is inserted right- justified in the display field OUTPUT and all spaces to the left of the value are filled with zeroes ('0'). If the input is not purely numeric, it is inserted in the display field from left to right and all extra spaces are filled with blanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: C00154790A --&amp;gt; C00154790A&lt;/P&gt;&lt;P&gt;1490770001 --&amp;gt; 000000001490770001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) FI_PERIOD_DETERMINE : This is for getting the next  fiscal year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Rewards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 18:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37-functionality/m-p/3680472#M886336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T18:15:36Z</dc:date>
    </item>
  </channel>
</rss>

