<?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: Assign Syntax throwing DUMP!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601119#M1084503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also I suggest you check for &lt;STRONG&gt;sy-subrc&lt;/STRONG&gt; and handle the error after the ASSIGN statement. This will avoid short dumps at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raj Julakanti on Oct 10, 2008 10:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2008 20:53:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-10T20:53:08Z</dc:date>
    <item>
      <title>Assign Syntax throwing DUMP!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601112#M1084496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before Unicode check active, the syntax is:&lt;/P&gt;&lt;P&gt;ASSIGN ELBP-KRT01+OFFSET TO &amp;lt;X&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed into&lt;/P&gt;&lt;P&gt;ASSIGN ELBP-KRT01+OFFSET(*) TO &amp;lt;X&amp;gt;.&lt;/P&gt;&lt;P&gt;after reading SAP help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KRT01 is DEC field from DB ELBP&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;X&amp;gt; type any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dump says:&lt;/P&gt;&lt;P&gt;Part of the source field "ELBP-KRT01" was assigned to a field symbol,&lt;/P&gt;&lt;P&gt;but this is not possible for fields of type "P".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I test this change...it throws dump.Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 19:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601112#M1084496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T19:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Syntax throwing DUMP!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601113#M1084497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't use OFFSET. I would not recommend to use offset with anything but the CHAR fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 20:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601113#M1084497</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-10-10T20:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Syntax throwing DUMP!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601114#M1084498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please press F1 on ASSIGN. It's explained there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 20:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601114#M1084498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T20:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Syntax throwing DUMP!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601115#M1084499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u give me the correct syntax please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i dont use that offset, how can i determine what values to be assigned to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 20:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601115#M1084499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T20:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Syntax throwing DUMP!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601116#M1084500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont find any with assign and offset.&lt;/P&gt;&lt;P&gt;can u copy paste the syntax or correct my syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 20:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601116#M1084500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T20:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Syntax throwing DUMP!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601117#M1084501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 4.7:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F1 on ASSIGN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on " ASSIGN f TO . "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on "Accessing Fields Using Offset and Length Addressing"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 20:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601117#M1084501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T20:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Syntax throwing DUMP!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601118#M1084502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what it is given there.&lt;/P&gt;&lt;P&gt;DATA: NAME(12) VALUE 'JACKJOHNCARL', &lt;/P&gt;&lt;P&gt;      X(10)    VALUE 'XXXXXXXXXX'. &lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS &amp;lt;F&amp;gt; TYPE ANY. &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ASSIGN NAME+4 TO &amp;lt;F&amp;gt;.      " Not permitted in Unicode systems &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WRITE &amp;lt;F&amp;gt;. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ASSIGN NAME+4(*) TO &amp;lt;F&amp;gt;. &lt;/P&gt;&lt;P&gt;WRITE &amp;lt;F&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I am declaring in the similar fashion.Then why am I still getting dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 20:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601118#M1084502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T20:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Syntax throwing DUMP!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601119#M1084503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also I suggest you check for &lt;STRONG&gt;sy-subrc&lt;/STRONG&gt; and handle the error after the ASSIGN statement. This will avoid short dumps at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raj Julakanti on Oct 10, 2008 10:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 20:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601119#M1084503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T20:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Syntax throwing DUMP!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601120#M1084504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You clicked on "dynamic ASSIGN" not "Accessing Fields Using Offset and Length Addressing".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 20:55:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601120#M1084504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T20:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Syntax throwing DUMP!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601121#M1084505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont see any option like Accessing Fields Using Offset and Length Addressing".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am on 4.7EE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see only below.&lt;/P&gt;&lt;P&gt;ASSIGN f TO &amp;lt;fs&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extras: &lt;/P&gt;&lt;P&gt;1. ... CASTING ... or &lt;/P&gt;&lt;P&gt;2. ... TYPE type &lt;/P&gt;&lt;P&gt;3. ... DECIMALS dec &lt;/P&gt;&lt;P&gt;4. ... RANGE range &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me paste the syntax from what you se rather than increasing the iterations .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kiran dasari on Oct 11, 2008 2:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 20:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601121#M1084505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T20:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Syntax throwing DUMP!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601122#M1084506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said earlier, you first have to click on "ASSIGN f TO &amp;lt;fs&amp;gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not going to cut and paste from the help. You have to learn how to navigate through this yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the best advice was the first answer - don't do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Oct 10, 2008 5:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 21:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-syntax-throwing-dump/m-p/4601122#M1084506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T21:07:33Z</dc:date>
    </item>
  </channel>
</rss>

