<?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: select in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398096#M815908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Split lt_header_appraisee -name  into nachn and vorna &lt;/P&gt;&lt;P&gt;and use in where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split lt_header_appraisee -name at space into v_nachn v_vorna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2008 14:56:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-25T14:56:42Z</dc:date>
    <item>
      <title>select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398094#M815906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to create this select statement&amp;lt;br /&amp;gt;&lt;/P&gt;&lt;P&gt;select * into lw_temp from p0002 where nachn,vorna like lt_header_appraisee -name .&amp;lt;br /&amp;gt;&lt;/P&gt;&lt;P&gt;How we can concatenate vorna and nachn in this statement&amp;lt;br /&amp;gt;&lt;/P&gt;&lt;P&gt;??&amp;lt;br /&amp;gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 14:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398094#M815906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T14:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398095#M815907</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;you could use FOR ALL ENTRIES, but in this case nachn and vorna have to be separate fields in your internal table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * &lt;/P&gt;&lt;P&gt;into lw_temp &lt;/P&gt;&lt;P&gt;from pa0002 &lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES IN lt_header_appraisee&lt;/P&gt;&lt;P&gt;where nachn = lt_header_appraisee-nachn&lt;/P&gt;&lt;P&gt;and vorna = lt_header_appraisee -vorna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps (some)&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 14:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398095#M815907</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-02-25T14:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398096#M815908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Split lt_header_appraisee -name  into nachn and vorna &lt;/P&gt;&lt;P&gt;and use in where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split lt_header_appraisee -name at space into v_nachn v_vorna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 14:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398096#M815908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T14:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398097#M815909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srinivas, your answer is most likely correct. But here's my question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if it is a compound last name? Depending for wich country he is working this might not be the right way to do it, as there are last names like De la Rosa or Von Saperstein&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Cartman's choice is better, he need to find a way to separate both fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 17:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398097#M815909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T17:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398098#M815910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact I have a var name which contain last name and vorname (exp met choco jean) and I have another variable  which contain the last name (met choco) but I need each var separately (last name ok and vorname alone)? can you give me a function that extract a substring from another in abap. thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 08:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398098#M815910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T08:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398099#M815911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 15:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select/m-p/3398099#M815911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T15:52:23Z</dc:date>
    </item>
  </channel>
</rss>

