<?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: Reg: after space remove data(record) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718766#M1108026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it can be multiple words.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2008 01:16:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-31T01:16:11Z</dc:date>
    <item>
      <title>Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718754#M1108014</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;I want to fatch one text code from &lt;STRONG&gt;t053&lt;/STRONG&gt; table. I have written query like below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select single KURZT into recone-dicscode from t053&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where SPRAS = 'E' and langt = line-sgtxt&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here problem is t053 table has langt data like this &lt;STRONG&gt;u201CSYSTEMATIC WITHDRAWALu201D&lt;/STRONG&gt; and line-sgtxt data has &lt;STRONG&gt;u201CSYSTEMATIC WITHDRAWAL                 1200120000u201D&lt;/STRONG&gt;  so my query always fail( sy-subrc = 4), so I want to take only u201CSYSTEMATIC WITHDRAWALu201D form line-sgtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I cut data after space? Can you give me some idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;JIgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 23:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718754#M1108014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T23:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718755#M1108015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use SPLIT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 23:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718755#M1108015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T23:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718756#M1108016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MxG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u give some more idea about spilt in this case..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jigar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 00:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718756#M1108016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T00:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718757#M1108017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;press F1 on split&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 00:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718757#M1108017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T00:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718758#M1108018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MxG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it idea about split. i used also in my program, but in my case this is not working because i SGTXT so many space are coming so how i know in which part i have to split the statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea about &lt;STRONG&gt;Contains String&lt;/STRONG&gt; CS ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jigar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 00:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718758#M1108018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T00:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718759#M1108019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where you need to split? do you know if your SGTXT will have any pattern?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 00:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718759#M1108019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T00:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718760#M1108020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MxG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i know see like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) SYSTEMATIC WITHDRAWAL&lt;/P&gt;&lt;P&gt;2) SYSTEMATIC WITHDRAWAL TAX&lt;/P&gt;&lt;P&gt;3) 111300958 /WIRE/OUT-200822400122;BNF VALIC;REF&lt;/P&gt;&lt;P&gt;4) 111300958 /RETURN ITEM&lt;/P&gt;&lt;P&gt;5) MINIMUM DISTRIBUTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so split is not posible for me.. i think MxG i have to find the sting match for my T053-KURZT string.... i Couldnu2019t get any idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jigar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 00:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718760#M1108020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T00:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718761#M1108021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jigar,&lt;/P&gt;&lt;P&gt;According to your query "SYSTEMATIC WITHDRAWAL 1200120000"&lt;/P&gt;&lt;P&gt;has to be printed as SYSTEMATIC WITHDRAWAL, so code a logic such that you will always read characters ignoreing numerical s so that your issue will be resolved if numericals are present in the middle of the characters means we have to think for another logic.&lt;/P&gt;&lt;P&gt;If i am wrong correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 01:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718761#M1108021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T01:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718762#M1108022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a not fix first is a characters and after numerical. anything is coming from database...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other idea...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jigar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 01:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718762#M1108022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T01:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718763#M1108023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, and what will be the extra text after these Actual texts? woudl that always be numeric? or woudl that will have fixed length?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 01:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718763#M1108023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T01:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718764#M1108024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MxG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a not fix about extra space..... after Actual texts. &lt;/P&gt;&lt;P&gt;some time numeric also and some time char also.. there is a not fix length.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jigar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 01:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718764#M1108024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T01:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718765#M1108025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would the last part of the string which you want to cut off atleast a single word? or can it be multiple words ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 01:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718765#M1108025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T01:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718766#M1108026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it can be multiple words.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 01:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718766#M1108026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T01:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718767#M1108027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how would you find even manually on what you need to pick it up from that string? just by looking and on knowledge on what is the value you need to pick?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there has to be some pattern in order for you to program this code, else you cant do that. you can search based on some fixed length ( say 20 bytes ), and then using like% in  the where clause but that wouldnt work for all the cases&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 01:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718767#M1108027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T01:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: after space remove data(record)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718768#M1108028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 04:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-after-space-remove-data-record/m-p/4718768#M1108028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-21T04:58:38Z</dc:date>
    </item>
  </channel>
</rss>

