<?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: Function Modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352818#M804307</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;       Actually while calling the standard FM's wile passing import parameters the data type what the function module import parameter is expecting and the variable data type what u r sending should be same other wise it will go to short dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is not the case then wht u do is uncomment the exceptions given for the function module and handle the sy-subrc then sure u will get why it is going for dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still if u r unable to do &lt;/P&gt;&lt;P&gt;u can send me the code if i can i will try to solve u r problem&lt;/P&gt;&lt;P&gt;my mail id mutyalasunilkumar@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz reward if it is helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz dont forget to reward......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2008 09:46:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-01T09:46:47Z</dc:date>
    <item>
      <title>Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352812#M804301</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;In my report i used a standard Function module, it raises an exception and goes to dump. How to handle that exception.&lt;/P&gt;&lt;P&gt;I didnt get any sy-subrc value, before getting it goes to dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352812#M804301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352813#M804302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether the parameter and table ur passing are in correct format i.e data type of passing parameter should be same as that mentioned in function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neelambari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352813#M804302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352814#M804303</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 uncomment the EXCEPTIONS in your code &amp;amp; then handle the sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352814#M804303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352815#M804304</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;After calling the function module.&lt;/P&gt;&lt;P&gt;check the sy-subrc status.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0 means success.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;raise error message.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352815#M804304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352816#M804305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure all export parameters and tables are compatible with FM parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the way let us know which FM you are using and what is the message you are getting in dump (you can check this in ST22).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352816#M804305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352817#M804306</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;Go to tcode: SLIN.&lt;/P&gt;&lt;P&gt;Enter program name.&lt;/P&gt;&lt;P&gt;Select Call Function Interfact check box.&lt;/P&gt;&lt;P&gt;Execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352817#M804306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352818#M804307</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;       Actually while calling the standard FM's wile passing import parameters the data type what the function module import parameter is expecting and the variable data type what u r sending should be same other wise it will go to short dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is not the case then wht u do is uncomment the exceptions given for the function module and handle the sy-subrc then sure u will get why it is going for dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still if u r unable to do &lt;/P&gt;&lt;P&gt;u can send me the code if i can i will try to solve u r problem&lt;/P&gt;&lt;P&gt;my mail id mutyalasunilkumar@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz reward if it is helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz dont forget to reward......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules/m-p/3352818#M804307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:46:47Z</dc:date>
    </item>
  </channel>
</rss>

