<?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 xsdboolean in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xsdboolean/m-p/6416025#M1408547</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;I have a problem with the data type xsdboolean. I want to invoke a consumer proxy where this data type is part of the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i set the value on 'X' for true everythings works fine, but i don't know how to set the value for false. the range tab says X for true and Space for false, but that doesnt work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2009 15:12:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-24T15:12:35Z</dc:date>
    <item>
      <title>xsdboolean</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xsdboolean/m-p/6416025#M1408547</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;I have a problem with the data type xsdboolean. I want to invoke a consumer proxy where this data type is part of the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i set the value on 'X' for true everythings works fine, but i don't know how to set the value for false. the range tab says X for true and Space for false, but that doesnt work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 15:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xsdboolean/m-p/6416025#M1408547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-24T15:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: xsdboolean</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xsdboolean/m-p/6416026#M1408548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TYPE-POOLS: abap.
DATA: var TYPE xsdboolean.
var = abap_false.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 13:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xsdboolean/m-p/6416026#M1408548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T13:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: xsdboolean</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xsdboolean/m-p/6416027#M1408549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer but it doesnt help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even tried to activate the extended_xml_handling. Therefore i inserted a line in the Controller Table, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i set the value on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'1' (=initial value) i get an answer, but the initial value is 'true' &lt;/P&gt;&lt;P&gt;'2' (=xsi:nil) i get error back, that the field has to be filled with an value (the same as when i set directly to abap_false).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has anybody an idea how to solve my problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 10:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xsdboolean/m-p/6416027#M1408549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-30T10:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: xsdboolean</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xsdboolean/m-p/6416028#M1408550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this case you have to change settings in data structures generated by client proxy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 10:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xsdboolean/m-p/6416028#M1408550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-07T10:25:41Z</dc:date>
    </item>
  </channel>
</rss>

