<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043854#M87296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To sum up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIrst,  execute you program, at the selection screen,  double click the field, you will get a dialog box, select the "=" icon, now click the save button to save your variant.  On the selection screen it will appear as space, but internally the select-options will have a value of something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IEQ000000&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is exactly what you want.  Its just the way that numeric fields are presented on selection-screen that is confusing you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2005 19:51:11 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-12-07T19:51:11Z</dc:date>
    <item>
      <title>variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043845#M87287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tables : mdkp.&lt;/P&gt;&lt;P&gt;data : begin of i_mdkp occurs 0,&lt;/P&gt;&lt;P&gt;       MATNR like mdkp-matnr,&lt;/P&gt;&lt;P&gt;       PLWRK like mdkp-plwrk,&lt;/P&gt;&lt;P&gt;       PLSCN like mdkp-plscn,&lt;/P&gt;&lt;P&gt;     end of i_mdkp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block main.&lt;/P&gt;&lt;P&gt;select-options : s_plscn for mdkp-plscn.&lt;/P&gt;&lt;P&gt;selection-screen end of block main.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select MATNR&lt;/P&gt;&lt;P&gt;       PLWRK&lt;/P&gt;&lt;P&gt;       PLSCN&lt;/P&gt;&lt;P&gt;       into corresponding fields of table i_mdkp&lt;/P&gt;&lt;P&gt;       from mdkp&lt;/P&gt;&lt;P&gt;       where plscn in s_plscn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_mdkp.&lt;/P&gt;&lt;P&gt;write : / i_mdkp-matnr,&lt;/P&gt;&lt;P&gt;         20 i_mdkp-plwrk,&lt;/P&gt;&lt;P&gt;         40 i_mdkp-plscn.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This reports did not allow me to save a variant when the Planning Scenario as '000'(triple zero's).could any one help me why it is doing so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 19:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043845#M87287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T19:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043846#M87288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikranth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell us what message you got, when you tried saving the variant?&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>Wed, 07 Dec 2005 19:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043846#M87288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T19:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043847#M87289</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 had checked out and it is allowing me to save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me know the error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 19:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043847#M87289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T19:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043848#M87290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didn't give me any error! How are you entering the value in the selection screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 19:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043848#M87290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T19:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043849#M87291</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;It is allowing me to create variant. What is the error you are getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If  you entered "000" but it will save as "blank".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lanka Murthy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 19:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043849#M87291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T19:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043850#M87292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think He is not getting any message but he is unble to save the 000 in the variant....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to check the field type ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 19:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043850#M87292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T19:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043851#M87293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that this field will not hold a value of 000.  It is numeric and therefore will only have the value of 0, in selection screen it will show as space.  In the database, it will show as "000".  You variant should work if you doulbe click the field and select the "=" sign and allow the field to be space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 19:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043851#M87293</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-07T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043852#M87294</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;  try writing 000 in the extension and save it&lt;/P&gt;&lt;P&gt;  hope it should work now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 19:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043852#M87294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T19:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043853#M87295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to Change the Select option to some char field and convert it to numeric while selecting pass it in where clause..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 19:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043853#M87295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T19:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043854#M87296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To sum up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIrst,  execute you program, at the selection screen,  double click the field, you will get a dialog box, select the "=" icon, now click the save button to save your variant.  On the selection screen it will appear as space, but internally the select-options will have a value of something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IEQ000000&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is exactly what you want.  Its just the way that numeric fields are presented on selection-screen that is confusing you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 19:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043854#M87296</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-07T19:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043855#M87297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are looking to save the variant with the S_PLSCN-LOW value as '000', then simply double click on the 'From' field on the selection screen. In the subsequent popup, select the green '='(Single Value). Now save your variant and that should work. You don't have to enter the value '000' in the field as this is a NUMC field and '000' is the initial value. By doing what I told, you are asking for all those PLSCN which are equal to the initial value only. If you don't do it like this, then it will select all the versions and I think that is what the error is in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the post if answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 19:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043855#M87297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T19:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043856#M87298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vikranth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  try writing like this.write mdkp-plscn in brackets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    select-options : s_plscn for (mdkp-plscn).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 20:00:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043856#M87298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T20:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043857#M87299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did this solve your problem? This is for dynamic select-option, don't know how this is related to your problem with '000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 20:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043857#M87299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T20:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043858#M87300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm with you Srinivas,  I don't think that that is a very good solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 21:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant/m-p/1043858#M87300</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-07T21:01:12Z</dc:date>
    </item>
  </channel>
</rss>

