<?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 reg report? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-report/m-p/2905096#M683327</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;1.can anybody tel me how to save a report in a spool and see the report in a saved in a spool.????&lt;/P&gt;&lt;P&gt;2.am giving material number and plant on a selection screen....and am doing various retrievals.....now how to find  out &amp;lt;b&amp;gt;the number of material and plant combinations selected&amp;lt;/b&amp;gt;?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POINTS WILL BE GIVEN FOR SURE...&lt;/P&gt;&lt;P&gt;Thanx in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2007 17:16:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-08T17:16:01Z</dc:date>
    <item>
      <title>reg report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-report/m-p/2905096#M683327</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;1.can anybody tel me how to save a report in a spool and see the report in a saved in a spool.????&lt;/P&gt;&lt;P&gt;2.am giving material number and plant on a selection screen....and am doing various retrievals.....now how to find  out &amp;lt;b&amp;gt;the number of material and plant combinations selected&amp;lt;/b&amp;gt;?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POINTS WILL BE GIVEN FOR SURE...&lt;/P&gt;&lt;P&gt;Thanx in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 17:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-report/m-p/2905096#M683327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T17:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: reg report?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-report/m-p/2905097#M683328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Submit the report in background with the print parameters as below &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GET_PRINT_PARAMETERS'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        out_archive_parameters = arc_params&lt;/P&gt;&lt;P&gt;        out_parameters         = print_params&lt;/P&gt;&lt;P&gt;        valid                  = valid&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        archive_info_not_found = 1&lt;/P&gt;&lt;P&gt;        invalid_print_params   = 2&lt;/P&gt;&lt;P&gt;        invalid_archive_params = 3&lt;/P&gt;&lt;P&gt;        OTHERS                 = 4.&lt;/P&gt;&lt;P&gt;    IF valid = chk.&lt;/P&gt;&lt;P&gt;      SUBMIT yreport&lt;/P&gt;&lt;P&gt;                      WITH s_mat IN s_matnr&lt;/P&gt;&lt;P&gt;                      AND RETURN&lt;/P&gt;&lt;P&gt;                      USER               sy-uname&lt;/P&gt;&lt;P&gt;                      VIA JOB            jobname&lt;/P&gt;&lt;P&gt;                      NUMBER             jobcount&lt;/P&gt;&lt;P&gt;                      TO SAP-SPOOL&lt;/P&gt;&lt;P&gt;                      SPOOL PARAMETERS   print_params&lt;/P&gt;&lt;P&gt;                      ARCHIVE PARAMETERS arc_params&lt;/P&gt;&lt;P&gt;                      WITHOUT SPOOL DYNPRO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Write a select statement to MARC table where the records are stored on MATNR and WERKS(PLANT) basis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fetch them to an internal table and see the number of entries in internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 18:08:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-report/m-p/2905097#M683328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T18:08:29Z</dc:date>
    </item>
  </channel>
</rss>

