<?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 combining 2 transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/combining-2-transaction/m-p/1815195#M349150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I need create a report  combining  t-code IP24 and IP19 ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me a good method to create above report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2007 17:08:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-08T17:08:54Z</dc:date>
    <item>
      <title>combining 2 transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/combining-2-transaction/m-p/1815195#M349150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I need create a report  combining  t-code IP24 and IP19 ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me a good method to create above report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 17:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/combining-2-transaction/m-p/1815195#M349150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T17:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: combining 2 transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/combining-2-transaction/m-p/1815196#M349151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;Better way is to go for a Module pool program.In that u create pushbuttons on screen and handle them in your program. &lt;/P&gt;&lt;P&gt;Depending on the Fcode call the transaction.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Swathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 17:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/combining-2-transaction/m-p/1815196#M349151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T17:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: combining 2 transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/combining-2-transaction/m-p/1815197#M349152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;both shows 2 reports...in ur program u need to specify internal table which consists of 2 report fields and accrodingly write select statements and populate the internal table and display as a report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 17:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/combining-2-transaction/m-p/1815197#M349152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T17:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: combining 2 transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/combining-2-transaction/m-p/1815198#M349153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the SUBMIT Statment for this one, we will have a program for that Transaction code, so use SUBMIT zreport EXPORTING LIST TO MEMORY for both, and import the both result and do the needful and print the output, &lt;/P&gt;&lt;P&gt;or else..&lt;/P&gt;&lt;P&gt;give the push buttons on the selection screen, then when the user press 1 button then write the statement to call that transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 17:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/combining-2-transaction/m-p/1815198#M349153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T17:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: combining 2 transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/combining-2-transaction/m-p/1815199#M349154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have copied the ip24 program and i am trying to add the fields which is in the ip19 tcode but now the problem is when i exectute the ip24 prg the report is displaying 10 entries without duplicates but in mhis table contains 13 entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ip24 is picking data from the view, this view does not contain join with mhis table.&lt;/P&gt;&lt;P&gt;so i unable to proceed. do you have any idea reg this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 09:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/combining-2-transaction/m-p/1815199#M349154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T09:07:21Z</dc:date>
    </item>
  </channel>
</rss>

