<?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: Modify hidden parameter in variant in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046305#M1173069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The parameter uses no-display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said, I know I can change it using submit, but I'm avoiding anything requiring a transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if there is a transaction to manually change the contents of the variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would probably end up changing the program or modifying the variant in development, just want to make sure there is no other option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2009 15:36:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-15T15:36:51Z</dc:date>
    <item>
      <title>Modify hidden parameter in variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046303#M1173067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm submitting a report in a program using a variant just to be sure (the report fills many optional parameters depending on user parameters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yesterday I found out the program is crashing because of a hidden parameter that gets filled depending on previous action from some users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have two options&lt;/P&gt;&lt;P&gt;- Change the submit to make sure the parameters is always set to off.&lt;/P&gt;&lt;P&gt;- Change the variant setting the parameter off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would think the second option is the easiest, but I can't find a way to manually modify the hidden parameter in the variant in the production system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I could modify it in development and then transport it but that would imply a transport request and I'm trying to avoid that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 15:17:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046303#M1173067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T15:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Modify hidden parameter in variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046304#M1173068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How is the element being hidden? Using NO-DISPLAY? If yes, then here is something from SAP help itself.. "This addition means that no screen elements are generated for the parameter on the selection screen. In an executable program, a parameter of this type is exclusively a part of the interface defined by the selection screen. It can be supplied with a value by the calling program when called with SUBMIT. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If elements are hidden using variant then you should not have any problems altogether..&lt;/P&gt;&lt;P&gt;Revert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 15:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046304#M1173068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T15:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Modify hidden parameter in variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046305#M1173069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The parameter uses no-display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said, I know I can change it using submit, but I'm avoiding anything requiring a transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if there is a transaction to manually change the contents of the variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would probably end up changing the program or modifying the variant in development, just want to make sure there is no other option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 15:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046305#M1173069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T15:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modify hidden parameter in variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046306#M1173070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramiro,&lt;/P&gt;&lt;P&gt;Definitely the contents of the parameter with No-display cannot be changed from a variant.&lt;/P&gt;&lt;P&gt;Probably if u say it has changed from previous user action then there has to be a parameter id playing some role here..&lt;/P&gt;&lt;P&gt;Else i cannot see a way how the value might have changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 15:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046306#M1173070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T15:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Modify hidden parameter in variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046307#M1173071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, there is a parameter id involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The no-display parameter has three states.&lt;/P&gt;&lt;P&gt;Y- Display ALV grid&lt;/P&gt;&lt;P&gt;N- Display ALV list&lt;/P&gt;&lt;P&gt;Others - Check previous user preferences using a parameter id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the report to always be displayed as an ALV List because I need to export it to memory. However, I never submit this parameter in the first place and the variant I'm using has the parameter empty, so it always checks the user preferences. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changing the parameter id is not an option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried in development and I do can change the content of the parameter using the debugger and later saving the variant the value stays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as I said, I want to avoid anything concerning a transport request right now. If I can change the value of the parameter to 'N' right into production it would be great&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 15:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046307#M1173071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T15:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Modify hidden parameter in variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046308#M1173072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramiro,&lt;/P&gt;&lt;P&gt;Yes you can definitely maintain the value of parameter ID in debugging and stuff would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry only suggestions from me at the moment are:&lt;/P&gt;&lt;P&gt;1. Pass the parameter in Submit. &lt;/P&gt;&lt;P&gt;2. Change the PARAMETER type and delink from parameter ID and set it as default 'Y' or 'N' whatever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i know both will require transports.&lt;/P&gt;&lt;P&gt;Please do let us know if u find a work-around for this.. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;All the Best !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 16:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046308#M1173072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T16:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Modify hidden parameter in variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046309#M1173073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is a parameter id assigned to the field, then you can set teh same in the user profile parameters for the user that runs the job. I guess it must be a job user or something like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can goto System&lt;DEL&gt;&amp;gt;User Profile&lt;/DEL&gt;&amp;gt; Own data and maintain the value for that parameter in the Parameters tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 16:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046309#M1173073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T16:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Modify hidden parameter in variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046310#M1173074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said, changing the parameter id is not an option because it is user specific and might screw with their preferences&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 16:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046310#M1173074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T16:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Modify hidden parameter in variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046311#M1173075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I don't think there is another way than to change your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 08:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046311#M1173075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T08:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modify hidden parameter in variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046312#M1173076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I came accross a simillar problem where the parameter was hidden using no display. I managed to change the values in variant using 'selection variables'. So program change wasnt required. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 11:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-hidden-parameter-in-variant/m-p/5046312#M1173076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-19T11:44:29Z</dc:date>
    </item>
  </channel>
</rss>

