<?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: Variant Issue in Abap Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-issue-in-abap-program/m-p/8008466#M1607495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasudev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not seen any issue like that before,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try creating the variant again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1: enter an email address and then save &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2: name the variant as var1 and then save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step3: now remove the email address and then save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step4: name the variant as var2 and then save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step5: refresh by /n followed by the T code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step6: try it out now with both the variants&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert for further clarification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2011 00:52:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-04T00:52:18Z</dc:date>
    <item>
      <title>Variant Issue in Abap Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-issue-in-abap-program/m-p/8008465#M1607494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I came across this strange issue with Variants: Please let me know if anyone has come cross this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt;   I select a variant for a Zreport which has email address in the selection screen. Now i select another variant in which there is no email address but still i see the email address. basically the first variant value is being passed when i select the second variant.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;U&gt;Code:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK em WITH FRAME TITLE text-307.&lt;/P&gt;&lt;P&gt;PARAMETERS:  p_send TYPE char1 AS CHECKBOX DEFAULT ''.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS   :s_emails FOR somlreci1-receiver NO INTERVALS.  &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLOCK em.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 23:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-issue-in-abap-program/m-p/8008465#M1607494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-03T23:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Variant Issue in Abap Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-issue-in-abap-program/m-p/8008466#M1607495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasudev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not seen any issue like that before,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try creating the variant again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1: enter an email address and then save &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2: name the variant as var1 and then save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step3: now remove the email address and then save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step4: name the variant as var2 and then save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step5: refresh by /n followed by the T code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step6: try it out now with both the variants&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert for further clarification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 00:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-issue-in-abap-program/m-p/8008466#M1607495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-04T00:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Variant Issue in Abap Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-issue-in-abap-program/m-p/8008467#M1607496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possibly that second variant was saved before the email field was introduced and thus does not store the emtpy value. Try saving the second variant again with empty email address as suggested.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 07:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-issue-in-abap-program/m-p/8008467#M1607496</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-08-04T07:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Variant Issue in Abap Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-issue-in-abap-program/m-p/8008468#M1607497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vellore Vasudeva Rao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there can be several reasons :&lt;/P&gt;&lt;P&gt;- the one given by Thomas&lt;/P&gt;&lt;P&gt;- The parameter refers to a data element which has a SET/GET parameter, in that case an empty value is overwritten by the SET/GET parameter (see [SAP note 74501 (SPA/GPA parameters and variants)|https://service.sap.com/sap/support/notes/74501])&lt;/P&gt;&lt;P&gt;- The parameter in the variant may have option "Save field without value" checked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 13:07:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-issue-in-abap-program/m-p/8008468#M1607497</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-08-04T13:07:24Z</dc:date>
    </item>
  </channel>
</rss>

