<?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 Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820752#M1682129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a custom report giving a call to thhe standard report RFIDYYWT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are in the upgrade mode and as a part of upgrade packs, note &lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;1528860 came along which changed the logic Local Currency.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;After the note, the report shows LC as 0(zero) when the document currency is USD and the LC is IDR (Indonesia Rupiah)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;There is no problem if the document currency is IDR.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;We are trying to find out the solution for this issue and will go with SAP if required.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;However since my report is a Zreport (SUMBIT to standard), I was trying to modify the output with some extra logic after getting the results back from standard.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;Any pointers wud be appreciated.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2012 16:43:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-05T16:43:44Z</dc:date>
    <item>
      <title>Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820746#M1682123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using SUBMIT as below in a Z report:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;SUBMIT RFIDYYWT&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;USING&lt;/SPAN&gt; SELECTION-&lt;SPAN class="L1S52"&gt;SET&lt;/SPAN&gt; VARIANT&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;WITH&lt;/SPAN&gt; SELECTION-&lt;SPAN class="L1S52"&gt;TABLE&lt;/SPAN&gt; gt_rspar_tab&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;WITH&lt;/SPAN&gt; P_BELNR &lt;SPAN class="L1S52"&gt;IN&lt;/SPAN&gt; r_belnr &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;RETURN&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;This outputs the report. I however want to modify the internal table before the output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Any option?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 19:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820746#M1682123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-04T19:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820747#M1682124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 19:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820747#M1682124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-04T19:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820748#M1682125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are talking about changing the SUBMIT output, you cannot.&lt;/P&gt;&lt;P&gt;One way is, you can EXPORT the list to memory (&lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;EXPORTING LIST TO MEMORY&lt;/STRONG&gt;), so that the Output is not displayed.&lt;/P&gt;&lt;P&gt;Then read the Output table from memory and make changes to it. FInally you can display this in your report.&lt;/P&gt;&lt;P&gt;Use FM LIST_FROM_MEMORY and LIST_TO_ASCI.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 03:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820748#M1682125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-05T03:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820749#M1682126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try BAdI WTAXREPORT_MODIFY (method IF_EX_WTAXREPORT_MODIFY-&amp;gt;MODIFY_DATA_BEFORE_OUTPUT) or IDWTREP_ADDFUNCINT (method IF_EX_IDWTREP_ADDFUNCINT-&amp;gt;ALLDATA_MODIFY_BEFORE_OUTPUT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 06:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820749#M1682126</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-06-05T06:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820750#M1682127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder if the auditors would like the results of a standard SAP program being modified after being produced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 13:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820750#M1682127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-05T13:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820751#M1682128</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;I had a similar requirement where we had to take data from foreground and execute in background for parallel processing to improve performance. Since i wasn't able to modify messages by using submit,&amp;nbsp; &lt;/P&gt;&lt;P&gt;the approach i took was to create a Z function module. The function module performs the task of standard program along with my requirements, the FM is called to execute in background like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'XXXXXXX'&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;in&lt;/SPAN&gt; BACKGROUND &lt;SPAN class="L1S52"&gt;TASK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and FM's messages/ outputs are merged and displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel your requirement seems to be same, hope this helps!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 15:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820751#M1682128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-05T15:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820752#M1682129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a custom report giving a call to thhe standard report RFIDYYWT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are in the upgrade mode and as a part of upgrade packs, note &lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;1528860 came along which changed the logic Local Currency.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;After the note, the report shows LC as 0(zero) when the document currency is USD and the LC is IDR (Indonesia Rupiah)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;There is no problem if the document currency is IDR.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;We are trying to find out the solution for this issue and will go with SAP if required.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;However since my report is a Zreport (SUMBIT to standard), I was trying to modify the output with some extra logic after getting the results back from standard.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;Any pointers wud be appreciated.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 16:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/8820752#M1682129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-05T16:43:44Z</dc:date>
    </item>
  </channel>
</rss>

