<?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 push button issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204292#M1204013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just check whether u have declared text-t01 and text-t02 in the text-symbols of the main program and not in any other includes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2009 09:07:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-18T09:07:10Z</dc:date>
    <item>
      <title>selection screen push button issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204290#M1204011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;               I am using selection screen push button which displays push buttons on screen,&lt;/P&gt;&lt;P&gt;But unable to see the text on the button.I was able to see if i execute the program.But i was not able to see when i execute the transaction in the ecc 6 system.But i was able to see the text in sap 4.7 system.here is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In top Include.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON  /5(18) p_audit  USER-COMMAND aud.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON  30(18) p_detail USER-COMMAND det.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the report&lt;/P&gt;&lt;P&gt;*-- Initialization Part&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;*-- pushbuttons&lt;/P&gt;&lt;P&gt;  p_audit  = text-t01.&lt;/P&gt;&lt;P&gt;  p_detail = text-t02.&lt;/P&gt;&lt;P&gt;  p_copy   = text-t03.&lt;/P&gt;&lt;P&gt;  p_master = text-t04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards.&lt;/P&gt;&lt;P&gt;Manoj Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 08:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204290#M1204011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T08:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen push button issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204291#M1204012</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;Did you add the Text elements? If you have added, then, it will be visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the menu path Goto -&amp;gt; Text Elements -&amp;gt; Text Symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you haven't added text-t01 or text-t02, then please add it. If you have already added it, then, the code must look like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION. " OR AT Selection-screen OUTPUT&lt;/P&gt;&lt;P&gt;p_audit = text-t01.&lt;/P&gt;&lt;P&gt;p_detail = text-t02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 08:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204291#M1204012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T08:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen push button issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204292#M1204013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just check whether u have declared text-t01 and text-t02 in the text-symbols of the main program and not in any other includes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 09:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204292#M1204013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T09:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen push button issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204293#M1204014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done every thing.when i execute the transaction the text is not coming.when i execute the report the text is coming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 09:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204293#M1204014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T09:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen push button issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204294#M1204015</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;can you do the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  TIT  = 'Four Buttons'.&lt;/P&gt;&lt;P&gt;  BUT1 = text-t01.&lt;/P&gt;&lt;P&gt;  BUT3 = text-t02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 09:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204294#M1204015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T09:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen push button issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204295#M1204016</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;Check whether you have correctly created your transaction code. The trnx type: report transaction and 3 check boxes for GUI support are checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 09:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204295#M1204016</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-02-18T09:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen push button issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204296#M1204017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B4 WITH FRAME TITLE TEXT-T03.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON 33(17) PUBX USER-COMMAND US04.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN FUNCTION KEY 1. "button on the application toolbar&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE '@1S@ Email Ids' TO PUBU.&lt;/P&gt;&lt;P&gt;  MOVE '@47@ Cover Note' TO PUBX.&lt;/P&gt;&lt;P&gt;  MOVE 'Mail History' TO SSCRFIELDS-FUNCTXT_01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DYN-ICON_ID   = '@1S@'.&lt;/P&gt;&lt;P&gt;  DYN-QUICKINFO = 'History of E-Mails'.&lt;/P&gt;&lt;P&gt;  DYN-ICON_TEXT = 'Mail History'.&lt;/P&gt;&lt;P&gt;  SSCRFIELDS-FUNCTXT_01 = DYN.&lt;/P&gt;&lt;P&gt;  DYN-ICON_ID = '@1S@'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 10:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204296#M1204017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T10:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen push button issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204297#M1204018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!&lt;/P&gt;&lt;P&gt;Check for the text elements being declared and hope that u have activated them.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b'coz otherwise it will work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 10:06:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-push-button-issue/m-p/5204297#M1204018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T10:06:20Z</dc:date>
    </item>
  </channel>
</rss>

