<?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: reg: parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445087#M547578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;No display means&lt;/P&gt;&lt;P&gt;though you declare that parameter it won't appear in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2007 12:20:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-28T12:20:14Z</dc:date>
    <item>
      <title>reg: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445084#M547575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the purpose of 'No display' option while declaring the parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445084#M547575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: reg: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445085#M547576</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 will hide the parameter while displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445085#M547576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: reg: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445086#M547577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[code]... NO-DISPLAY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The parameter is not displayed on the selection screen. The corresponding data object is created like a "normal" parameter, and you can pass a value to it in the SUBMIT statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This type of parameter is part of the interface of the program, but it is not displaeyd to the user. You can either set values for these parameters internally (using the INIT routine in SAPDBldb or the INITIALIZATION event in the program), or pass them in the SUBMIT statement. These parameters are also stored in variants. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the user to be able to fill out the parameter under certain conditions (for example, depending on the values in other parameters or select-options), you can do so in the PAI routine of the database program SAPDBldb (for database-specific parameters), or in the AT SELECTION-SCREEN event (for program-specific parameters) by calling a function module (CALL FUNCTION) or a separate screen (CALL SCREEN). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;Since the parameter is not generated on the selection screen, you cannot use any formatting additions together with the NO-DISPLAY addition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award all useful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VAsanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445086#M547577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: reg: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445087#M547578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;No display means&lt;/P&gt;&lt;P&gt;though you declare that parameter it won't appear in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:20:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445087#M547578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: reg: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445088#M547579</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;&lt;/P&gt;&lt;P&gt;Hiding Input Fields&lt;/P&gt;&lt;P&gt;To suppress the display of the input field on the selection screen, you use the following syntax:&lt;/P&gt;&lt;P&gt;PARAMETERS &amp;lt;p&amp;gt; ...... NO-DISPLAY ......&lt;/P&gt;&lt;P&gt;Although parameter &amp;lt;p&amp;gt; is declared, it is not displayed on the selection screen.&lt;/P&gt;&lt;P&gt;If the parameter belongs to the standard selection screen, you can assign a value to it either by&lt;/P&gt;&lt;P&gt;using the DEFAULT addition when you declare it, or during the INITIALIZATION &lt;/P&gt;&lt;P&gt;event. If you call the executable program using the SUBMIT statement, the calling program can&lt;/P&gt;&lt;P&gt;also pass the value.&lt;/P&gt;&lt;P&gt;When you use user-defined selection screens, you can assign a value to the parameter at any&lt;/P&gt;&lt;P&gt;time before calling the selection screen.&lt;/P&gt;&lt;P&gt;If you want to display a parameter only in certain cases, for example, depending on the values&lt;/P&gt;&lt;P&gt;entered by the user in other input fields of the selection screen, you cannot use the NO-DISPLAY&lt;/P&gt;&lt;P&gt;addition. If you use NO-DISPLAY, the parameter actually is an element of the interface for&lt;/P&gt;&lt;P&gt;program calls, but not an element of the selection screen. As a result, you cannot make it visible&lt;/P&gt;&lt;P&gt;using the MODIFY SCREEN statement.&lt;/P&gt;&lt;P&gt;To hide a parameter that is an element of the selection screen, you must declare it without the&lt;/P&gt;&lt;P&gt;NO-DISPLAY addition and suppress its display using the MODIFY SCREEN statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445088#M547579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: reg: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445089#M547580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This option is used to pass the values from one program to another, through SUBMIT statement. The parameter is not displayed on the selection screen. The corresponding data object is created like a "normal" parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let us consider, U develop a program 'Prg1', using parameters(P1) with no display option.&lt;/P&gt;&lt;P&gt;now, from the second Program 'Prg2', now u can pass the value for P1, from PRG2.&lt;/P&gt;&lt;P&gt;This is the only way to pass the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Screen Elements, U can pass values using 'SET PARAMETERS' statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope, this will help u a lot.&lt;/P&gt;&lt;P&gt;Reward me if u r saticefied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445089#M547580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: reg: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445090#M547581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   While declaring parameters if you give as,no-display it means that it will b inactive in the output...it will b declared but invisible to the user until you make it active...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful RAJ....!!1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445090#M547581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: reg: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445091#M547582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS - screen_options 


Syntax 
... { {[OBLIGATORY|NO-DISPLAY] [VISIBLE LENGTH vlen]} 
    | {AS CHECKBOX [USER-COMMAND fcode]} 
    | {RADIOBUTTON GROUP group [USER-COMMAND fcode]} 
    | {AS LISTBOX VISIBLE LENGTH vlen [USER-COMMAND fcode] 
                                      [OBLIGATORY]} } 
    [MODIF ID modid] ... . 



Extras: 
1. ... OBLIGATORY   &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ...&amp;lt;b&amp;gt; NO-DISPLAY&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
3. ... VISIBLE LENGTH vlen 

4. ... AS CHECKBOX [USER-COMMAND fcode] 

5. ... RADIOBUTTON GROUP group [USER-COMMAND fcode] 

6. ... AS LISTBOX VISIBLE LENGTH vlen [USER-COMMAND fcode] 

7. ... MODIF ID modid 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Effect:&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;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 the addition NO-DISPLAY is specified, a parameter can have any data types except for reference types. These parameters can only be populated using the WITH addition to the SUBMIT statement. In this case, in contrast to the general conversion rule for deep types, the same rules apply as when importing data from a data cluster. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445091#M547582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: reg: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445092#M547583</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;No-Display is one of the many options that are provided for parameters which wont display the declared parameter on the output selection screen. even though u declared a parameter and initialized value in the report then also at output screen u cant get the parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-parameters/m-p/2445092#M547583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T12:54:42Z</dc:date>
    </item>
  </channel>
</rss>

