<?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: query about where condition . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-about-where-condition/m-p/2208325#M472748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all ,&lt;/P&gt;&lt;P&gt;the select statement should be like this&lt;/P&gt;&lt;P&gt;SELECT * FROM VBRP INTO TABLE VIT_VBRP for all entries in vit_vbrk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;VBELN = VIT_VBRK-VBELN .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VBRP-MATNR &amp;lt;&amp;gt; the materials selected from /xyz/abc_V for function WICFREIGHT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please help me to write the code for the (* VBRP-MATNR &amp;lt;&amp;gt; the materials selected from /xyz/abc_V for function WICFREIGHT).&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2007 06:17:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-11T06:17:41Z</dc:date>
    <item>
      <title>query about where condition .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-about-where-condition/m-p/2208323#M472746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all ,&lt;/P&gt;&lt;P&gt;         i have a quest about the where condition in select statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT *   FROM /xyz/abc_V&lt;/P&gt;&lt;P&gt;     INTO TABLE VIT_abc&lt;/P&gt;&lt;P&gt;     WHERE ( FUNCTION = 'ab12' or FUNCTION = 'cd34' )&lt;/P&gt;&lt;P&gt;   AND TYPECODE = 'VKORG'&lt;/P&gt;&lt;P&gt;                   .&lt;/P&gt;&lt;P&gt;                   .&lt;/P&gt;&lt;P&gt;                   .&lt;/P&gt;&lt;P&gt;  if  vit_vbrk[] is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SELECT * FROM VBRP INTO TABLE VIT_VBRP for all entries in vit_vbrk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      WHERE&lt;/P&gt;&lt;P&gt;            VBELN = VIT_VBRK-VBELN .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VBRP-MATNR &amp;lt;&amp;gt; the materials selected from /GIL/ZGTYPCODE_V for function WICFREIGHT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please help me to write the code for the (* VBRP-MATNR &amp;lt;&amp;gt; the materials selected from /xyz/abc_V for function WICFREIGHT).&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 06:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-about-where-condition/m-p/2208323#M472746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T06:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: query about where condition .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-about-where-condition/m-p/2208324#M472747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;SELECT * FROM /xyz/abc_V&lt;/P&gt;&lt;P&gt;INTO TABLE VIT_abc&lt;/P&gt;&lt;P&gt;WHERE ( FUNCTION = 'ab12' or FUNCTION = 'cd34' )&lt;/P&gt;&lt;P&gt;AND TYPECODE = 'VKORG'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM VBRP INTO TABLE VIT_VBRP for all entries in vit_vbrk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;VBELN = VIT_VBRK-VBELN .&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;and matnr &amp;lt;&amp;gt; vit_vbrk-matnr.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VBRP-MATNR &amp;lt;&amp;gt; the materials selected from /GIL/ZGTYPCODE_V for function WICFREIGHT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 06:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-about-where-condition/m-p/2208324#M472747</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-05-11T06:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: query about where condition .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-about-where-condition/m-p/2208325#M472748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all ,&lt;/P&gt;&lt;P&gt;the select statement should be like this&lt;/P&gt;&lt;P&gt;SELECT * FROM VBRP INTO TABLE VIT_VBRP for all entries in vit_vbrk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;VBELN = VIT_VBRK-VBELN .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VBRP-MATNR &amp;lt;&amp;gt; the materials selected from /xyz/abc_V for function WICFREIGHT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please help me to write the code for the (* VBRP-MATNR &amp;lt;&amp;gt; the materials selected from /xyz/abc_V for function WICFREIGHT).&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 06:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-about-where-condition/m-p/2208325#M472748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T06:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: query about where condition .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-about-where-condition/m-p/2208326#M472749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT * FROM /xyz/abc_V&lt;/P&gt;&lt;P&gt;INTO TABLE VIT_abc&lt;/P&gt;&lt;P&gt;WHERE ( FUNCTION = 'ab12' or FUNCTION = 'cd34' )&lt;/P&gt;&lt;P&gt;AND TYPECODE = 'VKORG'&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;if vit_vbrk[] is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM VBRP INTO TABLE VIT_VBRP for all entries in vit_vbrk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;VBELN = VIT_VBRK-VBELN .&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;SELECT * FROM VIT_VBRP INTO TABLE VIT_VBRP2 for all entries in &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;/GIL/ZGTYPCODE_V for function WICFREIGHT&lt;/P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;where VIT_VBRP-MATNR &amp;lt;&amp;gt; the materials selected from /GIL/ZGTYPCODE_V for function WICFREIGHT&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 06:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-about-where-condition/m-p/2208326#M472749</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-05-11T06:28:34Z</dc:date>
    </item>
  </channel>
</rss>

