<?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: Please answer the following in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-the-following/m-p/3018124#M713384</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read data into itab_ekko and itab_ekpo tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab_ekko.&lt;/P&gt;&lt;P&gt;Read table itab_ekpo with key field1 = itab_ekpo-field1.&lt;/P&gt;&lt;P&gt;If sy-subrc  = 0.&lt;/P&gt;&lt;P&gt;Move itab_ekko-field1 = itab_final-field1.&lt;/P&gt;&lt;P&gt;Move itab_ekko-field2 = itab_final-field2.&lt;/P&gt;&lt;P&gt;Move itab_ekpo-field3 = itab_final-field3.&lt;/P&gt;&lt;P&gt;Move itab_ekpo-field4 = itab_final-field4.&lt;/P&gt;&lt;P&gt;Append itab_final.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ruthra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2007 09:18:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-02T09:18:24Z</dc:date>
    <item>
      <title>Please answer the following</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-the-following/m-p/3018120#M713380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two fields in one table and 2 fields from another.&lt;/P&gt;&lt;P&gt;For e.g 2 fields from EKKO and 2 fields from EKPO.&lt;/P&gt;&lt;P&gt;U need retrieve them as 4 fields in another table.(meaning the should display in the same row)&lt;/P&gt;&lt;P&gt;EKKO -FIELD1 EKKO-FIELD2 EKPO-FIELD3 EKPO-FIELD4&lt;/P&gt;&lt;P&gt;CONDITION : Should not use JOIN.How can we acheive it&lt;/P&gt;&lt;P&gt;I used internal table.&lt;/P&gt;&lt;P&gt;But it is printing like follows&lt;/P&gt;&lt;P&gt;EKKO -FIELD1 EKKO-FIELD2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EKPO-FIELD3 EKPO-FIELD4&lt;/P&gt;&lt;P&gt;How to achieve this in the same line using IT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 09:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-the-following/m-p/3018120#M713380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T09:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Please answer the following</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-the-following/m-p/3018121#M713381</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;   Select data from EKKO then using for all entries select data from EKPO.&lt;/P&gt;&lt;P&gt;Loop on EKKO pass data to final internal table, read EKPO using read statement&lt;/P&gt;&lt;P&gt;if sy-sub rc eq 0 then pass data from EKPO to final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 09:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-the-following/m-p/3018121#M713381</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-11-02T09:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Please answer the following</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-the-following/m-p/3018122#M713382</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;Try this.Use all entries and retrieve the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vasudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 09:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-the-following/m-p/3018122#M713382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T09:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Please answer the following</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-the-following/m-p/3018123#M713383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A small correction for prashant reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Get data from EKKO into IT_EKKO
Get data from EKPO into IT_EKPO using for all entries of IT_EKKO
loop at IT_EKPO. " Its IT_EKPO instead of IT_EKKO
read table IT_EKKO with key EBELN = IT_EKPO-EBELN.
if sy-subrc = 0.
move required fields to IT_FINAL.
endif.
Required data is available in IT_FINAL.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 09:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-the-following/m-p/3018123#M713383</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-11-02T09:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Please answer the following</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-the-following/m-p/3018124#M713384</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read data into itab_ekko and itab_ekpo tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab_ekko.&lt;/P&gt;&lt;P&gt;Read table itab_ekpo with key field1 = itab_ekpo-field1.&lt;/P&gt;&lt;P&gt;If sy-subrc  = 0.&lt;/P&gt;&lt;P&gt;Move itab_ekko-field1 = itab_final-field1.&lt;/P&gt;&lt;P&gt;Move itab_ekko-field2 = itab_final-field2.&lt;/P&gt;&lt;P&gt;Move itab_ekpo-field3 = itab_final-field3.&lt;/P&gt;&lt;P&gt;Move itab_ekpo-field4 = itab_final-field4.&lt;/P&gt;&lt;P&gt;Append itab_final.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ruthra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 09:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-the-following/m-p/3018124#M713384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T09:18:24Z</dc:date>
    </item>
  </channel>
</rss>

