<?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 program RM06BL00 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-rm06bl00/m-p/3231106#M770755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a program that calls program RM06BA00 and automatically populates the selection criteria of this program. Now this program also calls program SAPFM06B which then calls program RM06BL00 and prints out the output.&lt;/P&gt;&lt;P&gt;SUBMIT rm06ba00 AND RETURN EXPORTING LIST TO MEMORY &lt;/P&gt;&lt;P&gt;   WITH ba_banfn IN r_banfn &lt;/P&gt;&lt;P&gt;   WITH ba_ekgrp IN r_ekgrp &lt;/P&gt;&lt;P&gt;   WITH ba_matnr IN r_matnr &lt;/P&gt;&lt;P&gt;   WITH ba_matkl IN r_matkl &lt;/P&gt;&lt;P&gt;   WITH s_werks IN r_werks &lt;/P&gt;&lt;P&gt;   WITH s_lfdat IN r_lfdat &lt;/P&gt;&lt;P&gt;   WITH s_frgdt IN r_frgdt &lt;/P&gt;&lt;P&gt;   WITH s_flief IN r_flief &lt;/P&gt;&lt;P&gt;   WITH p_afnam = preq_name &lt;/P&gt;&lt;P&gt;   WITH p_txz01 = short_text &lt;/P&gt;&lt;P&gt;   WITH p_zugba = open &lt;/P&gt;&lt;P&gt;   WITH p_erblba = closed &lt;/P&gt;&lt;P&gt;   WITH p_bstba = open &lt;/P&gt;&lt;P&gt;   WITH p_freig = closed &lt;/P&gt;&lt;P&gt;   WITH p_selgs = open &lt;/P&gt;&lt;P&gt;   WITH p_selpo = open &lt;/P&gt;&lt;P&gt;   WITH s_kostl IN r_kostl &lt;/P&gt;&lt;P&gt;   WITH s_aufnr IN r_aufnr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IMPORT BAN COM FROM MEMORY ID 'ZYX'.&lt;/P&gt;&lt;P&gt;In standard SAP Code: &lt;/P&gt;&lt;P&gt;Program RM06BA00 calls SAPMF06B&lt;/P&gt;&lt;P&gt;PERFORM SUBMIT(SAPFM06B) USING SUCOMM.&lt;/P&gt;&lt;P&gt;Then program SAPFM06B calls RM06BL00&lt;/P&gt;&lt;P&gt;SUBMIT RM06BL00 AND RETURN.&lt;/P&gt;&lt;P&gt;My problem is that I don't need program RM06BL00. This program prints out the output report. But all I need is to do an import as shown above and do some more filtering from there. How do I exclude this program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Jan 2008 11:07:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-12T11:07:41Z</dc:date>
    <item>
      <title>program RM06BL00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-rm06bl00/m-p/3231106#M770755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a program that calls program RM06BA00 and automatically populates the selection criteria of this program. Now this program also calls program SAPFM06B which then calls program RM06BL00 and prints out the output.&lt;/P&gt;&lt;P&gt;SUBMIT rm06ba00 AND RETURN EXPORTING LIST TO MEMORY &lt;/P&gt;&lt;P&gt;   WITH ba_banfn IN r_banfn &lt;/P&gt;&lt;P&gt;   WITH ba_ekgrp IN r_ekgrp &lt;/P&gt;&lt;P&gt;   WITH ba_matnr IN r_matnr &lt;/P&gt;&lt;P&gt;   WITH ba_matkl IN r_matkl &lt;/P&gt;&lt;P&gt;   WITH s_werks IN r_werks &lt;/P&gt;&lt;P&gt;   WITH s_lfdat IN r_lfdat &lt;/P&gt;&lt;P&gt;   WITH s_frgdt IN r_frgdt &lt;/P&gt;&lt;P&gt;   WITH s_flief IN r_flief &lt;/P&gt;&lt;P&gt;   WITH p_afnam = preq_name &lt;/P&gt;&lt;P&gt;   WITH p_txz01 = short_text &lt;/P&gt;&lt;P&gt;   WITH p_zugba = open &lt;/P&gt;&lt;P&gt;   WITH p_erblba = closed &lt;/P&gt;&lt;P&gt;   WITH p_bstba = open &lt;/P&gt;&lt;P&gt;   WITH p_freig = closed &lt;/P&gt;&lt;P&gt;   WITH p_selgs = open &lt;/P&gt;&lt;P&gt;   WITH p_selpo = open &lt;/P&gt;&lt;P&gt;   WITH s_kostl IN r_kostl &lt;/P&gt;&lt;P&gt;   WITH s_aufnr IN r_aufnr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IMPORT BAN COM FROM MEMORY ID 'ZYX'.&lt;/P&gt;&lt;P&gt;In standard SAP Code: &lt;/P&gt;&lt;P&gt;Program RM06BA00 calls SAPMF06B&lt;/P&gt;&lt;P&gt;PERFORM SUBMIT(SAPFM06B) USING SUCOMM.&lt;/P&gt;&lt;P&gt;Then program SAPFM06B calls RM06BL00&lt;/P&gt;&lt;P&gt;SUBMIT RM06BL00 AND RETURN.&lt;/P&gt;&lt;P&gt;My problem is that I don't need program RM06BL00. This program prints out the output report. But all I need is to do an import as shown above and do some more filtering from there. How do I exclude this program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 11:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-rm06bl00/m-p/3231106#M770755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T11:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: program RM06BL00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-rm06bl00/m-p/3231107#M770756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best practice is:&lt;/P&gt;&lt;P&gt;IF SY-UNAME = 'BABOON'&lt;/P&gt;&lt;P&gt;    SUBMIT RM06BL00 AND RETURN. &lt;/P&gt;&lt;P&gt;    ELSE ....&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;P&gt;Then only I can run it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternately, catch the SY-TCODE of your own report or possibly the SY-REPID otherwise to  &lt;/P&gt;&lt;P&gt;differentiate the behaviour.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 18:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-rm06bl00/m-p/3231107#M770756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T18:27:17Z</dc:date>
    </item>
  </channel>
</rss>

