<?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: Memory Id problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205590#M1376850</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 properties of both, selcted field and field from the Transaction are same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2010 12:20:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-18T12:20:15Z</dc:date>
    <item>
      <title>Memory Id problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205583#M1376843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have coded like this....but while clicking the document on the alv...some irrelevent documents are opening how to correct it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE pv_ucomm.&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;      CLEAR kbld-belnr.&lt;/P&gt;&lt;P&gt;      IF selfield-value IS NOT INITIAL AND selfield-value+0(2) = '23'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID: 'MRV' FIELD selfield-value.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                         'MRVP' FIELD final-blpos.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CALL TRANSACTION 'FMY3' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;      ELSEIF selfield-value IS NOT INITIAL AND selfield-value+0(2) = '33'.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID: 'MRB' FIELD selfield-value.&lt;/P&gt;&lt;P&gt;        CALL TRANSACTION 'FMZ3' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Balaji.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 08:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205583#M1376843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-14T08:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Id problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205584#M1376844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to clear the memory id.....for a field for ex  kbld-belnr(mem id - 'MRV')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 08:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205584#M1376844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-14T08:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Id problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205585#M1376845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; The value that is set using SET PARAMETER will stay in the memory as long as the user is loged-on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to clear the value is to just set an empty value using SET PARAETER itslef.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 08:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205585#M1376845</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2009-10-14T08:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Id problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205586#M1376846</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;To clear the memory id use the FREE MEMORY ID id or DELETE FROM MEMORY ID id statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 08:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205586#M1376846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-14T08:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Id problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205587#M1376847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Balaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that for transaction FMZ3 you're using KBLD-BELNR as a parameter. You're setting the parameter-id 'MRB'. When I looked for the parameter-id for KBLD-BELNR I only found parameter 'KBL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter-id 'MRB' works perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: How did you come up with the right parameter-id?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John Claassen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 10:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205587#M1376847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Id problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205588#M1376848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CASE pv_ucomm.
WHEN '&amp;amp;IC1'.

IF selfield-value IS NOT INITIAL AND selfield-value+0(2) = '23'.
SET PARAMETER ID: 'KBL' FIELD selfield-value.
CALL TRANSACTION 'FMY3' AND SKIP FIRST SCREEN.
ELSEIF selfield-value IS NOT INITIAL AND selfield-value+0(2) = '33'.
SET PARAMETER ID: 'KBL' FIELD selfield-value.
CALL TRANSACTION 'FMZ3' AND SKIP FIRST SCREEN.
ENDIF.

CLEAR selfield-value.
SET PARAMETER ID: 'KBL' FIELD selfield-value.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sathar RA on Nov 23, 2009 12:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 11:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205588#M1376848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T11:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Id problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205589#M1376849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sathar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the same instrucition to call transaction FMY3, and i store correctly the document nr i want in the parametre ID, before the call transaction 'FMY3'. But SAP overwrites the memory ID with the number of the last document created... it's really strange.. yours work fine? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried  calling the transaction with the batch-input instruction, and it works fine in display mode, but in backgrround mode i get a message saying  there is no data for the screen... stil it's a simples batch-input, just filling the field for the doc. Nr and ENTER...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;Paulo A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 12:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205589#M1376849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T12:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Id problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205590#M1376850</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 properties of both, selcted field and field from the Transaction are same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 12:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205590#M1376850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T12:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Id problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205591#M1376851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've checked that.. i have&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MRV' FIELD lv_cab_doc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my lv_cab_doc is like KBLD-BELNR, which the same property of the selection field in FMY3 transaction, for the doc. number..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but no matter what doc. nr i set to the memory ID (and it sets fine before the call transaction), i will always open the last document created... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program i create 4 documents, but when i click on my ALV grid in the 1st or 2nd line/document created.. it will always show me the last document created.. but the memory ID has the right value.. i never had a transaction with this behaviour.. FB03, VA03 and others usually works fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 14:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205591#M1376851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T14:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Id problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205592#M1376852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;EXPORT belnr FROM lv_belnr
       blpos FROM lv_blpos
       TO MEMORY ID 'FMFR_MEM_BELNR'.

CALL TRANSACTION 'FMZ3' AND SKIP FIRST SCREEN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also work for tcodes FMW3 and FMY3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: orgasmics on May 19, 2011 9:24 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 19:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205592#M1376852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T19:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Id problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205593#M1376853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For transaction FMX3 the parameter ID 'KBL' doesn't work, but you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MRR' FIELD lv_BELNR. &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MRRP' FIELD lv_BLPOS.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FMX3'. &lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the function: 'DISPLAY_RESERVATION'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Patrick Vermeire&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 07:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-problem/m-p/6205593#M1376853</guid>
      <dc:creator>PatrickVermeire</dc:creator>
      <dc:date>2016-07-13T07:19:45Z</dc:date>
    </item>
  </channel>
</rss>

