<?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: Issue with method call and Importing Itab, Returning same Itab in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500882#M2003204</link>
    <description>&lt;P&gt;Hi Frederic, you misunderstand me: I don't like EXPORTING/CHANGING parameters, how can one not like IMPORTING Parameters, I Do like RETURNING VALUE parameters( there can be only one!). But that is not answering my question, that is about entries in the Target/LHS(of the returning) Itab, there are entries in there that are not supposed to be in there.&lt;/P&gt;&lt;P&gt;And I know that there can be multiple EXPORTING parameters(nowadays even with a Returning Param, arghh).&lt;/P&gt;&lt;P&gt;Best regards, Robin.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Feb 2022 15:16:34 GMT</pubDate>
    <dc:creator>former_member212264</dc:creator>
    <dc:date>2022-02-10T15:16:34Z</dc:date>
    <item>
      <title>Issue with method call and Importing Itab, Returning same Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500877#M2003199</link>
      <description>&lt;P&gt;Hello, would/could give this call: &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2021466-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;an issue? &lt;/P&gt;
  &lt;P&gt;Signature: &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2021467-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;No clear on it_action_log in filter_and_write_action().&lt;/P&gt;
  &lt;P&gt;I was not happy with this construction, so I allready changed it, it looks like it gave issues, but not allways(could not reproduce), helpful answers will be highly appreciated!&lt;/P&gt;
  &lt;P&gt;Best regards, Robin.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 12:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500877#M2003199</guid>
      <dc:creator>former_member212264</dc:creator>
      <dc:date>2022-02-10T12:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with method call and Importing Itab, Returning same Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500878#M2003200</link>
      <description>&lt;P&gt;Your question is not really clear. &lt;/P&gt;&lt;P&gt;The signature of your method is strange. IT_ACTION_LOG &amp;amp; RT_ACTION_LOG should have the same TYPE &lt;/P&gt;&lt;P&gt;Why do you not like this ?   &lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 12:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500878#M2003200</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-02-10T12:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with method call and Importing Itab, Returning same Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500879#M2003201</link>
      <description>&lt;P&gt;I don't like the same internal table as import &amp;amp; return. &lt;/P&gt;&lt;P&gt;These 2 tabletypes have the same linetype.&lt;/P&gt;&lt;P&gt;This one(IF_GRAC_AD_TYPES): &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2021470-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Is generic, so not usable  for Returning Value( which I do like, I dislike EXPORTING/CHANGING )&lt;/P&gt;&lt;P&gt;2nd Tabletype: &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2021471-image.png" /&gt;&lt;/P&gt;&lt;P&gt;So, basically the 2 used table types are the same. &lt;/P&gt;&lt;P&gt;The issue is that et_action_log contains entries that should have been filtered out, I suspect that is due to importing (by reference)  and returning value (by value ) withouthout a:  "CLEAR rt_action_log."&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 13:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500879#M2003201</guid>
      <dc:creator>former_member212264</dc:creator>
      <dc:date>2022-02-10T13:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with method call and Importing Itab, Returning same Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500880#M2003202</link>
      <description>&lt;P&gt;Uuu, in the initial question: &lt;/P&gt;&lt;P&gt;"No clear on it_action_log in filter_and_write_action()."&lt;/P&gt;&lt;P&gt;should have been: No clear on rt_action_log in filter_and_write_action().&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 13:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500880#M2003202</guid>
      <dc:creator>former_member212264</dc:creator>
      <dc:date>2022-02-10T13:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with method call and Importing Itab, Returning same Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500881#M2003203</link>
      <description>&lt;P&gt;it's little bit complex to understand the signature of a method with the view based on form, if you can click on the button "...view as text".&lt;/P&gt;&lt;P&gt;You will see the full code like with Eclipse&lt;/P&gt;&lt;P&gt;If you don't want to use Importing / Returning parameters on your method, you could by-pass it using Importing a Type Ref to ..   But it is not Clean Code. Because you do not manage totally the Input / Output of the method.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 14:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500881#M2003203</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-02-10T14:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with method call and Importing Itab, Returning same Itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500882#M2003204</link>
      <description>&lt;P&gt;Hi Frederic, you misunderstand me: I don't like EXPORTING/CHANGING parameters, how can one not like IMPORTING Parameters, I Do like RETURNING VALUE parameters( there can be only one!). But that is not answering my question, that is about entries in the Target/LHS(of the returning) Itab, there are entries in there that are not supposed to be in there.&lt;/P&gt;&lt;P&gt;And I know that there can be multiple EXPORTING parameters(nowadays even with a Returning Param, arghh).&lt;/P&gt;&lt;P&gt;Best regards, Robin.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 15:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-method-call-and-importing-itab-returning-same-itab/m-p/12500882#M2003204</guid>
      <dc:creator>former_member212264</dc:creator>
      <dc:date>2022-02-10T15:16:34Z</dc:date>
    </item>
  </channel>
</rss>

