<?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: fetching from tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242380#M1211326</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 have to add two news fields in the SELECT sentence and the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT Field1 Field2 &lt;STRONG&gt;Newfield3 Newfield4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       FROM &lt;STRONG&gt;Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         INTO CORRESPONDING FIELDS OF TABLE &lt;STRONG&gt;Internal_Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       WHERE &lt;STRONG&gt;Conditions.&lt;/STRONG&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;&lt;/P&gt;&lt;P&gt;José&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2009 20:09:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-18T20:09:59Z</dc:date>
    <item>
      <title>fetching from tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242378#M1211324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a report is being generated in which we put sold to party,delivery date and plant.This gives us some output&lt;/P&gt;&lt;P&gt;Now we have to add two fields that is loading date and ship to party in the screen and the output has to be same as the previous.can u please guide me as to how can i fetch the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 16:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242378#M1211324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T16:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: fetching from tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242379#M1211325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use abap's SQL select instruction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 17:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242379#M1211325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T17:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: fetching from tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242380#M1211326</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 have to add two news fields in the SELECT sentence and the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT Field1 Field2 &lt;STRONG&gt;Newfield3 Newfield4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       FROM &lt;STRONG&gt;Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         INTO CORRESPONDING FIELDS OF TABLE &lt;STRONG&gt;Internal_Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       WHERE &lt;STRONG&gt;Conditions.&lt;/STRONG&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;&lt;/P&gt;&lt;P&gt;José&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 20:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242380#M1211326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T20:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: fetching from tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242381#M1211327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sikha,&lt;/P&gt;&lt;P&gt;please give some detail about your table, which is being used in report.&lt;/P&gt;&lt;P&gt;the problem you are facing only  due to wrong place of condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first find which table is containing  loading date and ship to party as a field.&lt;/P&gt;&lt;P&gt;try to use select-options on screen in place of parameter which is easy to use and less errorneous.&lt;/P&gt;&lt;P&gt;if loading date and ship to party is persent into current table then put condition directly.&lt;/P&gt;&lt;P&gt;otherwise use one interal table fill it on condition and delete the data from final table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need any help please lwt me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank&lt;/P&gt;&lt;P&gt;abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 20:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242381#M1211327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T20:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: fetching from tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242382#M1211328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;Nothing critical in this. First u have to find relation between old fields and new fields. Then consider that fields also while retrieving data like below.&lt;/P&gt;&lt;P&gt;1.	If some of new fields and some old fields belong to same table then add these new fields also in select statement.&lt;/P&gt;&lt;P&gt;2.	If not the field some between table and retrieve data from other tables also using new fields and using for all entries restrict data from display.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 04:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242382#M1211328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T04:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: fetching from tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242383#M1211329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add additional conditions in your where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select sold-to-party delivery-date  plant from table where &lt;/P&gt;&lt;P&gt;sold-to-party in s_sold-to-party&lt;/P&gt;&lt;P&gt;and  delivery-date in s_delivery-date&lt;/P&gt;&lt;P&gt;and plant in s_plant&lt;/P&gt;&lt;P&gt;and loading-date in s_loading-date            &amp;lt;------ New Condition 1&lt;/P&gt;&lt;P&gt;and ship-to-party in s_ship-to-party.          &amp;lt;------ New Condition 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz change all field names according to your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sap Fan on Feb 19, 2009 5:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 04:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242383#M1211329</guid>
      <dc:creator>awin_prabhu</dc:creator>
      <dc:date>2009-02-19T04:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: fetching from tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242384#M1211330</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;&lt;/P&gt;&lt;P&gt;First of all check that two fileds exits same table where you are adding new fields in select stament.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT Field1 Field2 Newfield1 Newfield2&lt;/P&gt;&lt;P&gt;FROM Table&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE Internal_Table&lt;/P&gt;&lt;P&gt;WHERE Conditions (Newfield1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you added two new fileds in same manar you should update internal table structure also then only that values passes in to that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads&lt;/P&gt;&lt;P&gt;Md.MahaboobKhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 04:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-from-tables/m-p/5242384#M1211330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T04:42:07Z</dc:date>
    </item>
  </channel>
</rss>

