<?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: data bits. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-bits/m-p/6153583#M1369018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the SHIFT statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;shift matnr LEFT  DELETING LEADING  '0'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also remember to CONDENSE the field after the shift.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Advait Gode on Sep 18, 2009 8:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Sep 2009 06:14:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-18T06:14:30Z</dc:date>
    <item>
      <title>data bits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-bits/m-p/6153582#M1369017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frends i am using a variable to store the material no as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data var_mat_no(18) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this variable stores the material no read from a data base table.now as the size specfied of the material no. is 18 i took the variable's length also 18.but when i dispalyed the var_mat_no it shows the material no with length 18.and the actual material no is of 8 digits like if the material no is 13000000 then it displays it as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000000000013000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to display it as only 13000000.and want to neglect the 10 zero's before it.wat shud i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 05:52:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-bits/m-p/6153582#M1369017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-18T05:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: data bits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-bits/m-p/6153583#M1369018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the SHIFT statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;shift matnr LEFT  DELETING LEADING  '0'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also remember to CONDENSE the field after the shift.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Advait Gode on Sep 18, 2009 8:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 06:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-bits/m-p/6153583#M1369018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-18T06:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: data bits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-bits/m-p/6153584#M1369019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx dear...i am just a beginner cud u plz tell me how cud i condense and wat does it do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 06:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-bits/m-p/6153584#M1369019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-18T06:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: data bits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-bits/m-p/6153585#M1369020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, we all were new once upon a time and this is what we did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto t-code ABAPHELP --&amp;gt; Enter the keyword you wish to lookup the help documentation for, in your case CONDENSE. ABAP keyword documentation will open for the entered keyword. Read it and you will know what it does -:) . Simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 06:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-bits/m-p/6153585#M1369020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-18T06:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: data bits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-bits/m-p/6153586#M1369021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 06:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-bits/m-p/6153586#M1369021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-18T06:51:07Z</dc:date>
    </item>
  </channel>
</rss>

