<?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/6047210#M1351806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;  try like : ASSIGN: ((SAPLMEGUI)MEPO_TOPLINE-BSART) TO &amp;lt;fs1&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2009 14:26:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-11T14:26:00Z</dc:date>
    <item>
      <title>Assign problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/6047209#M1351805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all experts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I access this code by entering ME23N then clicking on tab Order History then clicking on the material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that ('(SAPLMEGUI)MEPO_TOPLINE-BSART')  assigns blank to &amp;lt;fs1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I get an error later when it tries to move &amp;lt;fs1&amp;gt; to wa_bsart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know why the content from mepo_topline is not being assigned to the field symbol...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 5  ZSCREEN_OUT.    "active version&lt;/P&gt;&lt;P&gt;*COBL-KOSTL OUT.&lt;/P&gt;&lt;P&gt;IF SY-TCODE = 'ME21N' OR SY-TCODE = 'ME22N' OR SY-TCODE = 'ME23N'.&lt;/P&gt;&lt;P&gt;DATA: WA_BSART LIKE EKKO-BSART,&lt;/P&gt;&lt;P&gt;      WA_KNTTP LIKE EKPO-KNTTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR: WA_BSART, WA_KNTTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;fs1&amp;gt; TYPE ANY,&lt;/P&gt;&lt;P&gt;               &amp;lt;fs2&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN: ('(SAPLMEGUI)MEPO_TOPLINE-BSART')  TO &amp;lt;fs1&amp;gt;,&lt;/P&gt;&lt;P&gt;        ('(SAPLMEACCTVI)MEACCT1200-KNTTP') TO &amp;lt;fs2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE &amp;lt;fs1&amp;gt; TO WA_BSART.&lt;/P&gt;&lt;P&gt;MOVE &amp;lt;fs2&amp;gt; TO WA_KNTTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*PEDIDO CENTRAL. MATERIAL&lt;/P&gt;&lt;P&gt;IF WA_BSART = 'NB' AND WA_KNTTP = 'K'.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF SCREEN-NAME = 'COBL-KOSTL'.&lt;/P&gt;&lt;P&gt;      SCREEN-INPUT = '0'.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 14:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/6047209#M1351805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T14:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Assign problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/6047210#M1351806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;  try like : ASSIGN: ((SAPLMEGUI)MEPO_TOPLINE-BSART) TO &amp;lt;fs1&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 14:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-problem/m-p/6047210#M1351806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T14:26:00Z</dc:date>
    </item>
  </channel>
</rss>

