<?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 Issue.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/1492053#M228819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have coded as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;move 'Go to MDM Request Form' to BUTTON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still facing same proble... &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Aug 2006 03:05:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-31T03:05:24Z</dc:date>
    <item>
      <title>Selection Screen Issue....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/1492050#M228816</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;&lt;/P&gt;&lt;P&gt;In selection screen, i have placed a Push Button.&lt;/P&gt;&lt;P&gt;If i execute the code using F8, the text on push button (SAVE)appears normally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have assigned a Tcode to the program.&lt;/P&gt;&lt;P&gt;If i enter Tcode in SAP Screen, the selection screen appears with No Text on the Push Button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have coded as follow...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen: begin of block blk3&lt;/P&gt;&lt;P&gt;            with frame title text-020.&lt;/P&gt;&lt;P&gt;selection-screen pushbutton /50(25) BUTTON user-command ABCD.&lt;/P&gt;&lt;P&gt;selection-screen end of block blk3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move 'Go to MDM Request Form' to BUTTON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one Help me in this regard...???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 02:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/1492050#M228816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T02:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Issue....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/1492051#M228817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use your assignment statement in "Initialization" event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization.&lt;/P&gt;&lt;P&gt;move 'Go to MDM Request Form' to BUTTON.&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;PS: Plz Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 03:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/1492051#M228817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T03:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Issue....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/1492052#M228818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pavan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give under the event &amp;lt;b&amp;gt;AT SELECTION-SCREEN OUTPUT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;move 'Go to MDM Request Form' to BUTTON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 03:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/1492052#M228818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T03:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Issue....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/1492053#M228819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have coded as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;move 'Go to MDM Request Form' to BUTTON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still facing same proble... &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 03:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/1492053#M228819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T03:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Issue....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/1492054#M228820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Priya..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have rewarded 10 points, as it solved my problem.. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 03:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-issue/m-p/1492054#M228820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T03:09:04Z</dc:date>
    </item>
  </channel>
</rss>

