<?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: Doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444178#M547312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  Use this syntax &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE by Pattern :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replaces strings in fields with other strings using a pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE [ FIRST OCCURENCE OF | ALL OCCURENCES OF ] &amp;lt;old&amp;gt; &lt;/P&gt;&lt;P&gt;        IN [ SECTION OFFSET &amp;lt;off&amp;gt; LENGTH &amp;lt;len&amp;gt; OF ] &amp;lt;text&amp;gt; WITH &amp;lt;new&amp;gt;&lt;/P&gt;&lt;P&gt;        [IGNORING CASE|RESPECTING CASE]&lt;/P&gt;&lt;P&gt;        [IN BYTE MODE|IN CHARACTER MODE]&lt;/P&gt;&lt;P&gt;        [REPLACEMENT COUNT &amp;lt;c&amp;gt;]&lt;/P&gt;&lt;P&gt;        [REPLACEMENT OFFSET &amp;lt;r&amp;gt;]&lt;/P&gt;&lt;P&gt;        [REPLACEMENT LENGTH &amp;lt;l&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the string &amp;lt;text&amp;gt;, the search pattern &amp;lt;old&amp;gt; is replaced by the content of &amp;lt;new&amp;gt;. By default, the first occurrence of &amp;lt;old&amp;gt; is replaced. ALL OCCURENCES specifies that all occurrences be replaced. In the fields &amp;lt;old&amp;gt; and &amp;lt;new&amp;gt;, trailing spaces in C fields are ignored, but included in &amp;lt;text&amp;gt;. The SECTION OFFSET &amp;lt;off&amp;gt; LENGTH &amp;lt;len&amp;gt; OF addition tells the system to search and replace only from the &amp;lt;off&amp;gt; position in the length &amp;lt;len&amp;gt;. IGNORING CASE or RESPECTING CASE (default) specifies whether the search is to be case-sensitive. In Unicode programs, you must specify whether the statement is a character or byte operation, using the IN BYTE MODE or IN CHARACTER MODE (default) additions. The REPLACEMENT additions write the number of replacements, the offset of the last replacement, and the length of the last replaced string &amp;lt;new&amp;gt; to the fields &amp;lt;c&amp;gt;, &amp;lt;r&amp;gt;, and &amp;lt;l&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE by Position:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replaces strings in fields with other strings by position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE &amp;lt;str1&amp;gt; WITH &amp;lt;str2&amp;gt; INTO &amp;lt;c&amp;gt; [LENGTH &amp;lt;l&amp;gt;].&lt;/P&gt;&lt;P&gt;                                    [IN BYTE MODE|IN CHARACTER MODE].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP searches the field &amp;lt;c&amp;gt; for the first occurrence of the first &amp;lt;l&amp;gt; characters in the pattern &amp;lt;str1&amp;gt; and replaces them with the string &amp;lt;str2&amp;gt;. In Unicode programs, you must specify whether the statement is a character or byte operation, using the IN BYTE MODE or IN CHARACTER MODE (default) additions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2007 12:13:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-28T12:13:51Z</dc:date>
    <item>
      <title>Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444174#M547308</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;I have some value in my internal table like FLEX10,A10.A10FLEX,Now i need output like FLEX,A,AFLEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can split numirical from char field .&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444174#M547308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444175#M547309</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 using the STring commands and see&lt;/P&gt;&lt;P&gt;Take the fields separately&lt;/P&gt;&lt;P&gt;str1, str2&lt;/P&gt;&lt;P&gt;use REPLACE or OVERLAY command to replace the string '10' with spaces in each&lt;/P&gt;&lt;P&gt;then use CONDENSE command to remove the spaces in strings&lt;/P&gt;&lt;P&gt;then use them&lt;/P&gt;&lt;P&gt;try and see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444175#M547309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444176#M547310</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;Splits a character string.&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;SPLIT &amp;lt;c&amp;gt; AT &amp;lt;del&amp;gt; INTO &amp;lt;c1&amp;gt;... &amp;lt;cn&amp;gt; INTO TABLE &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;Searches the field &amp;lt;c&amp;gt; for the character &amp;lt;del&amp;gt; and places the partial fields before and after &amp;lt;del&amp;gt;&lt;/P&gt;&lt;P&gt;into the target fields &amp;lt;c1&amp;gt; &amp;#133; &amp;lt;cn&amp;gt;, or into a new line of the internal table &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use FM: 'STRING_SPLIT_AT_POSITION'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;PROGRAM CALL_FUNCTION.&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;PARAMETERS POSITION TYPE I.&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;CASE SY-SUBRC.&lt;/P&gt;&lt;P&gt;WHEN 0.&lt;/P&gt;&lt;P&gt;WRITE: / TEXT, / TEXT1, / TEXT2.&lt;/P&gt;&lt;P&gt;WHEN 1.&lt;/P&gt;&lt;P&gt;WRITE 'Target field 1 too short!'.&lt;/P&gt;&lt;P&gt;WHEN 2.&lt;/P&gt;&lt;P&gt;WRITE 'Target field 2 too short!'.&lt;/P&gt;&lt;P&gt;WHEN 3.&lt;/P&gt;&lt;P&gt;WRITE 'Invalid split position!'.&lt;/P&gt;&lt;P&gt;WHEN 4.&lt;/P&gt;&lt;P&gt;WRITE 'Other errors!'.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;The function module splits an input field at a particular position into two output&lt;/P&gt;&lt;P&gt;fields. If the contents of POSITION are in the interval [4,6], the function module is&lt;/P&gt;&lt;P&gt;executed without an exception being triggered. For the intervals [1,3] and [7,9],&lt;/P&gt;&lt;P&gt;the system triggers the exceptions STRING2_TOO_SMALL and&lt;/P&gt;&lt;P&gt;STRING2_TOO_SMALL respectively. For all other values of POSITION, the&lt;/P&gt;&lt;P&gt;exception POS_NOT_VALID is triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444176#M547310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444177#M547311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  namaste!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;          FIELD(10),&lt;/P&gt;&lt;P&gt;          END OF ITAB.&lt;/P&gt;&lt;P&gt;DATA: INT1 TYPE I,&lt;/P&gt;&lt;P&gt;INT2 TYPE I VALUE 1.&lt;/P&gt;&lt;P&gt;ITAB-FIELD = 'FLEX10'.&lt;/P&gt;&lt;P&gt;APPEND ITAB.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ITAB-FIELD = 'A10'.&lt;/P&gt;&lt;P&gt;APPEND ITAB.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ITAB-FIELD = 'A10FLEX'.&lt;/P&gt;&lt;P&gt;APPEND ITAB.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;  CLEAR INT1.&lt;/P&gt;&lt;P&gt;  DO.&lt;/P&gt;&lt;P&gt;    IF NOT ITAB-FIELD+INT1(INT2) IS INITIAL.&lt;/P&gt;&lt;P&gt;      IF ITAB-FIELD+INT1(INT2) CA '0123456789'.&lt;/P&gt;&lt;P&gt;        CLEAR ITAB-FIELD+INT1(INT2).&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      ADD 1 TO INT1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ADD 1 TO INT2.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      CONDENSE ITAB-FIELD NO-GAPS.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      MODIFY ITAB.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;  WRITE: ITAB-FIELD.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewardpoints&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        skk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444177#M547311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444178#M547312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  Use this syntax &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE by Pattern :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replaces strings in fields with other strings using a pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE [ FIRST OCCURENCE OF | ALL OCCURENCES OF ] &amp;lt;old&amp;gt; &lt;/P&gt;&lt;P&gt;        IN [ SECTION OFFSET &amp;lt;off&amp;gt; LENGTH &amp;lt;len&amp;gt; OF ] &amp;lt;text&amp;gt; WITH &amp;lt;new&amp;gt;&lt;/P&gt;&lt;P&gt;        [IGNORING CASE|RESPECTING CASE]&lt;/P&gt;&lt;P&gt;        [IN BYTE MODE|IN CHARACTER MODE]&lt;/P&gt;&lt;P&gt;        [REPLACEMENT COUNT &amp;lt;c&amp;gt;]&lt;/P&gt;&lt;P&gt;        [REPLACEMENT OFFSET &amp;lt;r&amp;gt;]&lt;/P&gt;&lt;P&gt;        [REPLACEMENT LENGTH &amp;lt;l&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the string &amp;lt;text&amp;gt;, the search pattern &amp;lt;old&amp;gt; is replaced by the content of &amp;lt;new&amp;gt;. By default, the first occurrence of &amp;lt;old&amp;gt; is replaced. ALL OCCURENCES specifies that all occurrences be replaced. In the fields &amp;lt;old&amp;gt; and &amp;lt;new&amp;gt;, trailing spaces in C fields are ignored, but included in &amp;lt;text&amp;gt;. The SECTION OFFSET &amp;lt;off&amp;gt; LENGTH &amp;lt;len&amp;gt; OF addition tells the system to search and replace only from the &amp;lt;off&amp;gt; position in the length &amp;lt;len&amp;gt;. IGNORING CASE or RESPECTING CASE (default) specifies whether the search is to be case-sensitive. In Unicode programs, you must specify whether the statement is a character or byte operation, using the IN BYTE MODE or IN CHARACTER MODE (default) additions. The REPLACEMENT additions write the number of replacements, the offset of the last replacement, and the length of the last replaced string &amp;lt;new&amp;gt; to the fields &amp;lt;c&amp;gt;, &amp;lt;r&amp;gt;, and &amp;lt;l&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE by Position:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replaces strings in fields with other strings by position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE &amp;lt;str1&amp;gt; WITH &amp;lt;str2&amp;gt; INTO &amp;lt;c&amp;gt; [LENGTH &amp;lt;l&amp;gt;].&lt;/P&gt;&lt;P&gt;                                    [IN BYTE MODE|IN CHARACTER MODE].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP searches the field &amp;lt;c&amp;gt; for the first occurrence of the first &amp;lt;l&amp;gt; characters in the pattern &amp;lt;str1&amp;gt; and replaces them with the string &amp;lt;str2&amp;gt;. In Unicode programs, you must specify whether the statement is a character or byte operation, using the IN BYTE MODE or IN CHARACTER MODE (default) additions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444178#M547312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444179#M547313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this  sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT ZV_SDN_3 .

DATA: BEGIN OF ITAB OCCURS 0,
          FIELD(10),
          END OF ITAB.
DATA: INT1 TYPE I,
INT2 TYPE I VALUE 1.
ITAB-FIELD = 'FLEX10'.
APPEND ITAB.

ITAB-FIELD = 'A10'.
APPEND ITAB.

ITAB-FIELD = 'A10FLEX'.
APPEND ITAB.

LOOP AT ITAB.
  CLEAR INT1.
  DO.
    IF NOT ITAB-FIELD+INT1(INT2) IS INITIAL.
      IF ITAB-FIELD+INT1(INT2) CA '0123456789'.
        CLEAR ITAB-FIELD+INT1(INT2).
      ENDIF.

      ADD 1 TO INT1.
*      ADD 1 TO INT2.
    ELSE.
      CONDENSE ITAB-FIELD NO-GAPS.

      MODIFY ITAB.
      EXIT.

    ENDIF.
  ENDDO.
ENDLOOP.

LOOP AT ITAB.
  WRITE: ITAB-FIELD.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VAsanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444179#M547313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444180#M547314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  z_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt; w_text(15) value 'FLEX10',&lt;/P&gt;&lt;P&gt; w_result(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if w_text ca '0123456789'.&lt;/P&gt;&lt;P&gt;  if sy-fdpos NE 0.&lt;/P&gt;&lt;P&gt;    w_result = w_text+0(sy-fdpos).&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt; write:w_result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444180#M547314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444181#M547315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mr SKK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need out put like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;A10           TO    A&lt;/P&gt;&lt;P&gt;FLEX10      TO   FLEX &lt;/P&gt;&lt;P&gt;A10FLEX   TO   AFLEX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;P&gt;Surely i reward all helpfull answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444181#M547315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444182#M547316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd keep things simple and generic, by firstly replacing all the numeric's with spaces and then removing the spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To replace all the numeric's use&lt;/P&gt;&lt;P&gt;TRANSLATE &amp;lt;itab_line&amp;gt; using '0 1 2 3 4 5 6 7 8 9 '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then remove the spaces&lt;/P&gt;&lt;P&gt;CONDENSE &amp;lt;itab_line&amp;gt; no-gaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444182#M547316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444183#M547317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;consider the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:a1(10),&lt;/P&gt;&lt;P&gt;     a2(10),&lt;/P&gt;&lt;P&gt;     a3(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     a1 = 'FLEX10'.&lt;/P&gt;&lt;P&gt;     a2 = 'A10'.&lt;/P&gt;&lt;P&gt;     a3 = 'A10FLEX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace all occurrences of '10' in a1 with ''.&lt;/P&gt;&lt;P&gt;replace all occurrences of '10' in a2 with ''.&lt;/P&gt;&lt;P&gt;replace all occurrences of '10' in a3 with ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ a1,a2,a3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444183#M547317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444184#M547318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vasanth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much ,I rewarded you because you given Perfect answer.&lt;/P&gt;&lt;P&gt;Thanks Lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444184#M547318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444185#M547319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Normally to split numerals from string we use &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONDENSE ITAB-FIELD NO-GAPS.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The data object text must be character-type. If the data object has a fixed length, any space created by the condense operation is filled with blanks on the right. If the data object is of the type string, its length is adapted to the result of the condense operation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so all the numerals followed by the char are removed n filed with blank spaces...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt/m-p/2444185#M547319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:50:59Z</dc:date>
    </item>
  </channel>
</rss>

