<?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 screen Button positioning in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976780#M949812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiiii....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option is create a selection screen in SE51 screen painter ...and place the button where ever u want ...&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;regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chandu reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2008 09:12:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-17T09:12:57Z</dc:date>
    <item>
      <title>Selection screen Button positioning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976777#M949809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;              i have a push button in an selection screen.. But i need to place that button in one particular area of that selection screen block... how do i do that... Plsss help...&lt;/P&gt;&lt;P&gt;Answrs will be appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 09:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976777#M949809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T09:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Button positioning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976778#M949810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TABLES sscrfields. &lt;/P&gt;&lt;P&gt;TYPE-POOLS icon. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: &lt;/P&gt;&lt;P&gt;  BEGIN OF SCREEN 500 AS WINDOW TITLE title, &lt;/P&gt;&lt;P&gt;    PUSHBUTTON 2(10)  but1 USER-COMMAND cli1, &lt;/P&gt;&lt;P&gt;    PUSHBUTTON 12(30) but2 USER-COMMAND cli2 &lt;/P&gt;&lt;P&gt;                           VISIBLE LENGTH 10, &lt;/P&gt;&lt;P&gt;  END OF SCREEN 500. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. &lt;/P&gt;&lt;P&gt;  CASE sscrfields. &lt;/P&gt;&lt;P&gt;    WHEN 'CLI1'. &lt;/P&gt;&lt;P&gt;      ... &lt;/P&gt;&lt;P&gt;    WHEN 'CLI2'. &lt;/P&gt;&lt;P&gt;      ... &lt;/P&gt;&lt;P&gt;  ENDCASE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION. &lt;/P&gt;&lt;P&gt;  title  = 'Push button'. &lt;/P&gt;&lt;P&gt;  but1 = 'Button 1'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'ICON_CREATE' &lt;/P&gt;&lt;P&gt;    EXPORTING &lt;/P&gt;&lt;P&gt;      name   = icon_information &lt;/P&gt;&lt;P&gt;      text   = 'Button 2' &lt;/P&gt;&lt;P&gt;      info   = 'My Quickinfo' &lt;/P&gt;&lt;P&gt;    IMPORTING &lt;/P&gt;&lt;P&gt;      RESULT = but2 &lt;/P&gt;&lt;P&gt;    EXCEPTIONS &lt;/P&gt;&lt;P&gt;      OTHERS = 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL SELECTION-SCREEN '0500' STARTING AT 10 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 09:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976778#M949810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T09:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Button positioning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976779#M949811</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;    Look into the standard program DEMO_SEL_SCREEN_PUSHBUTTON&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    It may help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 09:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976779#M949811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T09:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Button positioning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976780#M949812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiiii....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option is create a selection screen in SE51 screen painter ...and place the button where ever u want ...&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;regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chandu reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 09:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976780#M949812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T09:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Button positioning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976781#M949813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi the requirement is that in one line i have a parameter field and in the same line i need to have the Push button... how do i do that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 09:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976781#M949813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T09:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Button positioning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976782#M949814</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;This piece of code will surely help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN:BEGIN OF BLOCK b2 WITH FRAME TITLE text-011.

SELECTION-SCREEN BEGIN OF LINE.

PARAMETER: p_mpmva1 TYPE przb-variant .

SELECTION-SCREEN PUSHBUTTON 70(4) but1 USER-COMMAND create.
SELECTION-SCREEN PUSHBUTTON 74(4) but2 USER-COMMAND change.
SELECTION-SCREEN PUSHBUTTON 78(4) but3 USER-COMMAND display.
SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN END OF BLOCK b2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhanashri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 10:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-button-positioning/m-p/3976782#M949814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T10:17:00Z</dc:date>
    </item>
  </channel>
</rss>

