<?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: Keyword 'Split'.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101112#M1705971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey its ok. My requirement is without using split keyword i should get first part i.e Integer part. Got it Now. Thanks Deepti &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2012 08:56:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-13T08:56:48Z</dc:date>
    <item>
      <title>Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101099#M1705958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;IF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;WA_BRS-WAERS &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'INR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;SPLIT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;WA_BRS-WRBTR &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;AT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'.' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;INTO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;WA_BRS-WRBTR LV_STR1.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;TRANSLATE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;WA_BRS-WRBTR &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;USING &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;', '&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;CONDENSE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;WA_BRS-WRBTR NO-GAPS.&lt;BR /&gt; ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************* Explanation***********************************************&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Here i need only a part before '.'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;For example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;1055.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;I need only '1055' and '50' i will not be using anywhere in my program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;So here &lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #ffffff;"&gt;WA_BRS-WRBTR&lt;/SPAN&gt;&amp;nbsp; = '1055' and &lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #ffffff;"&gt;LV_STR1&lt;/SPAN&gt; = '50'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;While checking Extended Program Check it is showing,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;No read access to &lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #ffffff;"&gt;LV_STR1&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Is there anyother keyword for getting only first part other than 'Split' ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Moderator Message: Basic ABAP syntax question - unmarked as question. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suhas Saha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101099#M1705958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T07:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101100#M1705959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per SAP keyword help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If there are not enough data objects &lt;SPAN class="qtext"&gt;result1 result2 ...&lt;/SPAN&gt; to record all the segments, &lt;SPAN class="qtext"&gt;dobj&lt;/SPAN&gt; is only separated until all the data objects &lt;SPAN class="qtext"&gt;result1 result2 ...&lt;/SPAN&gt; have been assigned values, except for the last data object. The remaining content of &lt;SPAN class="qtext"&gt;dobj&lt;/SPAN&gt; is assigned to the final data object, without being separted. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check what happens if you don't write LV_STR1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101100#M1705959</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-13T07:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101101#M1705960</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;use trunc( val ). option to get only integer part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;data&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;hello &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;wrbtr &lt;SPAN class="L0S52"&gt;value &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'123.44'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;write&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;hello&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; hello &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;trunc&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;hello &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101101#M1705960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T07:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101102#M1705961</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;Try moving that string to final internal table and do not dispaly it. (Do not prepare a fieldcat for that string)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101102#M1705961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T07:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101103#M1705962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Split should work. first of all you need to move value of wa_brs-wrbtr to character type field because SPLIT will work for characters not currency fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA the screenshot for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/165523" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101103#M1705962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T07:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101104#M1705963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this Aswatha but its telling 'trunc' keyword is not there. Please reply ASAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101104#M1705963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T08:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101105#M1705964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepthi,&lt;/P&gt;&lt;P&gt;Hey here i dont want to use lv_cnt2 itself..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101105#M1705964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T08:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101106#M1705965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya its throwing error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101106#M1705965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T08:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101107#M1705966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey its not a key word but its a method you can directly use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;data&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;hello &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;wrbtr &lt;SPAN class="L0S52"&gt;value &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'123.44'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;write&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;hello&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; hello &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;trunc&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;hello &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;thanks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;its there just try executing this.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101107#M1705966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T08:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101108#M1705967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not getting you Ashwatha. Really sorry &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101108#M1705967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T08:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101109#M1705968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey i think you are not giving space inside the call to it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hello(space)=(space)trunc((space)hello(space)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace (space) by space here u should not give space between trunc and ( ... and you should give spaces between ( and hello and ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3316358411d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3316358411d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3316358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101109#M1705968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T08:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101110#M1705969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not getting what's your exact requirement. As per blog i understood that you need data before decimal place. So in my attached screenshot , you will get in lv_cnt using split. you can use your own variables for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry if i misunderstood your requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101110#M1705969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T08:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101111#M1705970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much. Its working now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101111#M1705970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T08:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101112#M1705971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey its ok. My requirement is without using split keyword i should get first part i.e Integer part. Got it Now. Thanks Deepti &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101112#M1705971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T08:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101113#M1705972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 09:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101113#M1705972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T09:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101114#M1705973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.No problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 09:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101114#M1705973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T09:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword 'Split'..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101115#M1705974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;if u goto Attributes of program u just tick the check box 'Fixed point Arithmetic' and it will do rounding off the numeric values.So u will get the number before that '.'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Mangesh Sonawane.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 09:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/keyword-split/m-p/9101115#M1705974</guid>
      <dc:creator>mangesh_sonawane</dc:creator>
      <dc:date>2012-12-13T09:42:13Z</dc:date>
    </item>
  </channel>
</rss>

