<?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 Function RSOD_DOC_MAST_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-rsod-doc-mast-change/m-p/1199235#M130586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A parameter for the FM RSOD_DOC_MAST_CHANGE is I_URL.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hoping that it saves the document to that URL location but I can't prove it because when I try to pass a URL to that parameter, I get an error when I run the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what I_URL used for and &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;how&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt; to use it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2006 22:12:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-10T22:12:44Z</dc:date>
    <item>
      <title>Function RSOD_DOC_MAST_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-rsod-doc-mast-change/m-p/1199235#M130586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A parameter for the FM RSOD_DOC_MAST_CHANGE is I_URL.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hoping that it saves the document to that URL location but I can't prove it because when I try to pass a URL to that parameter, I get an error when I run the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what I_URL used for and &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;how&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt; to use it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 22:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-rsod-doc-mast-change/m-p/1199235#M130586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-10T22:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Function RSOD_DOC_MAST_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-rsod-doc-mast-change/m-p/1199236#M130587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all , in 47 c I couldn&amp;#146;t able to find this Fm , as far as URL is concern if you are using in front end then i cant tell you , but if you are using in your company you have to check firewall ... you have to get another IP from which you can bypass firewall..&lt;/P&gt;&lt;P&gt;As I wrote a program in which I use "DP_GET_STREAM_FROM_URL" , it actually reads stock from some client website and bring into text file . Then upload in some Finance view ,, So I had requested separate IP address ,, to by pass firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 22:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-rsod-doc-mast-change/m-p/1199236#M130587</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-02-10T22:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Function RSOD_DOC_MAST_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-rsod-doc-mast-change/m-p/1199237#M130588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how I use the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: doc_url type SAEURI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doc_url = 'http://server:9999/SAP/BW/DOC/MAST/FLDMAST/0000002298.HTM'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'RSOD_DOC_MAST_CHANGE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        i_chanm = l_s_chavl-chanm&lt;/P&gt;&lt;P&gt;        i_chavl = l_s_chavl-chavl      &lt;/P&gt;&lt;P&gt;        I_DOC_TYPE = doc_type&lt;/P&gt;&lt;P&gt;        i_description = descr&lt;/P&gt;&lt;P&gt;        i_name = name&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      I_LANGU = SY-LANGU&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        i_overwrite_mode = if_rsod_const=&amp;gt;mode_replace_phio&lt;/P&gt;&lt;P&gt;        i_with_content = 'X'&lt;/P&gt;&lt;P&gt;        i_s_content_info = l_s_content_info&lt;/P&gt;&lt;P&gt;        I_WITH_URL = 'X'&lt;/P&gt;&lt;P&gt;        I_URL = doc_url&lt;/P&gt;&lt;P&gt;        I_COPY_URL_CONTENT = 'X'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      E_NAME =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        e_s_return = l_t_return&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        i_t_file_content_ascii = itab.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      i_t_file_content_binary =.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I get an error...&lt;/P&gt;&lt;P&gt;    l_t_return-type is E&lt;/P&gt;&lt;P&gt;    l_t_return-number is 159&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone figure out what I'm doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Fong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2006 16:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-rsod-doc-mast-change/m-p/1199237#M130588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-13T16:46:16Z</dc:date>
    </item>
  </channel>
</rss>

