<?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: Table Expressions for Method Return Parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371563#M1922949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Micheal,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;can you try the syntax&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;lt_&lt;SPAN style="color: #333333; font-size: 12px;"&gt;TBTCJOB TYPE TABLE OF &lt;SPAN style="color: #333333; font-size: 12px;"&gt;TBTCJOB_TT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;lt_&lt;SPAN style="color: #333333; font-size: 12px;"&gt;TBTCJOB = &lt;/SPAN&gt;me-&amp;gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; JOB_GET_LIST( &lt;SPAN style="color: #333333; font-size: 12px;"&gt;STATUS = 'A'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;IF &lt;SPAN style="font-size: 13.3333px;"&gt;lt_&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;TBTCJOB is bound.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;//code here&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 10:04:26 GMT</pubDate>
    <dc:creator>former_member206650</dc:creator>
    <dc:date>2015-09-22T10:04:26Z</dc:date>
    <item>
      <title>Table Expressions for Method Return Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371562#M1922948</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;I wonder why I can't use table expression with return parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: The method JOB_GET_LIST( ) returns a table of type TBTCJOB_TT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to find one or more lines in this table where its STATUS is aborted. Of course I could do this using two lines of code, however, I wanted to try this task with a single line of coding like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF line_exists( me-&amp;gt;JOB_GET_LIST( )[ STATUS = 'A' ] ).&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not work as expected, at least not this way. Maybe I can't use table expressions with method return parameters at all, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 07:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371562#M1922948</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2015-09-22T07:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table Expressions for Method Return Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371563#M1922949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Micheal,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;can you try the syntax&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;lt_&lt;SPAN style="color: #333333; font-size: 12px;"&gt;TBTCJOB TYPE TABLE OF &lt;SPAN style="color: #333333; font-size: 12px;"&gt;TBTCJOB_TT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;lt_&lt;SPAN style="color: #333333; font-size: 12px;"&gt;TBTCJOB = &lt;/SPAN&gt;me-&amp;gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; JOB_GET_LIST( &lt;SPAN style="color: #333333; font-size: 12px;"&gt;STATUS = 'A'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;IF &lt;SPAN style="font-size: 13.3333px;"&gt;lt_&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;TBTCJOB is bound.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;//code here&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 10:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371563#M1922949</guid>
      <dc:creator>former_member206650</dc:creator>
      <dc:date>2015-09-22T10:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table Expressions for Method Return Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371564#M1922950</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;for example you can define a table type in SE11 and refer to it as type in the method-table parameter.&lt;/P&gt;&lt;P&gt;or you can define a class-type and refer to it via "type"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to use type "tabletype"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can no longer use "type table of" when working with abap-oo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 10:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371564#M1922950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-22T10:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table Expressions for Method Return Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371565#M1922951</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;my example type TBTCJOB_TT is already a DDIC defined table which is used in many SAP standard function modules like the one I'm using in my method JOB_GET_LIST().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name of the function module is e.g. BP_JOB_SELECT that itself returns a table of type TBTCJOB_TT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this result table and return it to the caller of my method without any modification. This means the content of this table contains many line with different status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to filter one of those lines I thought about a kind of chaining that would safe some lines of coding. e.g. data(lt_aborted) = me-&amp;gt;job_get_list( )[ status = 'A'] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 11:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371565#M1922951</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2015-09-22T11:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table Expressions for Method Return Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371566#M1922952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see my answer above. The result type of my method is already a DDIC defined table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to filter the method's result table without having to use an additional data declaration and that finally gets the method's result table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a further step I have to filter the result table, which can of course be done, with some further coding or as I tried before, using some table expressions and filter the method's result this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 11:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371566#M1922952</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2015-09-22T11:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table Expressions for Method Return Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371567#M1922953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Michael Fritz wrote:&lt;/P&gt;
&lt;P&gt;(....)&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This does not work as expected, at least not this way. Maybe I can't use table expressions with method return parameters at all, right?&lt;/P&gt;
&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 11:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371567#M1922953</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-09-22T11:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table Expressions for Method Return Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371568#M1922954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Micheal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding, it's not possible to use your expression.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;JOB_GET_LIST( )[ STATUS = 'A' ] ).&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;...&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;take the return parameter in local table and then use read statement .&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Thanks &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 11:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371568#M1922954</guid>
      <dc:creator>nishantbansal91</dc:creator>
      <dc:date>2015-09-22T11:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table Expressions for Method Return Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371569#M1922955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you can use the return parameters of methods in iteration expressions. E.g. to fullfill your requirement you can do something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; lines( &lt;SPAN class="keyword" style="color: #0000ff;"&gt;VALUE&lt;/SPAN&gt; tbtcjob_tt( &lt;SPAN class="keyword" style="color: #0000ff;"&gt;FOR&lt;/SPAN&gt; job &lt;SPAN class="keyword" style="color: #0000ff;"&gt;IN&lt;/SPAN&gt; job_get_list( )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword" style="color: #0000ff;"&gt;WHERE&lt;/SPAN&gt; &lt;SPAN class="keyword" style="color: #0000ff;"&gt;(&lt;/SPAN&gt; status &lt;SPAN class="keyword" style="color: #0000ff;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="literal" style="color: #4da619;"&gt;'A'&lt;/SPAN&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword" style="color: #0000ff;"&gt;(&lt;/SPAN&gt; job ) ) ) &lt;SPAN class="keyword" style="color: #0000ff;"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="number" style="color: #3399ff;"&gt;0&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;ENDIF&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;



&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, it's not one line but one expression. You can condense it into one line, but it won't improve readability. &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1336/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371569#M1922955</guid>
      <dc:creator>ChristianGnter</dc:creator>
      <dc:date>2015-09-22T12:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table Expressions for Method Return Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371570#M1922956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as usual &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1336/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt; this is a possible and correct solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You know I do not really concern about readability, since I'm not only an ABAP rogrammer but C#, JS or Delphi developer, too, and I use those and much more confusing constructs every day &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1336/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 14:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371570#M1922956</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2015-09-22T14:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table Expressions for Method Return Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371571#M1922957</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;SPAN style="color: #333333; font-size: 12px;"&gt;lt_aborted what u mentioned and &lt;SPAN style="color: #333333; font-size: 13.3333px;"&gt;lt_&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; color: #333333; background: #ffffff;"&gt;TBTCJOB are the same.I just gave data declaration.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: #ffffff; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: #ffffff; font-size: 12px;"&gt;saving these line of code (checking together &lt;STRONG&gt;if&lt;/STRONG&gt; condition and filling the internal table)won't be having such impact.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: #ffffff; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background: #ffffff; font-size: 12px;"&gt;also it will be much better if you use pattern for calling method,since the other Abaper will have ease when working on it later.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 17:46:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-expressions-for-method-return-parameter/m-p/11371571#M1922957</guid>
      <dc:creator>former_member206650</dc:creator>
      <dc:date>2015-09-22T17:46:03Z</dc:date>
    </item>
  </channel>
</rss>

