<?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: selection-option position 10 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730636#M318167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
SELECTION-SCREEN BEGIN OF LINE .
SELECTION-SCREEN  POSITION 10.  "Positions THE parameter at length 10
PARAMETERS: P_MATNR LIKE MARA-MATNR.
SELECTION-SCREEN  POSITION 50. " "Positions THE parameter at length 50
PARAMETERS:P_LIFNR LIKE LFA1-LIFNR.
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;&lt;/P&gt;&lt;P&gt;Effect is the parameters can be placed in the same line at desired positions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps ,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2006 13:10:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-18T13:10:00Z</dc:date>
    <item>
      <title>selection-option position 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730633#M318164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;selection-option position 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wht will be the out put&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 12:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730633#M318164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T12:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: selection-option position 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730634#M318165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rajesh,&lt;/P&gt;&lt;P&gt;I dont think we can specify position with select-options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 13:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730634#M318165</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-12-18T13:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: selection-option position 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730635#M318166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rajesh,&lt;/P&gt;&lt;P&gt;It should be SELECTION-SCREEN POSITION...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 10.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS p_maktx FOR makt-maktx MODIF ID m2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within Selection screen BEGIN OF LINE and END OF line , the SELECTION-SCREEN POSITION specifies the &amp;lt;b&amp;gt;starting position of the paramter &amp;lt;/b&amp;gt;to be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wenceslaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 13:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730635#M318166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T13:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: selection-option position 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730636#M318167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
SELECTION-SCREEN BEGIN OF LINE .
SELECTION-SCREEN  POSITION 10.  "Positions THE parameter at length 10
PARAMETERS: P_MATNR LIKE MARA-MATNR.
SELECTION-SCREEN  POSITION 50. " "Positions THE parameter at length 50
PARAMETERS:P_LIFNR LIKE LFA1-LIFNR.
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;&lt;/P&gt;&lt;P&gt;Effect is the parameters can be placed in the same line at desired positions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps ,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 13:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730636#M318167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T13:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: selection-option position 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730637#M318168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;field on selection screen will be placed at 10 position.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 13:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730637#M318168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T13:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: selection-option position 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730638#M318169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rajeshreddy,&lt;/P&gt;&lt;P&gt;This will position the parameter at the specified position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I see that most of the questions initiated by you are not closed! Please reward all the helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 13:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730638#M318169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T13:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: selection-option position 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730639#M318170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It shouldn't be &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's much useful if u want to place your selection screen objects in ur desired places.&lt;/P&gt;&lt;P&gt;The object specified after this statement will be placed at 10th position of that particular line.&lt;/P&gt;&lt;P&gt;Be careful of overlaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Sreenivasa Reddy V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 13:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730639#M318170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T13:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection-option position 10</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730640#M318171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 10:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-option-position-10/m-p/1730640#M318171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T10:36:19Z</dc:date>
    </item>
  </channel>
</rss>

