<?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: Call transaction - SET/GET parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-set-get-parameter/m-p/5933475#M1333332</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 this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter id 'ANR' for &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;call transaction &amp;lt;xyz&amp;gt; and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2009 09:23:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-16T09:23:53Z</dc:date>
    <item>
      <title>Call transaction - SET/GET parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-set-get-parameter/m-p/5933474#M1333331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have written an own transaction 'XYZ'. This transaction calls different other transactions.&lt;/P&gt;&lt;P&gt;We use the statement "call transaction &amp;lt;xyz&amp;gt; and skip first screen" with set/get parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the users are in the transaction 'XYZ' with two or more modus the set/get parameter are wrong  and the called transactions were showing wrong values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I avoid this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 09:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-set-get-parameter/m-p/5933474#M1333331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T09:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction - SET/GET parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-set-get-parameter/m-p/5933475#M1333332</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 this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter id 'ANR' for &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;call transaction &amp;lt;xyz&amp;gt; and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 09:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-set-get-parameter/m-p/5933475#M1333332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T09:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction - SET/GET parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-set-get-parameter/m-p/5933476#M1333333</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;first in your transaction 'xyz' you need to lock your table entry with primary keys.So that other user cant open with same record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second when you set the id set it with that primary key combination, so that it will be unique when user gets the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;concatenate vbeln bukrs into p_string.

set parameter id   p_string field v_pgmname 

other program

get parameter id p_string field v_pgmname .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: shaik sajid on Jul 16, 2009 11:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 09:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-set-get-parameter/m-p/5933476#M1333333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T09:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction - SET/GET parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-set-get-parameter/m-p/5933477#M1333334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using SUBMIT satement as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SUBMIT rm07mlbd          "prog name&lt;/P&gt;&lt;P&gt;    WITH SELECTION-TABLE it_rspar EXPORTING LIST TO MEMORY&lt;/P&gt;&lt;P&gt;    AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill it_rspar depending on the selection screen of called program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  x_rspar-selname = 'WERKS'.&lt;/P&gt;&lt;P&gt;  x_rspar-kind = 'S'.&lt;/P&gt;&lt;P&gt;  x_rspar-sign = 'I'.&lt;/P&gt;&lt;P&gt;  x_rspar-option = 'EQ'.&lt;/P&gt;&lt;P&gt;  x_rspar-low = "VALUE to be passed"&lt;/P&gt;&lt;P&gt;  CONDENSE x_rspar-low.&lt;/P&gt;&lt;P&gt;  APPEND x_rspar TO it_rspar.&lt;/P&gt;&lt;P&gt;  CLEAR x_rspar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 09:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-set-get-parameter/m-p/5933477#M1333334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T09:28:48Z</dc:date>
    </item>
  </channel>
</rss>

