<?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: Regarding SET PARAMETER ID and GET PARAMETER ID... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id-and-get-parameter-id/m-p/4763379#M1116769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; If two invocie gets created simultanoruly, will this cause a problem &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will not be a problem due to &lt;/P&gt;&lt;P&gt;SPA/GPA parameters are values that the system stores in the global, user-specific SAP memory. SAP memory allows you to pass values between programs. A user can access the values stored in the SAP memory during one terminal session for all parallel sessions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a best programming practice better to clear the memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2008 16:57:22 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-11-11T16:57:22Z</dc:date>
    <item>
      <title>Regarding SET PARAMETER ID and GET PARAMETER ID...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id-and-get-parameter-id/m-p/4763378#M1116768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using SET PARAMETER ID in a custom check function module which gets invoked if invocie is postd. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_event_belnr like RBKP-BELNR,  " BELNR passed from event func.&lt;/P&gt;&lt;P&gt;          v_event_GJAHR like RBKP-GJAHR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'RBN' FIELD V_EVENT_BELNR.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'GJR' FIELD V_EVENT_GJAHR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then retirving the data using GET PARAMATER in the porgram which is submitted insisde function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'RBN' FIELD V_EVENT_BELNR.&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'GJR' FIELD V_EVENT_GJAHR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to free the data from the ID once the job is done ? If two invocie gets created simultanoruly, will this cause a problem because posting event during invocie posting will invoke same function module and the function module will try to SET parameter ID "RBN" and "GJR" for both of the invoices at same time ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 16:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id-and-get-parameter-id/m-p/4763378#M1116768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T16:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SET PARAMETER ID and GET PARAMETER ID...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id-and-get-parameter-id/m-p/4763379#M1116769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; If two invocie gets created simultanoruly, will this cause a problem &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will not be a problem due to &lt;/P&gt;&lt;P&gt;SPA/GPA parameters are values that the system stores in the global, user-specific SAP memory. SAP memory allows you to pass values between programs. A user can access the values stored in the SAP memory during one terminal session for all parallel sessions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a best programming practice better to clear the memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 16:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id-and-get-parameter-id/m-p/4763379#M1116769</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-11-11T16:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SET PARAMETER ID and GET PARAMETER ID...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id-and-get-parameter-id/m-p/4763380#M1116770</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;Remember u can try to use the IMPORT/EXPORT stataments in order to use the ABAP memory instead of SAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 17:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id-and-get-parameter-id/m-p/4763380#M1116770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T17:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SET PARAMETER ID and GET PARAMETER ID...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id-and-get-parameter-id/m-p/4763381#M1116771</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;Follow the Standard Coding Pratices and clear any variable/memory Var, once it is used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 17:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id-and-get-parameter-id/m-p/4763381#M1116771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T17:01:08Z</dc:date>
    </item>
  </channel>
</rss>

