<?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 need with data declarations and there effects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395850#M533179</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;Thankyou guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2007 02:02:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-15T02:02:53Z</dc:date>
    <item>
      <title>help need with data declarations and there effects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395844#M533173</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;CAN ANYONE TELL ME HOW TO DECLARE QUANTITY AND CURRENCY FIELDS IN ORDER PREVENT AN UNICODE ERROR&lt;/P&gt;&lt;P&gt;&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, " currency &lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the code in 4.6c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how iam declaring in ecc 6.0 system with unicode&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(17) type c, " currency&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the right way declaration or should i declare the same as i did in 4.6c but when i did the same way&lt;/P&gt;&lt;P&gt;as in 4.6c i had issues with &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;&lt;/P&gt;&lt;P&gt;let me know which is the right way to declare in ecc 6.0 with unicode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 01:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395844#M533173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T01:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: help need with data declarations and there effects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395845#M533174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preeti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first way is the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 01:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395845#M533174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T01:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: help need with data declarations and there effects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395846#M533175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like correct way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you do not get any errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 01:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395846#M533175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T01:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: help need with data declarations and there effects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395847#M533176</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;when you say the first way, you mean 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, " currency &lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or the other &lt;/P&gt;&lt;P&gt;&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(17) type c, " currency&lt;/P&gt;&lt;P&gt;end of itab.&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 i declare this way  &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, " currency &lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam getting error in following code&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;&lt;/P&gt;&lt;P&gt;as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error : "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;if i declare&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(17) type c, " currency&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i get the data from the table directly in wrbtr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single wrbtr from bseg  into itab-wrbtr where -&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does it gives any wrrors orthis statement is ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;P&gt;thanks\&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 01:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395847#M533176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T01:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: help need with data declarations and there effects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395848#M533177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Preeti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare like this - Calculation &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, " currency &lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you do not have any calculation &lt;/P&gt;&lt;P&gt;&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(17) type c, " currency&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 01:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395848#M533177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T01:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: help need with data declarations and there effects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395849#M533178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preeti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first way of declaration is correct, but you can't use this with DESCRIBE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the second way WRBTR(17) will not give you any error in the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So If you want to use DESCRIBE then define it as WRBTR(17) but it is not the proper way, instead you can move itab to any STRING type field and then use DESCRIBE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 01:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395849#M533178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T01:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: help need with data declarations and there effects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395850#M533179</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;Thankyou guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 02:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need-with-data-declarations-and-there-effects/m-p/2395850#M533179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T02:02:53Z</dc:date>
    </item>
  </channel>
</rss>

