<?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: Submit rm07docs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-rm07docs/m-p/7448822#M1552650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUBMIT zmm_rm07docs WITH manr-low =  P_i_a621-matnr&lt;/P&gt;&lt;P&gt;                    WITH bwart-low = 601&lt;/P&gt;&lt;P&gt;                    WITH ar_flag = 'X'&lt;/P&gt;&lt;P&gt;                    WITH bwart-high = 602&lt;/P&gt;&lt;P&gt;                    WITH budat-low = s5_datbi-low&lt;/P&gt;&lt;P&gt;                    WITH budat-high = s5_datbi-high AND RETURN.&lt;/P&gt;&lt;P&gt;this is also not working.&lt;/P&gt;&lt;P&gt;What may be the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Nov 2010 13:51:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-30T13:51:35Z</dc:date>
    <item>
      <title>Submit rm07docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-rm07docs/m-p/7448820#M1552648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;I m developing a report. I need to call prog. rm07docs&lt;/P&gt;&lt;P&gt;MY statement is &lt;/P&gt;&lt;P&gt;SUBMIT zmm_rm07docs WITH matnr-low =  P_i_a621-matnr&lt;/P&gt;&lt;P&gt;                    WITH bwart-low = 601&lt;/P&gt;&lt;P&gt;                    WITH ar_flag = 'X'&lt;/P&gt;&lt;P&gt;                    WITH bwart-high = 602&lt;/P&gt;&lt;P&gt;                    WITH budat-low = s5_datbi-low&lt;/P&gt;&lt;P&gt;                    WITH budat-high = s5_datbi-high AND RETURN.&lt;/P&gt;&lt;P&gt;but my parameters is not carried to the rm07docs prog.&lt;/P&gt;&lt;P&gt;What is the problem?&lt;/P&gt;&lt;P&gt;THanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 13:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-rm07docs/m-p/7448820#M1552648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T13:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Submit rm07docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-rm07docs/m-p/7448821#M1552649</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;The single data for select-option have to be transfered without LOW, if you need to transfer a range, you have to use IN option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

RANGES: R_BWART FOR MSEG-BWART.

R_BWART(3)     = 'IBT'.
R_BWART-LOW = '601'.
R_BWART-HIGH = '602'.
APPEND R_BWART.


SUBMIT zmm_rm07docs 
    WITH matnr = P_i_a621-matnr
    WITH bwart in R_BWART
    WITH ar_flag = 'X'
    WITH budat IN s5_datbi AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 13:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-rm07docs/m-p/7448821#M1552649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T13:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Submit rm07docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-rm07docs/m-p/7448822#M1552650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUBMIT zmm_rm07docs WITH manr-low =  P_i_a621-matnr&lt;/P&gt;&lt;P&gt;                    WITH bwart-low = 601&lt;/P&gt;&lt;P&gt;                    WITH ar_flag = 'X'&lt;/P&gt;&lt;P&gt;                    WITH bwart-high = 602&lt;/P&gt;&lt;P&gt;                    WITH budat-low = s5_datbi-low&lt;/P&gt;&lt;P&gt;                    WITH budat-high = s5_datbi-high AND RETURN.&lt;/P&gt;&lt;P&gt;this is also not working.&lt;/P&gt;&lt;P&gt;What may be the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 13:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-rm07docs/m-p/7448822#M1552650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T13:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Submit rm07docs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-rm07docs/m-p/7448823#M1552651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beltha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've just posted in my previuos answer how the SUBMIT should be written&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 14:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-rm07docs/m-p/7448823#M1552651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T14:02:00Z</dc:date>
    </item>
  </channel>
</rss>

