<?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: Using ABAP_BOOL within an RFC call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390965#M1044131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's very strange. I used it here and worked. In top include using type-pools: abap and then in the FM, add a parameter called test TYPE abap_bool. Check that you are using the correct include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In FM coding appears:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ztest.
*"----------------------------------------------------------------------
*"*"Interface local:
*"  IMPORTING
*"     REFERENCE(TESTE) TYPE  ABAP_BOOL
*"----------------------------------------------------------------------

ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Sep 2008 10:07:34 GMT</pubDate>
    <dc:creator>valter_oliveira</dc:creator>
    <dc:date>2008-09-02T10:07:34Z</dc:date>
    <item>
      <title>Using ABAP_BOOL within an RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390958#M1044124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello @ll,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a RFC function and I need to use the parameter in my interface (import and export) with "TYPE  ABAP_POOL. However the system doesn't allow this with the message "The ABAP_BOOL is neither know nor allowed" even though I have the statement: TYPE-POOLS: abap. in my coding. Does anybody know why and how can I correct my entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 09:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390958#M1044124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T09:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using ABAP_BOOL within an RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390959#M1044125</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;It should be TYPE-POOL abap .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 09:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390959#M1044125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T09:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using ABAP_BOOL within an RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390960#M1044126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you simply use a variable of type char1 (same thing of type ABAP_BOOL)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 09:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390960#M1044126</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-02T09:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using ABAP_BOOL within an RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390961#M1044127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with TYPE-POOL I got the Syntax error and it suggest the TYPE-POOLS itself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 09:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390961#M1044127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T09:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using ABAP_BOOL within an RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390962#M1044128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, but I just want to know why it doesn't work with the type-pools&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 09:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390962#M1044128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T09:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using ABAP_BOOL within an RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390963#M1044129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. For that you cannot declare the type-pools in the function itself. If you do that, you can only use it in data declaration in the FM code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use it as a parameter, must use &lt;EM&gt;&lt;STRONG&gt;TYPE-POOLS: abap&lt;/STRONG&gt;&lt;/EM&gt; in top include of function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include L&lt;STRONG&gt;ZFMG&lt;/STRONG&gt;TOP (for function group ZFMG).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 09:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390963#M1044129</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-02T09:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using ABAP_BOOL within an RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390964#M1044130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your respond.&lt;/P&gt;&lt;P&gt;I have already declared this in the top include. But it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 10:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390964#M1044130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T10:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using ABAP_BOOL within an RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390965#M1044131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's very strange. I used it here and worked. In top include using type-pools: abap and then in the FM, add a parameter called test TYPE abap_bool. Check that you are using the correct include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In FM coding appears:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ztest.
*"----------------------------------------------------------------------
*"*"Interface local:
*"  IMPORTING
*"     REFERENCE(TESTE) TYPE  ABAP_BOOL
*"----------------------------------------------------------------------

ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 10:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390965#M1044131</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-02T10:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using ABAP_BOOL within an RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390966#M1044132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is the processing type of your function checked with "Remote-enabled" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 10:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390966#M1044132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T10:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using ABAP_BOOL within an RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390967#M1044133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, I think I don't deserve those points, because no ... I didn't use RFC FM, just FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With RFC it creates a new include LZFMGV01 that somehow doesn't have a main program (which would have a top include). I'll try to find how to create this main program that contains LZFMGV01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and good luck!&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 10:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-abap-bool-within-an-rfc-call/m-p/4390967#M1044133</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-02T10:57:06Z</dc:date>
    </item>
  </channel>
</rss>

