<?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: Parameters. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098047#M735049</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;if you want both on line then declare that two parametrs like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare that two fileds here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2007 06:02:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-23T06:02:03Z</dc:date>
    <item>
      <title>Parameters.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098045#M735047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;       I want 2 parameters to be displayed on one line. These are the parameters. what is the syntax to display both on 1 line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; p_menge like anla-menge, &lt;/P&gt;&lt;P&gt; p_meins like anla-meins,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Amruta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 05:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098045#M735047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T05:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098046#M735048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;begin of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF LINE, &lt;/P&gt;&lt;P&gt;                  parameters 2(10) .&lt;/P&gt;&lt;P&gt;PARAMETERS para TYPE c LENGTH 20. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 40(40) text, &lt;/P&gt;&lt;P&gt;                  END OF LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of line&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN - LINE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;[SELECTION-SCREEN POSITION pos [ldb_additions]]. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE. &lt;/P&gt;&lt;P&gt;&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 first and last statements define a new line below the existing elements on the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the screen elements within these statements that are defined with PARAMETERS SELECT-OPTIONS and SELECTION-SCREEN statements are placed in this line one after the other without spaces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Several SELECTION-SCREEN POSITION statements can be listed within the definition of a line. The SELECTION-SCREEN POSITION statement can be used to define the output position for the following screen element. The position pos can either be specified directly as a number between 1 and 83 or using pos_low or pos_high expressions. The expression pos_low specifies the position in which the input field for a parameter or the first input field for a selection criterion is displayed as standard. The expression pos_high specifies the position in which the second input field for a selection criterion is to be displayed as standard. If you make a different specification of the position in the statement defining the following element, this is taken into account. The statement SELECTION-SCREEN POSITION is only possible within the definition of a line. If there are conflicts with existing screen elements, the selection screen cannot be generated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The additions ldb_additions can only be used in a selection include for a logical database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following applies in the definition of a line: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output fields are not created for selection texts for the parameters displayed in these kinds of lines. Instead, these can be created by specifying a SELECTION-SCREEN COMMENT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot define other lines with SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot define blocks or tabstrip controls with SELECTION-SCREEN BEGIN OF [TABBED] BLOCK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within a line, only one selection criteria should be defined with SELECT-OPTIONS whose description can be specified in advance using SELECTION-SCREEN COMMENT. Other combinations, especially definitions of elements according to the selection criteria, can lead to an undefined behaviour., &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The backslash (/) is not allowed when giving format specifications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can omit the position specification pos in formatting specifications. &lt;/P&gt;&lt;P&gt;&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;If a screen element is assigned a position greater than 83 or is positioned outside a block with a frame, the selection screen is not generated. In the case of input and output fields that were positioned beforehand but have a length that extends beyond the end of the line, the visible length is shortened accordingly and the content is displayed in the visible length and can be scrolled. In this case, pushbuttons and horizontal lines are cut off at position 83 or where the frame of the block ends. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;A pushbutton, an input field, and an output field in a line in the standard selection screen for an executable program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF LINE, &lt;/P&gt;&lt;P&gt;                  PUSHBUTTON 2(10) push USER-COMMAND fcode, &lt;/P&gt;&lt;P&gt;                  POSITION 16. &lt;/P&gt;&lt;P&gt;PARAMETERS para TYPE c LENGTH 20. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 40(40) text, &lt;/P&gt;&lt;P&gt;                  END OF LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION. &lt;/P&gt;&lt;P&gt;  push = 'Push'. &lt;/P&gt;&lt;P&gt;  text = '&amp;lt;--- Fill field, then push button!'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN - LINE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;[SELECTION-SCREEN POSITION pos [ldb_additions]]. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE. &lt;/P&gt;&lt;P&gt;&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 first and last statements define a new line below the existing elements on the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the screen elements within these statements that are defined with PARAMETERS SELECT-OPTIONS and SELECTION-SCREEN statements are placed in this line one after the other without spaces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Several SELECTION-SCREEN POSITION statements can be listed within the definition of a line. The SELECTION-SCREEN POSITION statement can be used to define the output position for the following screen element. The position pos can either be specified directly as a number between 1 and 83 or using pos_low or pos_high expressions. The expression pos_low specifies the position in which the input field for a parameter or the first input field for a selection criterion is displayed as standard. The expression pos_high specifies the position in which the second input field for a selection criterion is to be displayed as standard. If you make a different specification of the position in the statement defining the following element, this is taken into account. The statement SELECTION-SCREEN POSITION is only possible within the definition of a line. If there are conflicts with existing screen elements, the selection screen cannot be generated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The additions ldb_additions can only be used in a selection include for a logical database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following applies in the definition of a line: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output fields are not created for selection texts for the parameters displayed in these kinds of lines. Instead, these can be created by specifying a SELECTION-SCREEN COMMENT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot define other lines with SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot define blocks or tabstrip controls with SELECTION-SCREEN BEGIN OF [TABBED] BLOCK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within a line, only one selection criteria should be defined with SELECT-OPTIONS whose description can be specified in advance using SELECTION-SCREEN COMMENT. Other combinations, especially definitions of elements according to the selection criteria, can lead to an undefined behaviour., &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The backslash (/) is not allowed when giving format specifications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can omit the position specification pos in formatting specifications. &lt;/P&gt;&lt;P&gt;&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;If a screen element is assigned a position greater than 83 or is positioned outside a block with a frame, the selection screen is not generated. In the case of input and output fields that were positioned beforehand but have a length that extends beyond the end of the line, the visible length is shortened accordingly and the content is displayed in the visible length and can be scrolled. In this case, pushbuttons and horizontal lines are cut off at position 83 or where the frame of the block ends. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;A pushbutton, an input field, and an output field in a line in the standard selection screen for an executable program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF LINE, &lt;/P&gt;&lt;P&gt;                  PUSHBUTTON 2(10) push USER-COMMAND fcode, &lt;/P&gt;&lt;P&gt;                  POSITION 16. &lt;/P&gt;&lt;P&gt;PARAMETERS para TYPE c LENGTH 20. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 40(40) text, &lt;/P&gt;&lt;P&gt;                  END OF LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION. &lt;/P&gt;&lt;P&gt;  push = 'Push'. &lt;/P&gt;&lt;P&gt;  text = '&amp;lt;--- Fill field, then push button!'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Karthikeyan Pandurangan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 06:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098046#M735048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T06:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098047#M735049</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;if you want both on line then declare that two parametrs like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare that two fileds here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 06:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098047#M735049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T06:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098048#M735050</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;Refer this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_pernr FOR pa0000-pernr.            "Personnel Number&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                s_begda FOR pa0000-begda OBLIGATORY, "Start Date&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                s_endda FOR pa0000-endda OBLIGATORY, "End Date&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT (31) text-009.&lt;/P&gt;&lt;P&gt;PARAMETERS     : p_begda LIKE pa0000-begda OBLIGATORY. "Start Date&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 52(05) text-010.&lt;/P&gt;&lt;P&gt;PARAMETERS     : p_endda LIKE pa0000-endda OBLIGATORY. "End Date&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_stat2 FOR pa0000-stat2.            "Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 06:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098048#M735050</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-11-23T06:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098049#M735051</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;chk this &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT YTEST LINE-SIZE 350.
 
 
SELECTION-SCREEN BEGIN OF BLOCK B1.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN POSITION 5.
PARAMETERS : P_VAR1(10).
SELECTION-SCREEN POSITION 35.
PARAMETERS : P_VAR2(10).
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK B1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Omkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 06:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098049#M735051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T06:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098050#M735052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;begin of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF LINE, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS :p_line TYPE c LENGTH 10,&lt;/P&gt;&lt;P&gt;                        P-char type c&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 11(11) text-001, &lt;/P&gt;&lt;P&gt;END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 06:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/3098050#M735052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T06:07:22Z</dc:date>
    </item>
  </channel>
</rss>

