<?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 When we execute   transcation selection-screen should come with some values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-we-execute-transcation-selection-screen-should-come-with-some-values/m-p/3626817#M873786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;My requirement is whenever user executes a particular transaction,&lt;/P&gt;&lt;P&gt;selection screen should appear with some values by default.&lt;/P&gt;&lt;P&gt;can you suggest me in solving this problem.&lt;/P&gt;&lt;P&gt;its urgent.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Bhanu.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2008 07:14:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-10T07:14:22Z</dc:date>
    <item>
      <title>When we execute   transcation selection-screen should come with some values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-we-execute-transcation-selection-screen-should-come-with-some-values/m-p/3626817#M873786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;My requirement is whenever user executes a particular transaction,&lt;/P&gt;&lt;P&gt;selection screen should appear with some values by default.&lt;/P&gt;&lt;P&gt;can you suggest me in solving this problem.&lt;/P&gt;&lt;P&gt;its urgent.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Bhanu.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 07:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-we-execute-transcation-selection-screen-should-come-with-some-values/m-p/3626817#M873786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T07:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: When we execute   transcation selection-screen should come with some values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-we-execute-transcation-selection-screen-should-come-with-some-values/m-p/3626818#M873787</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;You can create transaction variants in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that create a transaction variant using t code SHD0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can use the wizard to create the variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program, in top incled at the declaration of the select options, define default vales for the fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if it is a report transaction, use the normal variants option..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 07:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-we-execute-transcation-selection-screen-should-come-with-some-values/m-p/3626818#M873787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T07:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: When we execute   transcation selection-screen should come with some values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-we-execute-transcation-selection-screen-should-come-with-some-values/m-p/3626819#M873788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please ellaborate the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Use transaction variant SHD0&lt;/P&gt;&lt;P&gt;2) In case of executable reports, hard code the values in INITIALIZATION EVENT.&lt;/P&gt;&lt;P&gt;3) If you want to pick values from parameter id then set the default parameter id using SET/GET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 07:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-we-execute-transcation-selection-screen-should-come-with-some-values/m-p/3626819#M873788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T07:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: When we execute   transcation selection-screen should come with some values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-we-execute-transcation-selection-screen-should-come-with-some-values/m-p/3626820#M873789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;I am executing a report .&lt;/P&gt;&lt;P&gt;I have created transaction for this report.&lt;/P&gt;&lt;P&gt;we have a variant for this report ex : del count&lt;/P&gt;&lt;P&gt;Now,whenever user opens this transaction the selection- screen should show the values present in the variant del count.&lt;/P&gt;&lt;P&gt;I used the transaction SHD0.But,while using this transaction it is saying that the *&lt;STRONG&gt;transaction  variant   delcount doesnot exist&lt;/STRONG&gt; *&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 08:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-we-execute-transcation-selection-screen-should-come-with-some-values/m-p/3626820#M873789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T08:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: When we execute   transcation selection-screen should come with some values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-we-execute-transcation-selection-screen-should-come-with-some-values/m-p/3626821#M873790</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;for that do like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A transaction with a variant can have its own transaction code, which you can then use to execute the transaction with the appropriate variant. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a variant transaction, proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose Goto ® Create vari. trans. from the initial transaction variant maintenance screen. &lt;/P&gt;&lt;P&gt;Enter a transaction name and corresponding short text. Transaction type Variant transaction is already set. The following screen already contains default values for the name of the calling transaction, the variant name, and the client-specific or cross-client variant checkbox. &lt;/P&gt;&lt;P&gt;Save your entries.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variant ABC has been defined for transaction Z000. We now want to create the variant transaction ZVAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of the new transaction: ZVAR&lt;/P&gt;&lt;P&gt;Name of the calling transaction: Z000&lt;/P&gt;&lt;P&gt;Name of the variant: ABC&lt;/P&gt;&lt;P&gt;Transaction ZVAR starts transaction Z000 with variant ABC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the variant specified for a variant transaction does not exist (in the current client), then the calling transaction will be started without variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 09:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-we-execute-transcation-selection-screen-should-come-with-some-values/m-p/3626821#M873790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T09:28:57Z</dc:date>
    </item>
  </channel>
</rss>

