<?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: Problem with get parameter id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466715#M1252171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For parameter ids entry should be created in TPARA but that is not really mandatory.&lt;/P&gt;&lt;P&gt;You can Import the value and check for INITIAL or NOT..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2009 08:22:32 GMT</pubDate>
    <dc:creator>Sandeep_Panghal</dc:creator>
    <dc:date>2009-04-20T08:22:32Z</dc:date>
    <item>
      <title>Problem with get parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466713#M1252169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In a Z function module i'm calling sales_order_simulate bapi. Before calling the bapi I'm setting a flag and i need to import it in a pricing routine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First i tried using export and import statements.But it did not help.The flag is not imported. So i'm using set parameter id and get parameter id statments. But the sy-subrc after get parameter id 4.&lt;/P&gt;&lt;P&gt;   I'm using the below syntax&lt;/P&gt;&lt;P&gt;          In the z function module.&lt;/P&gt;&lt;P&gt;               SET PARAMETER ID 'ZSI' field LD_SIMULATE.&lt;/P&gt;&lt;P&gt;          In the sales order routine.&lt;/P&gt;&lt;P&gt;               GET PARAMETER ID 'ZSI' field LD_SIMULATE.&lt;/P&gt;&lt;P&gt;Is there anything to deal with entries in TPARA table, when using set parameter id and get parameter id?&lt;/P&gt;&lt;P&gt;Please let me know if i'm missing something else.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Poornima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 08:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466713#M1252169</guid>
      <dc:creator>former_member201364</dc:creator>
      <dc:date>2009-04-20T08:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with get parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466714#M1252170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So did you create an entry for "ZSI" in TPARA via SE80? This is a prerequisite.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. if you did, then somehow your calling hierarchy is leaving the user context (are you doing an RFC?), so the GET does not find the parameter that was SET beforehand. Try also EXPORT/IMPORT TO/FROM SHARED MEMORY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 08:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466714#M1252170</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-04-20T08:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with get parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466715#M1252171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For parameter ids entry should be created in TPARA but that is not really mandatory.&lt;/P&gt;&lt;P&gt;You can Import the value and check for INITIAL or NOT..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 08:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466715#M1252171</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-04-20T08:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with get parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466716#M1252172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the bapi call, the destination is specified as none.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_SALESORDER_SIMULATE' destination 'NONE' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It did not work even after creating set/get parameter id in se80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know how to EXPORT/IMPORT TO/FROM SHARED MEMORY? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Poornima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 10:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466716#M1252172</guid>
      <dc:creator>former_member201364</dc:creator>
      <dc:date>2009-04-20T10:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with get parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466717#M1252173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I strongly assume that DESTINATION 'NONE' is causing the sympton, check out this recent blog:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thorsten.franz3/blog/2009/04/16/calling-function-modules-in-parallel-universes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your question, check all the available online help, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu/en/ABAPEXPORT_DATA_CLUSTER_MEDIUM.htm#!ABAP_ALTERNATIVE_5@5@" target="test_blank"&gt;http://help.sap.com/abapdocu/en/ABAPEXPORT_DATA_CLUSTER_MEDIUM.htm#!ABAP_ALTERNATIVE_5@5@&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 11:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466717#M1252173</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-04-20T11:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with get parameter id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466718#M1252174</link>
      <description>&lt;P&gt;BAPI_USER_GET_DETAIL&lt;/P&gt;</description>
      <pubDate>Sun, 28 Nov 2021 14:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-get-parameter-id/m-p/5466718#M1252174</guid>
      <dc:creator>janewar</dc:creator>
      <dc:date>2021-11-28T14:20:22Z</dc:date>
    </item>
  </channel>
</rss>

