<?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: problem with select in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348744#M175274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with packing RSEG~lfbnr with '0010000040'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use conversion FM to suffice the above requirement if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Jun 2006 10:15:18 GMT</pubDate>
    <dc:creator>Manohar2u</dc:creator>
    <dc:date>2006-06-11T10:15:18Z</dc:date>
    <item>
      <title>problem with select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348743#M175273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT RSEG&lt;SUB&gt;BELNR RSEG&lt;/SUB&gt;EBELN RSEG&lt;SUB&gt;GJAHR RSEG&lt;/SUB&gt;LFBNR&lt;/P&gt;&lt;P&gt;       RSEG&lt;SUB&gt;LIFNR RSEG&lt;/SUB&gt;SHKZG RSEG&lt;SUB&gt;WERKS RSEG&lt;/SUB&gt;WRBTR&lt;/P&gt;&lt;P&gt;       RBKP&lt;SUB&gt;BLART RBKP&lt;/SUB&gt;RMWWR RBKP~STBLG&lt;/P&gt;&lt;P&gt;       RBKP&lt;SUB&gt;VGART RBKP&lt;/SUB&gt;WAERS&lt;/P&gt;&lt;P&gt;INTO   table itab_j&lt;/P&gt;&lt;P&gt;FROM ( RSEG&lt;/P&gt;&lt;P&gt;       INNER JOIN RBKP&lt;/P&gt;&lt;P&gt;       ON RBKP&lt;SUB&gt;BELNR = RSEG&lt;/SUB&gt;BELNR&lt;/P&gt;&lt;P&gt;       AND RBKP&lt;SUB&gt;GJAHR = RSEG&lt;/SUB&gt;GJAHR )&lt;/P&gt;&lt;P&gt; WHERE  RSEG~lfbnr = '10000040'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why i dont get data into itab_j and in abapquery i get?&lt;/P&gt;&lt;P&gt;i declare itab_j same as the field in the select.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2006 09:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348743#M175273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-11T09:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem with select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348744#M175274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with packing RSEG~lfbnr with '0010000040'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use conversion FM to suffice the above requirement if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2006 10:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348744#M175274</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-06-11T10:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: problem with select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348745#M175275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Use the following conversion exit on LFBNR before processing SELECT query.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERSION_EXIT_ALPHA_INPUT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you specify same value at SELECTION-SCREEN through PARAMETERS/SELECT-OPTIONS with defintion RSEG-LFBNR then conversion exits will automatically trigger and the conversion exit values will be processed in SELECT query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you hardcode directly in SELECT statement, it wont perform any CONVERSION EXITs.So we need to handle it through CONVERSION EXITS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Note: Plz reward points to all helpful answers and close thread if is solved&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2006 10:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348745#M175275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-11T10:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem with select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348746#M175276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: begin of itab_j occurs 0,&lt;/P&gt;&lt;P&gt;  belnr like   RSEG-BELNR,&lt;/P&gt;&lt;P&gt;  ebeln like   RSEG-EBELN,&lt;/P&gt;&lt;P&gt;  gjahr like   RSEG-GJAHR,&lt;/P&gt;&lt;P&gt;  lfbnr like   RSEG-LFBNR,&lt;/P&gt;&lt;P&gt;  lifnr like   RSEG-LIFNR,&lt;/P&gt;&lt;P&gt;  shkzg like   RSEG-SHKZG,&lt;/P&gt;&lt;P&gt;  werks like   RSEG-WERKS,&lt;/P&gt;&lt;P&gt;  wrbtr like   RSEG-WRBTR,&lt;/P&gt;&lt;P&gt;  blart like   RBKP-BLART,&lt;/P&gt;&lt;P&gt;  rmwwr like   RBKP-RMWWR,&lt;/P&gt;&lt;P&gt;  stblg like   RBKP-STBLG,&lt;/P&gt;&lt;P&gt;  vgart like   RBKP-VGART,&lt;/P&gt;&lt;P&gt;  waers like   RBKP-WAERS,&lt;/P&gt;&lt;P&gt;       end of itab_j.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab assigning &amp;lt;ls_itab&amp;gt;.&lt;/P&gt;&lt;P&gt;data: z_lblni like essr-lblni.&lt;/P&gt;&lt;P&gt;call function 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    input         = &amp;lt;ls_itab&amp;gt;-lblni&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT        = z_lblni.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT RSEG&lt;SUB&gt;BELNR RSEG&lt;/SUB&gt;EBELN RSEG&lt;SUB&gt;GJAHR RSEG&lt;/SUB&gt;LFBNR&lt;/P&gt;&lt;P&gt;       RSEG&lt;SUB&gt;LIFNR RSEG&lt;/SUB&gt;SHKZG RSEG&lt;SUB&gt;WERKS RSEG&lt;/SUB&gt;WRBTR&lt;/P&gt;&lt;P&gt;       RBKP&lt;SUB&gt;BLART RBKP&lt;/SUB&gt;RMWWR RBKP~STBLG&lt;/P&gt;&lt;P&gt;       RBKP&lt;SUB&gt;VGART RBKP&lt;/SUB&gt;WAERS&lt;/P&gt;&lt;P&gt;INTO   table itab_j&lt;/P&gt;&lt;P&gt;FROM ( RSEG&lt;/P&gt;&lt;P&gt;       INNER JOIN RBKP&lt;/P&gt;&lt;P&gt;       ON RBKP&lt;SUB&gt;BELNR = RSEG&lt;/SUB&gt;BELNR&lt;/P&gt;&lt;P&gt;       AND RBKP&lt;SUB&gt;GJAHR = RSEG&lt;/SUB&gt;GJAHR )&lt;/P&gt;&lt;P&gt; WHERE  RSEG~lfbnr = z_lblni.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i treis and it's not work????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2006 11:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348746#M175276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-11T11:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348747#M175277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i get sydbcnt = 2 but i dont see the data in the itab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2006 11:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348747#M175277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-11T11:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348748#M175278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this select statement is in loop? &lt;/P&gt;&lt;P&gt;or does this field z_lblni is only a variable for your select?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Mnaohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2006 11:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348748#M175278</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-06-11T11:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348749#M175279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2006 11:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348749#M175279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-11T11:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348750#M175280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using this type of select if the select is in loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT ... INTO|&amp;lt;b&amp;gt;APPENDING&amp;lt;/b&amp;gt; [CORRESPONDING FIELDS OF] TABLE &amp;lt;itab&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2006 11:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select/m-p/1348750#M175280</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-06-11T11:23:58Z</dc:date>
    </item>
  </channel>
</rss>

