<?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: Is dynamic parameter adviceable in Unicode enabled system? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-dynamic-parameter-adviceable-in-unicode-enabled-system/m-p/1477126#M223619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the explaination Neil. Now it is up to me to convince the basis people that there will not be a problem with the current codes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any existing documentation that you think can help me on this and if you don't mind, please send me a copy. Thanks in advance. Points awarded for ur reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jul 2006 03:25:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-26T03:25:09Z</dc:date>
    <item>
      <title>Is dynamic parameter adviceable in Unicode enabled system?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-dynamic-parameter-adviceable-in-unicode-enabled-system/m-p/1477124#M223617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this question regarding the dynamic parameter '$variable' parse into a perform statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;FORM LEAD_ZERO_OR_ZERO USING $CONST CHANGING $FIELD.&lt;/P&gt;&lt;P&gt;  DATA: LEN TYPE I,&lt;/P&gt;&lt;P&gt;        CNT TYPE I,&lt;/P&gt;&lt;P&gt;        TEMP(50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONDENSE $FIELD NO-GAPS.&lt;/P&gt;&lt;P&gt;  LEN = STRLEN( $FIELD ).&lt;/P&gt;&lt;P&gt;  IF LEN &amp;lt; $CONST AND LEN NE 0.                           "#EC PORTABLE&lt;/P&gt;&lt;P&gt;    CNT = $CONST - LEN.&lt;/P&gt;&lt;P&gt;    MOVE $FIELD&lt;EM&gt;0(LEN) TO TEMP&lt;/EM&gt;0(LEN).&lt;/P&gt;&lt;P&gt;    MOVE TEMP&lt;EM&gt;0(LEN) TO $FIELD&lt;/EM&gt;CNT(LEN).&lt;/P&gt;&lt;P&gt;    WHILE CNT NE 0.&lt;/P&gt;&lt;P&gt;      CNT = CNT - 1.&lt;/P&gt;&lt;P&gt;      MOVE '0' TO $FIELD+CNT(1).&lt;/P&gt;&lt;P&gt;    ENDWHILE.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  IF LEN = 0.&lt;/P&gt;&lt;P&gt;    CNT = $CONST.&lt;/P&gt;&lt;P&gt;    WHILE CNT GT 0.&lt;/P&gt;&lt;P&gt;      CNT = CNT - 1.&lt;/P&gt;&lt;P&gt;      MOVE '0' TO $FIELD+CNT(1).&lt;/P&gt;&lt;P&gt;    ENDWHILE.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "LEAD_ZERO_OR_ZERO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this feedback from the basis team in my current project that this line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE TEMP&lt;EM&gt;0(LEN) TO $FIELD&lt;/EM&gt;CNT(LEN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is not Unicode compliant but I don't see why except for the dynamic parse in variable which is $field but I could not find any document to support my assumption. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if my assumption is wrong. If I am correct, is it ok if I change that dynamic parse in parameter to a standard one like 'p_field'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 02:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-dynamic-parameter-adviceable-in-unicode-enabled-system/m-p/1477124#M223617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T02:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is dynamic parameter adviceable in Unicode enabled system?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-dynamic-parameter-adviceable-in-unicode-enabled-system/m-p/1477125#M223618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there does not seem to be anything wrong with the form in isolation. Maybe one of the performs of it uses a structure name rather than a single variable. Unicode does not like structures which have embedded non-string variables to be treated like a string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 02:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-dynamic-parameter-adviceable-in-unicode-enabled-system/m-p/1477125#M223618</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-07-26T02:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is dynamic parameter adviceable in Unicode enabled system?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-dynamic-parameter-adviceable-in-unicode-enabled-system/m-p/1477126#M223619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the explaination Neil. Now it is up to me to convince the basis people that there will not be a problem with the current codes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any existing documentation that you think can help me on this and if you don't mind, please send me a copy. Thanks in advance. Points awarded for ur reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 03:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-dynamic-parameter-adviceable-in-unicode-enabled-system/m-p/1477126#M223619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-26T03:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is dynamic parameter adviceable in Unicode enabled system?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-dynamic-parameter-adviceable-in-unicode-enabled-system/m-p/1477127#M223620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKYOU FOR THE POINTS. For doco have a look in se38. click on the 'i' button to bring up help. Select 'abap overview'. Under 'Abap by theme' there is a whole sub-section that discusses unicode issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 03:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-dynamic-parameter-adviceable-in-unicode-enabled-system/m-p/1477127#M223620</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-07-26T03:33:03Z</dc:date>
    </item>
  </channel>
</rss>

