<?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: inbound proxy error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973374#M1491606</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'm not aware of the Controller Concepts in XML Editor. Can you debug and let me know what kind of data is there. Is there some other way by which we can check for the Controller initial Conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 May 2010 03:33:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-29T03:33:09Z</dc:date>
    <item>
      <title>inbound proxy error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973370#M1491602</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 tested with empty data, i.e no proxy data . It should actually through error, but it is going inside the else part.&lt;/P&gt;&lt;P&gt;why it s happening like that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; it_data = input-table-line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF  it_data is empty.    &lt;/P&gt;&lt;P&gt;   display   Error.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;    post the data from proxy to a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end if.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 14:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973370#M1491602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-25T14:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: inbound proxy error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973371#M1491603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it_data is an internal table and i also guess it has the same name of the work area as the body. So, in order to evaluate the IF Condition, you need to twist your code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF it_data[] is initial.&lt;/P&gt;&lt;P&gt;  do this.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt; Raise Error.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help. It would be great if you can provide some more information about the defined data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 15:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973371#M1491603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-25T15:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: inbound proxy error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973372#M1491604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Samantak for responding. Do you know, what is controller. There is always some data in the  controller. because of that , it is going into ELSE section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: knsvijay on May 26, 2010 12:36 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: knsvijay on May 26, 2010 12:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 10:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973372#M1491604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T10:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: inbound proxy error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973373#M1491605</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;Controller is a generated add on mainmly used&lt;/P&gt;&lt;P&gt;to influence the XML conversion and generation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It allows you to suppress generating XML for empty parts of the&lt;/P&gt;&lt;P&gt;message. I am sorry i didnt find the links for the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway it is not easy to use it as the PI or other message broker&lt;/P&gt;&lt;P&gt;as well as the bank end might refuse an xml you influenced using the controller&lt;/P&gt;&lt;P&gt;e.g. because it does no longer match the public xsd´s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 02:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973373#M1491605</guid>
      <dc:creator>Marcel_Wahl</dc:creator>
      <dc:date>2010-05-29T02:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: inbound proxy error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973374#M1491606</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'm not aware of the Controller Concepts in XML Editor. Can you debug and let me know what kind of data is there. Is there some other way by which we can check for the Controller initial Conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 03:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973374#M1491606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-29T03:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: inbound proxy error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973375#M1491607</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;CONTROLLER is of table type  PRXCTRLTAB, the line type is PRXCTRL,  it's fields are &lt;/P&gt;&lt;P&gt;1)  FIELD --  Field Name&lt;/P&gt;&lt;P&gt;2)  VALUE -- Field Control in XML Data Stream (=&amp;gt; Type Group SAI)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 06:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-proxy-error/m-p/6973375#M1491607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T06:41:18Z</dc:date>
    </item>
  </channel>
</rss>

