<?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: MIRO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro/m-p/2344773#M517185</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;You can select the line items from the table RSEG..why do you require that internal table...does it contain any additional information..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 06:37:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T06:37:19Z</dc:date>
    <item>
      <title>MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro/m-p/2344772#M517184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In MIRO there is a BADI invoice_update. In one of the method of the badi i have an internal table LINES with data in it. After pressing save in MIRO , i am printing smartform through NACE transation with output type REKL. I want internal table LINES (with data) from that method to the driver program of the smartform.&lt;/P&gt;&lt;P&gt;I have used import &amp;amp; export but its not working.&lt;/P&gt;&lt;P&gt;plz help!!!! its urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 06:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro/m-p/2344772#M517184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T06:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro/m-p/2344773#M517185</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;You can select the line items from the table RSEG..why do you require that internal table...does it contain any additional information..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 06:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro/m-p/2344773#M517185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T06:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro/m-p/2344774#M517186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to use &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/export01.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/export01.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Import &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IMPORT f itab FROM DATABASE dbtab(ar) ID key.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/import01.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/import01.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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>Thu, 14 Jun 2007 06:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro/m-p/2344774#M517186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T06:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro/m-p/2344775#M517187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You have to find the relavent structure/table similar to LINES data fields in the Driver program &lt;/P&gt;&lt;P&gt;and move the data from the LINES to that structure table and update it in the BADI with the data of lines&lt;/P&gt;&lt;P&gt;and then you can use that table for the Output printing in smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&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>Thu, 14 Jun 2007 06:39:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro/m-p/2344775#M517187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T06:39:22Z</dc:date>
    </item>
  </channel>
</rss>

