<?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 tcode with parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-with-parameters/m-p/1068403#M94047</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;i want to create  atcode with the last option i.e with paarmeters. in this i have set  a default value but when i execeute it. the value is not passsed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz guide me as to where i may b goin wrng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thns &amp;amp; rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kavita joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2005 09:53:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-10T09:53:16Z</dc:date>
    <item>
      <title>tcode with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-with-parameters/m-p/1068403#M94047</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;i want to create  atcode with the last option i.e with paarmeters. in this i have set  a default value but when i execeute it. the value is not passsed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz guide me as to where i may b goin wrng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thns &amp;amp; rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kavita joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2005 09:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-with-parameters/m-p/1068403#M94047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-10T09:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: tcode with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-with-parameters/m-p/1068404#M94048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you talking about seting a parameter id, and calling a transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so here is one example&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;set parameter ID 'PER' field xxx (your value for parameter the).&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'PA20'.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2005 09:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-with-parameters/m-p/1068404#M94048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-10T09:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: tcode with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-with-parameters/m-p/1068405#M94049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have u followed the same procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow these steps : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. go to transaction SE93 , give your own transaction code say ztran_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In the next screen enter default values: &lt;/P&gt;&lt;P&gt;                        transaction : &amp;lt;some value&amp;gt; &lt;/P&gt;&lt;P&gt;                        check the check box skip initial screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Scroll down you will find a table control for default values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Name of the screen field      |       value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    VIEWNAME                          |       &amp;lt;value&amp;gt;&lt;/P&gt;&lt;P&gt;    SHOW                                    |         X &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now as you have created a custom transactionthis transaction can be called from any program with CALL transaction 'XXX'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2005 10:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-with-parameters/m-p/1068405#M94049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-10T10:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: tcode with parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-with-parameters/m-p/1068406#M94050</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;While creating a custom transaction (parameter transaction), do fill the default values for the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These screen fields will be occuring on the screen you mention under section 'Default values for'... Screen and Module pool...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you run your custom transaction, it will populate these default values in those fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2005 10:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-with-parameters/m-p/1068406#M94050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-11T10:56:08Z</dc:date>
    </item>
  </channel>
</rss>

