<?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: Alternative for STRING_CENTER function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-string-center-function-module/m-p/2610952#M598899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  C147_STRING_SPLIT_AT_POSITION&lt;/P&gt;&lt;P&gt;STRING_SPLIT&lt;/P&gt;&lt;P&gt;STRING_SPLIT_AT_POSITION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: text(10) TYPE c VALUE '0123456789',&lt;/P&gt;&lt;P&gt;text1(6) TYPE c,&lt;/P&gt;&lt;P&gt;text2(6) TYPE c.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;PARAMETERS position TYPE i.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'STRING_SPLIT_AT_POSITION'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;string = text&lt;/P&gt;&lt;P&gt;pos = position&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;string1 = text1&lt;/P&gt;&lt;P&gt;string2 = text2&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;string1_too_small = 1&lt;/P&gt;&lt;P&gt;string2_too_small = 2&lt;/P&gt;&lt;P&gt;pos_not_valid = 3&lt;/P&gt;&lt;P&gt;OTHERS = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 05:45:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T05:45:08Z</dc:date>
    <item>
      <title>Alternative for STRING_CENTER function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-string-center-function-module/m-p/2610951#M598898</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;&lt;/P&gt;&lt;P&gt;Can any one give me the Alternative for STRING_CENTER function module.&lt;/P&gt;&lt;P&gt;it is there in 4.7 when i am using the same  in ecc 6.0 it is giving as absolute statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give the solution for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 05:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-string-center-function-module/m-p/2610951#M598898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T05:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for STRING_CENTER function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-string-center-function-module/m-p/2610952#M598899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  C147_STRING_SPLIT_AT_POSITION&lt;/P&gt;&lt;P&gt;STRING_SPLIT&lt;/P&gt;&lt;P&gt;STRING_SPLIT_AT_POSITION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: text(10) TYPE c VALUE '0123456789',&lt;/P&gt;&lt;P&gt;text1(6) TYPE c,&lt;/P&gt;&lt;P&gt;text2(6) TYPE c.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;PARAMETERS position TYPE i.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'STRING_SPLIT_AT_POSITION'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;string = text&lt;/P&gt;&lt;P&gt;pos = position&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;string1 = text1&lt;/P&gt;&lt;P&gt;string2 = text2&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;string1_too_small = 1&lt;/P&gt;&lt;P&gt;string2_too_small = 2&lt;/P&gt;&lt;P&gt;pos_not_valid = 3&lt;/P&gt;&lt;P&gt;OTHERS = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 05:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-string-center-function-module/m-p/2610952#M598899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T05:45:08Z</dc:date>
    </item>
  </channel>
</rss>

