<?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 Create Start with Variant as DEFAULT in SE93 Tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-start-with-variant-as-default-in-se93-tcode/m-p/12157758#M1977623</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I'm copying the Transaction Code (SE93) set up from ECC to S4HANA but I'm getting an error message in the Start with Variant as Default. Where should I create the DEFAULT variant?&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1812706-start-with-variant-default.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Thank you in advance for your kind help.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2020 03:28:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2020-06-01T03:28:05Z</dc:date>
    <item>
      <title>Create Start with Variant as DEFAULT in SE93 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-start-with-variant-as-default-in-se93-tcode/m-p/12157758#M1977623</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I'm copying the Transaction Code (SE93) set up from ECC to S4HANA but I'm getting an error message in the Start with Variant as Default. Where should I create the DEFAULT variant?&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1812706-start-with-variant-default.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Thank you in advance for your kind help.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 03:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-start-with-variant-as-default-in-se93-tcode/m-p/12157758#M1977623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-06-01T03:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create Start with Variant as DEFAULT in SE93 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-start-with-variant-as-default-in-se93-tcode/m-p/12157759#M1977624</link>
      <description>&lt;P&gt;&lt;STRONG&gt;1) What are report variants?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;With variants you save your selection parameters in the input screen of the report you are about to execute. It reduces the need to enter selection parameters every time you run your report.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) How to create a report variant?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Variants can be stored for for any report, as long as the Save Button is available in the SAP Menu bar for the report. If the save button is not available, those reports may be proctected for security reasons.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1811991-save-button.png" /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the report with SE38 and execute it with F8 to get to the selection screen of your report (Program)&lt;/LI&gt;&lt;LI&gt;Enter all necessary values for your selection criteria while you are in the selection screen of your SAP report&lt;/LI&gt;&lt;LI&gt;Click the Save button&lt;/LI&gt;&lt;LI&gt;Enter a Variant Name, in your case it would be "&lt;STRONG&gt;DEFAULT&lt;/STRONG&gt;"&lt;/LI&gt;&lt;LI&gt;Type a description for the variant&lt;/LI&gt;&lt;LI&gt;Click the Save button&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, your transaction will not have the "DEFAULT" variant not being created problem anymore.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 04:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-start-with-variant-as-default-in-se93-tcode/m-p/12157759#M1977624</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-06-01T04:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create Start with Variant as DEFAULT in SE93 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-start-with-variant-as-default-in-se93-tcode/m-p/12157760#M1977625</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;michiyo08&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;As explained above Variant facilitates the user to directly get the input values from it to execute the report.&lt;/P&gt;&lt;P&gt;In your case you are creating a transaction code for your report and you ask the system to consider the variant &lt;STRONG&gt;"DEFAULT" &lt;/STRONG&gt;while executing this transaction. When system tries to assign the variant to the T-code it finds that the instructed variant has not been created yet hence you get the error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resolution: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) &lt;/STRONG&gt;Create the variant &lt;STRONG&gt;DEFAULT &lt;/STRONG&gt;for the report as instructed above and then creating theT-Code.&lt;/P&gt;&lt;P&gt;2) Remove the variant name &lt;B&gt;DEFAULT &lt;/B&gt;while creating the T-Code.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 05:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-start-with-variant-as-default-in-se93-tcode/m-p/12157760#M1977625</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-06-01T05:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create Start with Variant as DEFAULT in SE93 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-start-with-variant-as-default-in-se93-tcode/m-p/12157761#M1977626</link>
      <description>&lt;P&gt;It worked! Thank you so much for your help. I really appreciate it! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 06:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-start-with-variant-as-default-in-se93-tcode/m-p/12157761#M1977626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-06-01T06:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Start with Variant as DEFAULT in SE93 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-start-with-variant-as-default-in-se93-tcode/m-p/12157762#M1977627</link>
      <description>&lt;P&gt;Thank you so much! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 06:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-start-with-variant-as-default-in-se93-tcode/m-p/12157762#M1977627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-06-01T06:10:02Z</dc:date>
    </item>
  </channel>
</rss>

