<?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: problem with submit a report painter in a program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-a-report-painter-in-a-program/m-p/7124961#M1511615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2011 01:38:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-17T01:38:27Z</dc:date>
    <item>
      <title>problem with submit a report painter in a program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-a-report-painter-in-a-program/m-p/7124960#M1511614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried to call report painter in a program.&lt;/P&gt;&lt;P&gt;But it didn't work well. It didn't make any result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result is different from the result excuting it by tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;blow is the source code. it works well when I change the program name with another one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_ascii type standard table of listzeile .&lt;/P&gt;&lt;P&gt;data : wa_ascii type listzeile .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rspar_1-SELNAME = 'SAVEDAT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rspar_1-KIND = 'P'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rspar_1-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rspar_1-OPTION = 'EQ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rspar_1-LOW = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rspar_1-HIGH = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append rspar_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT GPD73F0G6U07HBC1V48W3WU4KKA using SELECTION-SCREEN '1000' with selection-table rspar_1 EXPORTING LIST TO MEMORY AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'LIST_FROM_MEMORY'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    LISTOBJECT       = z_ABAPLIST&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   NOT_FOUND        = 1&lt;/P&gt;&lt;P&gt;   OTHERS           = 2&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_LIST'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;listobject = z_abaplist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 12:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-a-report-painter-in-a-program/m-p/7124960#M1511614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T12:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with submit a report painter in a program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-a-report-painter-in-a-program/m-p/7124961#M1511615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 01:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-a-report-painter-in-a-program/m-p/7124961#M1511615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-17T01:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with submit a report painter in a program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-a-report-painter-in-a-program/m-p/7124962#M1511616</link>
      <description>&lt;P&gt;What is the resolution provided here?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 13:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-submit-a-report-painter-in-a-program/m-p/7124962#M1511616</guid>
      <dc:creator>rvsap7</dc:creator>
      <dc:date>2021-03-03T13:58:00Z</dc:date>
    </item>
  </channel>
</rss>

