<?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 Functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality/m-p/3680626#M886372</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:34:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-18T06:34:38Z</dc:date>
    <item>
      <title>Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality/m-p/3680626#M886372</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:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality/m-p/3680626#M886372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T06:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality/m-p/3680627#M886373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)KD_GET_FILENAME_ON_F4: this FM used in BDC programs for to get the file path from server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)CATS_NUMERIC_INPUT_CHECK: this FM used for to check whether the entered value is numeric or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)CONVERSION_EXIT_ALPHA_INPUT: this FM used for to convert any numeric value into SAP format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example: kunnr field has 10 char&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;if you wan to print 1000 in output using this FM you will get 0000001000 like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)FI_PERIOD_DETERMINE: this is used to find out the month and fiscal year of a company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helpful.&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 06:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality/m-p/3680627#M886373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T06:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality/m-p/3680628#M886374</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 is used to locate file in a directory (on value request). It should be at the time of uploading data from local PC to internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insted u can use a simple file locator F4_FILENAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)CATS_NUMERIC_INPUT_CHECK &amp;#150;  It does not convert character fields to numeric fields. Basically all it does it checks if the field is numeric, removes the thousands separator and, if there is a negative sign, moves it to the end. It could not handle the number '+107,400.99' and threw a "not numeric" exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)CONVERSION_EXIT_ALPHA_INPUT - add leading zeros&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)FI_PERIOD_DETERMINE - Find the period for a date &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 06:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality/m-p/3680628#M886374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T06:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality/m-p/3680629#M886375</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;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:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality/m-p/3680629#M886375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T06:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functionality/m-p/3680630#M886376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KD_GET_FILENAME_ON_F4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Filemanager support to locate file in a directory (on value request)&lt;/P&gt;&lt;P&gt;		ie the functionmodule helps to browse a file  at the f4 help of any field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT&lt;/P&gt;&lt;P&gt;&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&lt;/P&gt;&lt;P&gt;  conversion from the external to the internal format, the system checks&lt;/P&gt;&lt;P&gt;  to see if input in the INPUT field is purely numeric, that is, if this&lt;/P&gt;&lt;P&gt;  input consists only of numbers, possibly with spaces before and after&lt;/P&gt;&lt;P&gt;  them. If this is the case, then the number string is inserted right-&lt;/P&gt;&lt;P&gt;  justified in the display field OUTPUT and all spaces to the left of the&lt;/P&gt;&lt;P&gt;  value are filled with zeroes ('0'). If the input is not purely numeric,&lt;/P&gt;&lt;P&gt;  it is inserted in the display field from left to right and all extra&lt;/P&gt;&lt;P&gt;  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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CATS_NUMERIC_INPUT_CHECK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;		checks the input field contain other than numeric .&lt;/P&gt;&lt;P&gt;		if non numeric is present  fire an error message 'Enter Numeric value'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FI_PERIOD_DETERMINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	in this fm we pass  Date i  and get Fiscal Year Fiscal period Posting period&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 07:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functionality/m-p/3680630#M886376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T07:11:37Z</dc:date>
    </item>
  </channel>
</rss>

