<?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: Set/Get parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894796#M680445</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;SET parameter ID does not create an entry in TPARA table, you need to entry in the table, then only you need to use the SET PARAMETER statment ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter's are stored in TPARA table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;We can use SE80 To Create PARAMETER ID.&amp;lt;/b&amp;gt; to creat parameter IDs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE80 &lt;/P&gt;&lt;P&gt;Menu path :&lt;/P&gt;&lt;P&gt;Select Workbench-&amp;gt;Other Object (Edit object) -&amp;gt; Select the Tab MORE ..&lt;/P&gt;&lt;P&gt;-&amp;gt; SET/GET Parameter ID &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These parameter IDs are stored in table TPARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have to assign this Parameter ID to the Field &lt;/P&gt;&lt;P&gt;You can Assign either in the Data Element or At The Screen field level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2007 11:22:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-12T11:22:22Z</dc:date>
    <item>
      <title>Set/Get parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894793#M680442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Expets,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used set/get parameters in my code to pass the parameters from one main progarm to other programs which are called using "call transaction" statement.&lt;/P&gt;&lt;P&gt;When I perform extended check for the program, it is giving me the error &lt;/P&gt;&lt;P&gt;"Memory ID USER Not in the Table TPARA".&lt;/P&gt;&lt;P&gt;I have checked in the table TPARA. Parameter ID USER is not there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the parameter ids created automatically in the table TPARA? In what cases they are not created?&lt;/P&gt;&lt;P&gt;What can be the solution in such cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 11:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894793#M680442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T11:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set/Get parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894794#M680443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Radhika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the SET/GET parameters have to be cerated in andvance (before you insert them in programs). You can do that in SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 11:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894794#M680443</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-10-12T11:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set/Get parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894795#M680444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      to create a parameter ID, goto se80. click on edit object. then select parameter id. give some name and press ok. &lt;/P&gt;&lt;P&gt;Parameter id will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To assign this parameter id to a field, got se11, goto the data element,  click on further characteristics, and assign the paramter id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 11:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894795#M680444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T11:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set/Get parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894796#M680445</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;SET parameter ID does not create an entry in TPARA table, you need to entry in the table, then only you need to use the SET PARAMETER statment ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter's are stored in TPARA table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;We can use SE80 To Create PARAMETER ID.&amp;lt;/b&amp;gt; to creat parameter IDs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE80 &lt;/P&gt;&lt;P&gt;Menu path :&lt;/P&gt;&lt;P&gt;Select Workbench-&amp;gt;Other Object (Edit object) -&amp;gt; Select the Tab MORE ..&lt;/P&gt;&lt;P&gt;-&amp;gt; SET/GET Parameter ID &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These parameter IDs are stored in table TPARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have to assign this Parameter ID to the Field &lt;/P&gt;&lt;P&gt;You can Assign either in the Data Element or At The Screen field level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 11:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894796#M680445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T11:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set/Get parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894797#M680446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain how to create parameters ids in SE80?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 11:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894797#M680446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T11:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set/Get parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894798#M680447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using SET/GET parameter ids, I will advise you to use IMPORT/EXPORT since you need to pass the data from one program to other program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that your requirement can be easily achieved by using ABAP memory instaed of SAP memory since the values are required within one session. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 11:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894798#M680447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T11:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set/Get parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894799#M680448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the import export parameters be used with the call transaction statements&lt;/P&gt;&lt;P&gt;for calling programs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 12:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get-parameters/m-p/2894799#M680448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T12:07:11Z</dc:date>
    </item>
  </channel>
</rss>

