<?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: help with error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388016#M530779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it doesn't give me the error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The length which we get in byte mode will be different from the length we get in 4.6c version right&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 19:06:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T19:06:12Z</dc:date>
    <item>
      <title>help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388005#M530768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;This is an uniicode error&lt;/P&gt;&lt;P&gt;can anyone tell me how to fix this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab,&lt;/P&gt;&lt;P&gt;BUKRS LIKE BKPF-BUKRS,&lt;/P&gt;&lt;P&gt; AUGDT LIKE BSEG-AUGDT,     &lt;/P&gt;&lt;P&gt;WRBTR LIKE BSEG-WRBTR,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CLEAR Itab WITH '/'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error : "ITAB" must be a character-type data object (data type C, N, D, T or	STRING).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 17:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388005#M530768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T17:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388006#M530769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change it to&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: begin of itab,
BUKRS LIKE BKPF-BUKRS,
AUGDT LIKE BSEG-AUGDT, 
WRBTR LIKE BSEG-WRBTR,
end of itab.

CLEAR: Itab-bukrs WITH '/',Itab-augdt WITH '/',Itab-wrbtr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:03:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388006#M530769</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-06-14T18:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388007#M530770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of WRBTR you need to take TYPE C with the Lenght 17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388007#M530770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T18:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388008#M530771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;so all the currency, quantity fields has to be declarred as character  i,.e type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok, is there a particular reason who choose to declare &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRBTR you need to take TYPE C with the Lenght 17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,im thinking its always better to a have an extra length than its actual otlength which in this case 16 so you choose 17 .Thats the reason behind it let me know if iam wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one more thing which approach is better i.e decllaring as type c or clearing all fields individually&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know thanksagain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388008#M530771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T18:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388009#M530772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say that  &amp;lt;i&amp;gt;clearing all fields individually&amp;lt;/i&amp;gt; is the way to go, there is not reason to translate the currency fields to character, simply so you can save some lines of code to clear the value.  Just clear them individually.  You are gonna have to start getting used to this in unicode environments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich HEilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388009#M530772</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-14T18:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388010#M530773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even when i try to do &lt;/P&gt;&lt;P&gt;CLEAR: Itab-bukrs WITH '/',Itab-augdt WITH '/',Itab-wrbtr WITH '/'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i gives me an error mess saying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ITAB-WRBTR" must be a character-type data object (data type C, N, D, T		&lt;/P&gt;&lt;P&gt;or STRING).		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know is there a way to over come this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with changing to character type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388010#M530773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T18:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388011#M530774</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;in 4.6c &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after &lt;/P&gt;&lt;P&gt;clear : Itab-wrbtr WITH '/'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-wrbtr has a value like this  7&amp;lt;7&amp;lt;7&amp;lt;7&amp;lt;7&amp;lt;7.&amp;lt;7   instead of //////..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388011#M530774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T18:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388012#M530775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the use of using the WITH clause for this field?   / of course can not be a value of a currency field.  This is basic ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to initialize a currency field it must have a numeric value such as 0.&lt;/P&gt;&lt;P&gt;There is no need for the WITH extension in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;clear itab-wrbtr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388012#M530775</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-14T18:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388013#M530776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do want the WRBTR field to have an initial value of /,  then of course it must be a character type field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch HEilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388013#M530776</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-14T18:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388014#M530777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich, &lt;/P&gt;&lt;P&gt;i decided to tojust go with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear :itab-WRBTR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have a statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE FIELD Itab LENGTH LEN IN CHARACTER MODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab,&lt;/P&gt;&lt;P&gt;BUKRS LIKE BKPF-BUKRS,&lt;/P&gt;&lt;P&gt; AUGDT LIKE BSEG-AUGDT,         " CLEARING DATE&lt;/P&gt;&lt;P&gt;WRBTR LIKE BSEG-WRBTR,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ITAB" must be a character-type field (data type C, N, D, or T).		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich , ifi change to char would be there anyother issues while the program is being executed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i should declare a charcter more than its output length if i want to change it to character field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388014#M530777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T18:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388015#M530778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens if you change the DESCRIBE statement to say in BTYE MODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DESCRIBE FIELD Itab LENGTH LEN IN BYTE MODE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 18:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388015#M530778</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-14T18:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: help with error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388016#M530779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it doesn't give me the error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The length which we get in byte mode will be different from the length we get in 4.6c version right&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 19:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-error/m-p/2388016#M530779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T19:06:12Z</dc:date>
    </item>
  </channel>
</rss>

