<?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: ABAP Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770188#M2023042</link>
    <description>&lt;P&gt;How to move data from multiple internal table to one internal table&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jul 2023 05:02:20 GMT</pubDate>
    <dc:creator>pooja08</dc:creator>
    <dc:date>2023-07-30T05:02:20Z</dc:date>
    <item>
      <title>ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770187#M2023041</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I'm pretty new to this, so I could really use some help. Here's my problem: I need to create a report that includes select - options for multiple inputs and Retrieve the data from different tables , here i need to use multiple select statements and i am not getting how to use the internal table to store the data for every select statements and require all the fetched data into one internal table and work area to display the data.&lt;/P&gt;
  &lt;P&gt;I checked all the Q &amp;amp; A.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Pooja&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 04:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770187#M2023041</guid>
      <dc:creator>pooja08</dc:creator>
      <dc:date>2023-07-30T04:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770188#M2023042</link>
      <description>&lt;P&gt;How to move data from multiple internal table to one internal table&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 05:02:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770188#M2023042</guid>
      <dc:creator>pooja08</dc:creator>
      <dc:date>2023-07-30T05:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770189#M2023043</link>
      <description>&lt;P&gt;I recommend a course in ABAP programming.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 06:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770189#M2023043</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2023-07-30T06:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770190#M2023044</link>
      <description>&lt;P&gt;Nope. Use cl_salv_table&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 06:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770190#M2023044</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2023-07-30T06:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770191#M2023045</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;DATA dummy_mandt TYPE t000-mandt.
SELECT-OPTIONS so_mandt FOR dummy_mandt.
SELECT * FROM t000 
    WHERE mandt IN so_mandt
    INTO TABLE @DATA(itab).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Can't you contact a senior ABAP developer?&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 07:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770191#M2023045</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-07-30T07:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770192#M2023046</link>
      <description>&lt;P&gt;For your interest: the tag "ABAP Connectivity" is for communicating via network (HTTP or RFC protocol) between an ABAP program and external systems. It doesn't look like your question is related to that, so I'm removing the tag for now.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 09:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770192#M2023046</guid>
      <dc:creator>Ulrich_Schmidt1</dc:creator>
      <dc:date>2023-07-30T09:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770193#M2023047</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I agree, these are basic ABAP developer's tasks... You might start with some tutorials like &lt;A href="https://developers.sap.com/mission.abap-dev-get-started.html"&gt;&lt;/A&gt;&lt;A href="https://developers.sap.com/mission.abap-dev-get-started.html" target="test_blank"&gt;https://developers.sap.com/mission.abap-dev-get-started.html&lt;/A&gt;&lt;BR /&gt;Or other basic courses (BC400 would be by SAP, or various courses all over the internet).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best,&lt;BR /&gt;  Jasmin&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 06:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-report/m-p/12770193#M2023047</guid>
      <dc:creator>jasmin_gruschke</dc:creator>
      <dc:date>2023-07-31T06:36:54Z</dc:date>
    </item>
  </channel>
</rss>

