<?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: Run time error due to custom function module in a program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236404#M1525636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;...I am giving it as &lt;/P&gt;&lt;P&gt;&amp;gt; Y_DATE = 01.01.2011,but in program the field is DATS type and I have to give 20110101.If this is the problem how I can solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You' have got to be kidding right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Sep 2010 11:58:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-17T11:58:30Z</dc:date>
    <item>
      <title>Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236398#M1525630</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;I  have created one program using custom function module ZIN_COMEV_CUSTDETAILNOTIF_OUT .The program is showing runtime error &lt;/P&gt;&lt;P&gt;"Incorrect parameter with CALL FUNCTION."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested the FM using same set of parameter as in program it is working.It is throwing error while executing in program help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Datta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236398#M1525630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T11:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236399#M1525631</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;check the Import parameters type and passing parameters type in Program are of same type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other wise it will dump Incorrect parameter with CALL FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236399#M1525631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T11:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236400#M1525632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare the parameters in your program which you use to call the FM &lt;U&gt;EXACTLY&lt;/U&gt; the same as the parameters as defined in your functionmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236400#M1525632</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2010-09-17T11:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236401#M1525633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DLK&lt;/P&gt;&lt;P&gt;When you test the FM from SE37, system will automaticaly check for the type.&lt;/P&gt;&lt;P&gt;But when you try it through the program, system will not be able to intrpret it till the runtime.&lt;/P&gt;&lt;P&gt;That is the reason why ur getting a runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defnitly it will be the issue of the parameter type that you are passing to the FM.&lt;/P&gt;&lt;P&gt;So check it once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hareesh Menon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236401#M1525633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T11:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236402#M1525634</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;Probably the problem is due to conversion failures. Make sure you pass the same types to the function module which are declared in it . If you still face the problem try using conversion routines like CONVERSION_EXIT_ALPHA_INPUT before passing it to the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236402#M1525634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T11:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236403#M1525635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nagraj or harish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I think you may be right.There is date  field in my function module ,when I am testing function module I am giving it as &lt;/P&gt;&lt;P&gt;Y_DATE = 01.01.2011,but in program the field is DATS type and I have to give 20110101.If this is the problem how I can solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ZIN_COMEV_CUSTDETAILNOTIF_OUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    Y_SENDER              = gv_g_sender&lt;/P&gt;&lt;P&gt;    Y_RECEIVER            = gv_g_reciever&lt;/P&gt;&lt;P&gt;    Y_PARTNER             = GV_V_PARTNER&lt;/P&gt;&lt;P&gt;    Y_BASIC_PROCESS       = GC_BASIC_PROCESS&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Y_SWITCHNUM           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Y_SEN_LOAD            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    Y_INTUI               = GV_V_INTUI&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Y_TRANSACTIONID       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    Y_DATE                = GV_V_DATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236403#M1525635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236404#M1525636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;...I am giving it as &lt;/P&gt;&lt;P&gt;&amp;gt; Y_DATE = 01.01.2011,but in program the field is DATS type and I have to give 20110101.If this is the problem how I can solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You' have got to be kidding right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236404#M1525636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T11:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236405#M1525637</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;If in your calling program , the date field you are passing is of type sy-datum and you are capturing value from a screen to this field then there is no need for conversion. Otherwise u can either use string functions and put the date value in the format the system recognises ot you can use date conversion functions available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the useful FMs at this link  : &lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Useful" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Useful&lt;/A&gt;&lt;EM&gt;ABAP&lt;/EM&gt;Function+Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 11:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236405#M1525637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T11:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236406#M1525638</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; I am not joking , I am  not able to understand what is the exact error ,I just wanted to know whether date conversion may be one of the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 12:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236406#M1525638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T12:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236407#M1525639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; hi&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;  I am not joking , I am  not able to understand what is the exact error ,I just wanted to know whether date conversion may be one of the error.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was afraid for that... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's holding you back to experiment a bit to find the solution yourself? it really isn't difficult since you figured out the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 12:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236407#M1525639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T12:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236408#M1525640</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;    Please check the value in the field : GV_V_DATE.&lt;/P&gt;&lt;P&gt;    Value should be in 'yyyymmdd' format. (Don't compare with the date while executing FM from se37)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 12:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236408#M1525640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T12:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236409#M1525641</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;Use SE38 for displaying the main program (the program calling the function).&lt;/P&gt;&lt;P&gt;Choose "Program" menu, "Check", "Extended program check".&lt;/P&gt;&lt;P&gt;Then choose "CALL FUNCTION interfaces" only and execute.&lt;/P&gt;&lt;P&gt;You will get statistics.&lt;/P&gt;&lt;P&gt;Dubble-click on the "CALL FUNCTION interfaces" row for viewing the errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 12:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236409#M1525641</guid>
      <dc:creator>former_member194797</dc:creator>
      <dc:date>2010-09-17T12:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error due to custom function module in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236410#M1525642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please invest some own effort and analysis into solving problems before asking for help.&lt;/P&gt;&lt;P&gt;Thread locked.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/Rules&lt;EM&gt;of&lt;/EM&gt;Engagement]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 12:17:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-due-to-custom-function-module-in-a-program/m-p/7236410#M1525642</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-09-17T12:17:45Z</dc:date>
    </item>
  </channel>
</rss>

