<?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 functional recall in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-recall/m-p/6289728#M1389642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;        when i call a function   like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'QC01_BATCH_VALUES_READ'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            i_val_matnr    = it_lips-matnr&lt;/P&gt;&lt;P&gt;            i_val_charge   = it_lips-charg&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;            t_val_tab      = t_val_tab&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;            no_class       = 1&lt;/P&gt;&lt;P&gt;            internal_error = 2&lt;/P&gt;&lt;P&gt;            no_values      = 3&lt;/P&gt;&lt;P&gt;            no_chars       = 4&lt;/P&gt;&lt;P&gt;            OTHERS         = 5.&lt;/P&gt;&lt;P&gt;        IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i call same in prog. again for same parameter ( same batch and matnr ) it shows always same value either other user already change the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i close the prog. and re-run it then it shows new values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Nov 2009 05:01:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-16T05:01:39Z</dc:date>
    <item>
      <title>functional recall</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-recall/m-p/6289728#M1389642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;        when i call a function   like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'QC01_BATCH_VALUES_READ'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            i_val_matnr    = it_lips-matnr&lt;/P&gt;&lt;P&gt;            i_val_charge   = it_lips-charg&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;            t_val_tab      = t_val_tab&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;            no_class       = 1&lt;/P&gt;&lt;P&gt;            internal_error = 2&lt;/P&gt;&lt;P&gt;            no_values      = 3&lt;/P&gt;&lt;P&gt;            no_chars       = 4&lt;/P&gt;&lt;P&gt;            OTHERS         = 5.&lt;/P&gt;&lt;P&gt;        IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i call same in prog. again for same parameter ( same batch and matnr ) it shows always same value either other user already change the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i close the prog. and re-run it then it shows new values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 05:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-recall/m-p/6289728#M1389642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T05:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: functional recall</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-recall/m-p/6289729#M1389643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I guess when you are calling the function module first time then standard program creates a lock on the entry hence when you are trying to call the function module again with same parameters it shows you that message. &lt;/P&gt;&lt;P&gt;when you trying to run the program again till that time the lock from that entry is removed hence you see the new value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; you can check this lock in SM12 transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 05:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-recall/m-p/6289729#M1389643</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2009-11-16T05:07:55Z</dc:date>
    </item>
  </channel>
</rss>

