<?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: HOW TO MATCH FIELDS WITH DIFFERENT LENGTH in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602259#M596238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do achieve the same as below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compare kunnr+6(4) with Werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like,&lt;/P&gt;&lt;P&gt; if kunnr+6(4) eq werks.  "it will always consider last 4 characters of kunnr&lt;/P&gt;&lt;P&gt;*do something&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here no need to convert and use any FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2007 23:04:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-03T23:04:41Z</dc:date>
    <item>
      <title>HOW TO MATCH FIELDS WITH DIFFERENT LENGTH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602257#M596236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a report. I have table &amp;lt;b&amp;gt;MARD&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;WRPL&amp;lt;/b&amp;gt;. We use &amp;lt;b&amp;gt;plants (werks)&amp;lt;/b&amp;gt; which is character - 4 in length for MARD and we want to use it to reference &amp;lt;b&amp;gt;customer (kunnr)&amp;lt;/b&amp;gt; which is character 10. &lt;/P&gt;&lt;P&gt;Kunnr comes with leading zeros because of its length. so a plant 0501 will come as 000000501. I removed the leading zeros with the function module "CONVERSION_EXIT_ALPHA_OUTPUT". But the problem i know have that after removing the leading zeros a plant eg 0022 will become 22 on customer kunnr which is given errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to remove the leading zeros up to just 4 in length. Eg. &amp;lt;b&amp;gt;i want 0000000022 to become 0022.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 22:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602257#M596236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T22:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO MATCH FIELDS WITH DIFFERENT LENGTH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602258#M596237</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;Like this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data : v_werks like t001w-werks.
" Move 22 value to v_werks after fm CONV EXIT ALPHA OUTPUT
unpack kunnr to v_werks.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 22:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602258#M596237</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-03T22:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO MATCH FIELDS WITH DIFFERENT LENGTH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602259#M596238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do achieve the same as below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compare kunnr+6(4) with Werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like,&lt;/P&gt;&lt;P&gt; if kunnr+6(4) eq werks.  "it will always consider last 4 characters of kunnr&lt;/P&gt;&lt;P&gt;*do something&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here no need to convert and use any FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 23:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602259#M596238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T23:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO MATCH FIELDS WITH DIFFERENT LENGTH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602260#M596239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Processing Sections of Strings &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can address a section of a string in any statement in which non-numeric elementary ABAP types or structures that do not contain internal tables occur using the following syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;f&amp;gt;[+&amp;lt;o&amp;gt;][(&amp;lt;l&amp;gt;)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By specifying an offset &lt;EM&gt;&amp;lt;o&amp;gt; and a length (&amp;lt;l&amp;gt;) directly after the field name &amp;lt;f&amp;gt;, you can address the part of the field starting at position &amp;lt;o&amp;gt;&lt;/EM&gt;1 with length &amp;lt;l&amp;gt; as though it were an independent data object. The data type and length of the string section are as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Original field&lt;/P&gt;&lt;P&gt; Section&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Data type&lt;/P&gt;&lt;P&gt; Data type&lt;/P&gt;&lt;P&gt; Length&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt; C&lt;/P&gt;&lt;P&gt; &amp;lt;l&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt; N&lt;/P&gt;&lt;P&gt; &amp;lt;l&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;N&lt;/P&gt;&lt;P&gt; N&lt;/P&gt;&lt;P&gt; &amp;lt;l&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;P&gt; N&lt;/P&gt;&lt;P&gt; &amp;lt;l&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;P&gt; X&lt;/P&gt;&lt;P&gt; &amp;lt;l&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Structure&lt;/P&gt;&lt;P&gt; C&lt;/P&gt;&lt;P&gt; &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;If you do not specify the length &amp;lt;l&amp;gt;, you address the section of the field from &amp;lt;o&amp;gt; to the end of the field. If the offset and length combination that you specify leads to an invalid section of the field (for example, exceeding the length of the original field), a syntax or runtime error occurs. You cannot use offset and length to address a literal or a text symbol. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should take particular care when addressing components of structures. To ensure the correct platform-specific alignment of type I and F components, they may contain filler fields, whose lengths you need to consider when calculating the correct offset. Furthermore, SAP plans to convert the internal representation of character types to UNICODE, in which one character will no longer occupy one byte, but instead two or four. Although offset and length specifications can work for character fields (types C, D, N, and T) or for hexadecimal fields (type X), incompatible changes may occur in structures containing a mixture of numeric, character, and hexadecimal fields. SAP therefore recommends that you do not use offset and length to address components of structures. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In nearly all cases, you must specify offset &amp;lt;o&amp;gt; and length &amp;lt;l&amp;gt; as numeric literals without a preceding sign. You may specify them dynamically in the following cases: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When assigning values using MOVE or the assignment operator &lt;/P&gt;&lt;P&gt;When assigning values with WRITE TO &lt;/P&gt;&lt;P&gt;When assigning field symbols using ASSIGN. &lt;/P&gt;&lt;P&gt;When passing actual parameters to subroutines in the PERFORM statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA TIME TYPE T VALUE '172545'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE TIME.&lt;/P&gt;&lt;P&gt;WRITE / TIME+2(2).&lt;/P&gt;&lt;P&gt;CLEAR TIME+2(4).&lt;/P&gt;&lt;P&gt;WRITE / TIME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output appears as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;172545&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;170000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, the minutes are selected by specifying an offset in the WRITE statement. Then, the minutes and seconds are set to their initial values by specifying an offset in the clear statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Offset and Length Specifications in the MOVE Statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the MOVE statement, the syntax for specifying offset and length is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE &amp;lt;f1&amp;gt;[&lt;EM&gt;&amp;lt;o1&amp;gt;][(&amp;lt;l1&amp;gt;)] TO &amp;lt;f2&amp;gt;[&lt;/EM&gt;&amp;lt;o2&amp;gt;][(&amp;lt;l2&amp;gt;)].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, when you use the assignment operator:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;f2&amp;gt;[&lt;EM&gt;&amp;lt;o2&amp;gt;][(&amp;lt;l2&amp;gt;)] = &amp;lt;f1&amp;gt;[&lt;/EM&gt;&amp;lt;o1&amp;gt;][(&amp;lt;l1&amp;gt;)].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of the part of the field &amp;lt;f1&amp;gt; which begins at position &amp;lt;o1&amp;gt;&lt;EM&gt;1 and has a length of &amp;lt;l1&amp;gt; are assigned to field &amp;lt;f2&amp;gt;, where they overwrite the section which begins at position &amp;lt;o2&amp;gt;&lt;/EM&gt;1 and has a length of &amp;lt;l2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the MOVE statement, all offset and length specifications can be variables. This also applies to statements with the assignment operator, as long as these can also be written as MOVE statements. In statements where no field name is specified after the assignment operator, (for example, in Numeric Operations), all offset and length specifications must be unsigned number literals. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP recommends that you assign values with offset and length specifications only between non-numeric fields. With numeric fields, the results can be meaningless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: F1(8)  VALUE 'ABCDEFGH',&lt;/P&gt;&lt;P&gt;      F2(20) VALUE '12345678901234567890'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F2&lt;EM&gt;6(5) = F1&lt;/EM&gt;3(5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the assignment operator functions as follows:&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;&lt;/P&gt;&lt;P&gt;DATA: F1(8) VALUE 'ABCDEFGH',&lt;/P&gt;&lt;P&gt;F2(8).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: O TYPE I VALUE 2,&lt;/P&gt;&lt;P&gt;L TYPE I VALUE 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE F1 TO F2.      WRITE F2.&lt;/P&gt;&lt;P&gt;MOVE F1+O(L) TO F2.      WRITE / F2.&lt;/P&gt;&lt;P&gt;MOVE F1 TO F2+O(L). WRITE / F2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR F2.&lt;/P&gt;&lt;P&gt;MOVE F1 TO F2+O(L). WRITE / F2.&lt;/P&gt;&lt;P&gt;MOVE F1&lt;EM&gt;O(L) TO F2&lt;/EM&gt;O(L). WRITE / F2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This produces the following output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABCDEFGH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CDEF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CDABCD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ABCD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CDEF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, the contents of F1 are assigned to F2 without offset specifications. Then, the same happens for F1 with offset and length specification. The next three MOVE statements overwrite the contents of F2 with offset 2. Note that F2 is filled with spaces on the right, in accordance with the conversion rule for source type C. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Offset and Length Specifications in the WRITE TO Statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the WRITE TO statement, the syntax for specifying offset and length is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE &amp;lt;f1&amp;gt;[&lt;EM&gt;&amp;lt;o1&amp;gt;][(&amp;lt;l1&amp;gt;)] TO &amp;lt;f2&amp;gt;[&lt;/EM&gt;&amp;lt;o2&amp;gt;][(&amp;lt;l2&amp;gt;)].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of the part of the field &amp;lt;f1&amp;gt; which begins at position &amp;lt;o1&amp;gt;&lt;EM&gt;1 and has a length of &amp;lt;l1&amp;gt; are converted to a character field and assigned to field &amp;lt;f2&amp;gt;, where they overwrite the section which begins at position &amp;lt;o2&amp;gt;&lt;/EM&gt;1 and has a length of &amp;lt;l2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the WRITE TO statement, the offset and length specifications of the target field can be variables. The offset and length of the target field must be numeric literals without a preceding sign. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: STRING(20),&lt;/P&gt;&lt;P&gt;NUMBER(8) TYPE C VALUE '123456',&lt;/P&gt;&lt;P&gt;OFFSET TYPE I VALUE 8,&lt;/P&gt;&lt;P&gt;LENGTH TYPE I VALUE 12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE NUMBER(6) TO STRING+OFFSET(LENGTH) LEFT-JUSTIFIED.&lt;/P&gt;&lt;P&gt;WRITE: / STRING.&lt;/P&gt;&lt;P&gt;CLEAR STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE NUMBER(6) TO STRING+OFFSET(LENGTH) CENTERED.&lt;/P&gt;&lt;P&gt;WRITE: / STRING.&lt;/P&gt;&lt;P&gt;CLEAR STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE NUMBER TO STRING+OFFSET(LENGTH) RIGHT-JUSTIFIED.&lt;/P&gt;&lt;P&gt;WRITE: / STRING.&lt;/P&gt;&lt;P&gt;CLEAR STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This produces the following output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        123456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           123456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              123456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first six characters of the field NUMBER are written left-justified, centered, and right-justified into the last 12 characters of the field STRING.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 23:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602260#M596239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T23:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO MATCH FIELDS WITH DIFFERENT LENGTH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602261#M596240</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 shift command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; shift lv_kunnr left by 6 places deleting leading 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 03:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602261#M596240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-04T03:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO MATCH FIELDS WITH DIFFERENT LENGTH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602262#M596241</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;What data type you have declared for that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: it_mara(3) type N.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if it is not solved then u can try along with that statement this statement too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SHIFT IT_MARA LEFT DELETING LEADING '0000'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2007 05:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602262#M596241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-04T05:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO MATCH FIELDS WITH DIFFERENT LENGTH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602263#M596242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got someone to help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 19:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-match-fields-with-different-length/m-p/2602263#M596242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T19:28:04Z</dc:date>
    </item>
  </channel>
</rss>

