<?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 Regarding dynamic internal table? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/10028918#M1807672</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;&lt;/P&gt;&lt;P&gt;I have a requirement which is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;firstly i have an select option where input needs to be given in high and low both (value i am taking from FAGLFLEXT table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if users enter s_low = 'HSL01' and s_high = 'HSL06' (actually both are columns which we need to pass in select option)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now after giving the input is there any way to get all the complete columns vaue that is HSL01 to HSL06???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vipin Saraika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 10:20:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-08T10:20:13Z</dc:date>
    <item>
      <title>Regarding dynamic internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/10028918#M1807672</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;&lt;/P&gt;&lt;P&gt;I have a requirement which is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;firstly i have an select option where input needs to be given in high and low both (value i am taking from FAGLFLEXT table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if users enter s_low = 'HSL01' and s_high = 'HSL06' (actually both are columns which we need to pass in select option)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now after giving the input is there any way to get all the complete columns vaue that is HSL01 to HSL06???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vipin Saraika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 10:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/10028918#M1807672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-08T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding dynamic internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/10028919#M1807673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The values will always be starting with HSL? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 10:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/10028919#M1807673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-08T10:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding dynamic internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/10028920#M1807674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya it will always start from HSL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 10:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/10028920#M1807674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-08T10:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding dynamic internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/10028921#M1807675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are various options&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;One is you can fetch all values from FAGLFLEXT and based on use the one which are in range&lt;/LI&gt;&lt;LI&gt;Seconldy before selecting data create a list of fields to be selected in LV_field = 'HSL01 HSL02 etc etc and then use in Select (lv_field) to fetch only those field values&lt;/LI&gt;&lt;LI&gt;A better option would be let use enter only period from 01 to 16 and you concatenate HSL stuff later&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly is the output you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nabheet&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 10:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/10028921#M1807675</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-08T10:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding dynamic internal table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/10028922#M1807676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;tables : faglflext.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt; : lv_fields &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; string.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt; : i_fagl &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;table&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;of&lt;/SPAN&gt; faglflext.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt; : sopt_low(&lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;) &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; n,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sopt_high(&lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;) &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; n,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_fld &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; string.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;select&lt;/SPAN&gt;-options s_field &lt;SPAN class="L1S52"&gt;for&lt;/SPAN&gt; ekbe-bwtar OBLIGATORY.&lt;BR /&gt; sopt_high = s_field-high+&lt;SPAN class="L1S32"&gt;3&lt;/SPAN&gt;(&lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;).&lt;BR /&gt; sopt_low = s_field-low+&lt;SPAN class="L1S32"&gt;3&lt;/SPAN&gt;(&lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;).&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;&lt;STRONG&gt;do&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;concatenate&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'HSL'&lt;/SPAN&gt; sopt_low &lt;SPAN class="L1S52"&gt;into&lt;/SPAN&gt; lv_fld.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;concatenate&lt;/SPAN&gt; lv_fields lv_fld &lt;SPAN class="L1S52"&gt;into&lt;/SPAN&gt; lv_fields &lt;SPAN class="L1S52"&gt;SEPARATED&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;BY&lt;/SPAN&gt; space.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;if&lt;/SPAN&gt; sopt_high = sopt_low.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;exit&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;endif&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;add&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;1&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;to&lt;/SPAN&gt; sopt_low.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;enddo&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;&lt;STRONG&gt;select&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; (lv_fields) &lt;SPAN class="L1S52"&gt;from&lt;/SPAN&gt; faglflext &lt;SPAN class="L1S52"&gt;into&lt;/SPAN&gt; CORRESPONDING &lt;SPAN class="L1S52"&gt;FIELDS&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;OF&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;table&lt;/SPAN&gt; i_fagl &lt;SPAN class="L1S52"&gt;UP&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;TO&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;10&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;ROWS&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-dynamic-internal-table/m-p/10028922#M1807676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-08T11:38:21Z</dc:date>
    </item>
  </channel>
</rss>

