<?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: Remote Function Call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/3299944#M789922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a remote function call.If so You should specify Destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise : your function call has some sytax errors .I think Importing or exporting parameter is missed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie,&lt;/P&gt;&lt;P&gt;call "Z_CHANGE_CONFIRMATION_TEXT" &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IMPORTING.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In.I_RUECK="1716" &lt;/P&gt;&lt;P&gt;In.I_RMZHL="3" &lt;/P&gt;&lt;P&gt;Table.LINES(width:132)="t1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to call this function module from pattern.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Feb 2008 06:54:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-02T06:54:51Z</dc:date>
    <item>
      <title>Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/3299943#M789921</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;try to call an ABAP function, but I always get en error message &lt;/P&gt;&lt;P&gt;"Incorrect field length for Remote Function Call". &lt;/P&gt;&lt;P&gt;My call statement looks as follows:&lt;/P&gt;&lt;P&gt; call "Z_CHANGE_CONFIRMATION_TEXT" In.I_RUECK="1716" &lt;/P&gt;&lt;P&gt;In.I_RMZHL="3"  Table.LINES(width:132)="t1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suneela.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2008 06:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/3299943#M789921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-02T06:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/3299944#M789922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a remote function call.If so You should specify Destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise : your function call has some sytax errors .I think Importing or exporting parameter is missed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie,&lt;/P&gt;&lt;P&gt;call "Z_CHANGE_CONFIRMATION_TEXT" &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IMPORTING.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In.I_RUECK="1716" &lt;/P&gt;&lt;P&gt;In.I_RMZHL="3" &lt;/P&gt;&lt;P&gt;Table.LINES(width:132)="t1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to call this function module from pattern.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2008 06:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/3299944#M789922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-02T06:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Function Call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/3299945#M789923</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;&lt;/P&gt;&lt;P&gt;You probably used "Integer" data type to define the ABAP function module parameters I_RUECK and I_RMZHL. Please use character data type instead. GuiXT always works with character fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if found helpfull..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2008 09:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remote-function-call/m-p/3299945#M789923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-02T09:10:13Z</dc:date>
    </item>
  </channel>
</rss>

