<?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: Passing an XML file from WebDynpro app to ABAP function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-an-xml-file-from-webdynpro-app-to-abap-function-module/m-p/1082618#M98297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Biju,&lt;/P&gt;&lt;P&gt;have you tried to set an extenal break-point in the FuBa and to compare the content with the one of the sender side. Maybe this can provide some hint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also checking the java proxy class and the fuba signature using Char 255 instead of String might be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Oct 2005 10:59:45 GMT</pubDate>
    <dc:creator>former_member183804</dc:creator>
    <dc:date>2005-10-15T10:59:45Z</dc:date>
    <item>
      <title>Passing an XML file from WebDynpro app to ABAP function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-an-xml-file-from-webdynpro-app-to-abap-function-module/m-p/1082615#M98294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm stuck with a problem, and am hoping one of you could let me know how to proceed:&lt;/P&gt;&lt;P&gt;I need to pass an XML file (or at least the entire content of the XML) from my WebDynpro application to a backend ABAP function module. What I tried was this:&lt;/P&gt;&lt;P&gt;In my WebDynpro app, I read the XML and convert the content into one long string (using java.io.FileReader and java.io.BufferedReader). In my ABAP function module I created an import parameter of type String. I then imported the ABAP Function module into my WebDynpro app as a model. I then tried to pass the XML string to the ABAP module. What happens is this:&lt;/P&gt;&lt;P&gt;If the size of the string (XML) happens to be less than 255 characters, then it works. That is, the string is passed to the ABAP function module and I can see the contents. However, if the XML string happens to be greater than 255 characters, then it does not work. The string at the ABAP side is empty. Surprisingly, the ABAP module does not throw an error either. It just displays an empty string. &lt;/P&gt;&lt;P&gt;Could you please tell me what the problem is? &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Biju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 05:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-an-xml-file-from-webdynpro-app-to-abap-function-module/m-p/1082615#M98294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T05:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Passing an XML file from WebDynpro app to ABAP function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-an-xml-file-from-webdynpro-app-to-abap-function-module/m-p/1082616#M98295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can anyone help me out with this please?&lt;/P&gt;&lt;P&gt;Thanks in advance ... &lt;/P&gt;&lt;P&gt;Biju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 08:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-an-xml-file-from-webdynpro-app-to-abap-function-module/m-p/1082616#M98295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T08:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Passing an XML file from WebDynpro app to ABAP function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-an-xml-file-from-webdynpro-app-to-abap-function-module/m-p/1082617#M98296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Biju ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the import parameter is defined as type string it should work, however did you check whether your application pass it properly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have applications using strings as import parameters working fine. (webapplications (BSP) to RFC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2005 07:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-an-xml-file-from-webdynpro-app-to-abap-function-module/m-p/1082617#M98296</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-10-15T07:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Passing an XML file from WebDynpro app to ABAP function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-an-xml-file-from-webdynpro-app-to-abap-function-module/m-p/1082618#M98297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Biju,&lt;/P&gt;&lt;P&gt;have you tried to set an extenal break-point in the FuBa and to compare the content with the one of the sender side. Maybe this can provide some hint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also checking the java proxy class and the fuba signature using Char 255 instead of String might be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2005 10:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-an-xml-file-from-webdynpro-app-to-abap-function-module/m-p/1082618#M98297</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2005-10-15T10:59:45Z</dc:date>
    </item>
  </channel>
</rss>

