<?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 problem...? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164225#M458077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the value is stored but probably not visible due to some length problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or are usure &amp;lt;ls_targetline&amp;gt;+240(240) is not blank?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 09:27:45 GMT</pubDate>
    <dc:creator>hymavathi_oruganti</dc:creator>
    <dc:date>2007-05-07T09:27:45Z</dc:date>
    <item>
      <title>ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164217#M458069</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;&lt;/P&gt;&lt;P&gt;I have a following problem with this piece of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    CLEAR lv_fieldname.&lt;/P&gt;&lt;P&gt;                    MOVE 'VALUEPART1' TO lv_fieldname.&lt;/P&gt;&lt;P&gt;                    ASSIGN COMPONENT lv_fieldname OF STRUCTURE ev_targetstruct TO &amp;lt;lf_valuepart&amp;gt;.&lt;/P&gt;&lt;P&gt;                    &amp;lt;lf_valuepart&amp;gt; = &amp;lt;ls_targetline&amp;gt;+0(240).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    CLEAR lv_fieldname.&lt;/P&gt;&lt;P&gt;                    MOVE 'VALUEPART2' TO lv_fieldname.&lt;/P&gt;&lt;P&gt;                    ASSIGN COMPONENT lv_fieldname OF STRUCTURE ev_targetstruct TO &amp;lt;lf_valuepart&amp;gt;.&lt;/P&gt;&lt;P&gt;                    &amp;lt;lf_valuepart&amp;gt; = &amp;lt;ls_targetline&amp;gt;+240(240).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ev_targetstruct has a following structure:&lt;/P&gt;&lt;P&gt;STRUCTURE	TE_STRUC	CHAR	30	0&lt;/P&gt;&lt;P&gt;VALUEPART1	VALUEPART	CHAR	240	0&lt;/P&gt;&lt;P&gt;VALUEPART2	VALUEPART	CHAR	240	0&lt;/P&gt;&lt;P&gt;VALUEPART3	VALUEPART	CHAR	240	0&lt;/P&gt;&lt;P&gt;VALUEPART4	VALUEPART	CHAR	240	0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field VALUEPART1 is filled correctly and the value is transfered to the structure ev_targetstruct. But I am having trouble with the VALUEPART2, this field is not filled even though the &amp;lt;lf_valuepart&amp;gt; is filled from &amp;lt;ls_targetline&amp;gt;+240(240). But the value from &amp;lt;lf_valuepart&amp;gt; is not transfered to the structure ev_targetstruct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea what might be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tomas Kraus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 08:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164217#M458069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T08:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164218#M458070</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;Cud you write the statements where you are  passing the values of fieldsymbols to the structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 08:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164218#M458070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T08:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164219#M458071</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;there are no such statements, the above coding is all there is. The VALUEPART1 is filled and transfered to the structure but in the next step the VALUEPART2 is not passed to the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 08:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164219#M458071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T08:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164220#M458072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe try to use a new &amp;lt;lf_valuepart2&amp;gt; in the second case &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164220#M458072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164221#M458073</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;Check the statement for &amp;lt;lf_valuepart&amp;gt; = &amp;lt;ls_targetline&amp;gt;+240(240).&lt;/P&gt;&lt;P&gt;and also the declaration for VALUEPART2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164221#M458073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164222#M458074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also let us show the declaration for &amp;lt;lf_valuepart&amp;gt;??, is its length greater than 480?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164222#M458074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164223#M458075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &amp;lt;lf_valuepart&amp;gt; is defined as VALUEPART2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    MOVE 'VALUEPART2' TO lv_fieldname.&lt;/P&gt;&lt;P&gt;                    ASSIGN COMPONENT lv_fieldname OF STRUCTURE ev_targetstruct TO &amp;lt;lf_valuepart&amp;gt;.&lt;/P&gt;&lt;P&gt;                    &amp;lt;lf_valuepart&amp;gt; = &amp;lt;ls_targetline&amp;gt;+240(240).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie. &amp;lt;lf_valuepart&amp;gt; length is 240&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164223#M458075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164224#M458076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CLEAR lv_fieldname.&lt;/P&gt;&lt;P&gt;MOVE 'VALUEPART1' TO lv_fieldname.&lt;/P&gt;&lt;P&gt;ASSIGN COMPONENT lv_fieldname OF STRUCTURE ev_targetstruct TO &amp;lt;lf_valuepart&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;lf_valuepart&amp;gt; = &amp;lt;ls_targetline&amp;gt;+0(240).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR lv_fieldname.&lt;/P&gt;&lt;P&gt;MOVE 'VALUEPART2' TO lv_fieldname.&lt;/P&gt;&lt;P&gt;ASSIGN COMPONENT lv_fieldname OF STRUCTURE ev_targetstruct TO &amp;lt;lf_valuepart&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;lf_valuepart&amp;gt; = &amp;lt;ls_targetline&amp;gt;+240(240).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You say that ]&amp;lt;lf_valuepart&amp;gt;  is only 240 , but you are assigning it a length of 480,&lt;/P&gt;&lt;P&gt;so is the dump , change the second bold line to this , declare another variable  &amp;lt;lf_valuepart1&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;lf_valuepart1&amp;gt;&amp;lt;/b&amp;gt; = &amp;lt;ls_targetline&amp;gt;+240(240).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164224#M458076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164225#M458077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the value is stored but probably not visible due to some length problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or are usure &amp;lt;ls_targetline&amp;gt;+240(240) is not blank?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164225#M458077</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-05-07T09:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164226#M458078</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;the &amp;lt;ls_targetline&amp;gt;+240(240) is not empty, the &amp;lt;lf_valuepart&amp;gt; is filled - there is no short dump, but it is not transfered to the ev_targetstruct whereas in the first step it is transfered to the structure....that's what puzzles me....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164226#M458078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164227#M458079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u say   &amp;lt;lf_valuepart&amp;gt; length is 240  and u want to fill that with length of 480 , how is that possible?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164227#M458079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164228#M458080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try your suggestion and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164228#M458080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN problem...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164229#M458081</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;it doesn't work either. Thanks for your suggestion...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 09:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/2164229#M458081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T09:52:27Z</dc:date>
    </item>
  </channel>
</rss>

