<?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: select query in method    endmethod in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-in-method-endmethod/m-p/4568221#M1078005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to explain a bit more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your internal table has a structure defined in DDIC, you can look for a table type using this structure - if it does not exist you can create one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your internal table has a structure defined locally in your program you have two possibilities:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if you are able to create a type with TYPE TABLE OF ty_struc then you can refer to this type for your parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if you are not able to add a table type, then you can use TYPE STANDARD TABLE for your parameter, and ensure that you call method with compatible parameter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2008 08:05:57 GMT</pubDate>
    <dc:creator>franois_henrotte</dc:creator>
    <dc:date>2008-10-07T08:05:57Z</dc:date>
    <item>
      <title>select query in method    endmethod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-in-method-endmethod/m-p/4568219#M1078003</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;      I am writing code in a method which is not accepting &lt;STRONG&gt;into table&lt;/STRONG&gt; in &lt;STRONG&gt;select query&lt;/STRONG&gt;, How to pass data into internal table using select query in method. As per my knowlegde we have to write code using field-symbols. can anybody please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 06:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-in-method-endmethod/m-p/4568219#M1078003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T06:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: select query in method    endmethod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-in-method-endmethod/m-p/4568220#M1078004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is possible to do a select into table. in your case the exporting parameter may be defined normal structure. if you want to define the internal table you have to use table types to behave the parameter as Internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;exporting 
  e_flight    type sflight_1ab1&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select * from sflight
into table e_flight
up to 30 rows.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 06:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-in-method-endmethod/m-p/4568220#M1078004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T06:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: select query in method    endmethod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-in-method-endmethod/m-p/4568221#M1078005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to explain a bit more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your internal table has a structure defined in DDIC, you can look for a table type using this structure - if it does not exist you can create one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your internal table has a structure defined locally in your program you have two possibilities:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if you are able to create a type with TYPE TABLE OF ty_struc then you can refer to this type for your parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- if you are not able to add a table type, then you can use TYPE STANDARD TABLE for your parameter, and ensure that you call method with compatible parameter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 08:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-in-method-endmethod/m-p/4568221#M1078005</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2008-10-07T08:05:57Z</dc:date>
    </item>
  </channel>
</rss>

