<?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>Question Re: RFC call from java webdynpro in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/rfc-call-from-java-webdynpro/qaa-p/10298154#M3726896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not an ABAPer but the last time I've dealt with DMS from Web Dynpro an ABAPer wrote a custom function that gets the file content (XSTRING) by sending DMS parameters (documenttype, documentnumber, documentversion, documentpart).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting the XSTRING from my Web Dynpro Java, I convert it to byte[] and created URL by using WDResourceFactory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 12:24:19 GMT</pubDate>
    <dc:creator>former_member182374</dc:creator>
    <dc:date>2014-05-08T12:24:19Z</dc:date>
    <item>
      <title>RFC call from java webdynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-call-from-java-webdynpro/qaq-p/10298151</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 creating a Java Webdynpro where I call RFC's from SAP.&lt;/P&gt;&lt;P&gt;For the images in the webdynpro, I call the standard SAP function 'CVAPI_DOC_VIEW'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute the function in SAP, I get the url to the contentserver with the correct image.&lt;/P&gt;&lt;P&gt;After calling the same function in my Java Webdynpro, the url is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked the importing parameters after calling from webdynpro and SAP and they are the same.&lt;/P&gt;&lt;P&gt;After debugging, I saw that the function 'CVAPI_DOC_VIEW' is the problem. He's exporting an empty url after calling from the webdynpro.&lt;/P&gt;&lt;P&gt;Does anybody knows the possible fault and solution for my problem?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 08:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-call-from-java-webdynpro/qaq-p/10298151</guid>
      <dc:creator>TimVDB92</dc:creator>
      <dc:date>2014-05-08T08:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call from java webdynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-call-from-java-webdynpro/qaa-p/10298152#M3726894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know most of the DMS functions require SAP GUI, that's why it works from SAP GUI and doesn't work from Web Dynpro Java...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Omri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 11:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-call-from-java-webdynpro/qaa-p/10298152#M3726894</guid>
      <dc:creator>former_member182374</dc:creator>
      <dc:date>2014-05-08T11:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call from java webdynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-call-from-java-webdynpro/qaa-p/10298153#M3726895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct...Do you know a possibility to get the url in the function in SAP and to sent it back to the java webdynpro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 12:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-call-from-java-webdynpro/qaa-p/10298153#M3726895</guid>
      <dc:creator>TimVDB92</dc:creator>
      <dc:date>2014-05-08T12:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call from java webdynpro</title>
      <link>https://community.sap.com/t5/technology-q-a/rfc-call-from-java-webdynpro/qaa-p/10298154#M3726896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not an ABAPer but the last time I've dealt with DMS from Web Dynpro an ABAPer wrote a custom function that gets the file content (XSTRING) by sending DMS parameters (documenttype, documentnumber, documentversion, documentpart).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting the XSTRING from my Web Dynpro Java, I convert it to byte[] and created URL by using WDResourceFactory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 12:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/rfc-call-from-java-webdynpro/qaa-p/10298154#M3726896</guid>
      <dc:creator>former_member182374</dc:creator>
      <dc:date>2014-05-08T12:24:19Z</dc:date>
    </item>
  </channel>
</rss>

