<?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: create screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390461#M1044032</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 are displaying the data using the standard list then you have create a new pf-status for that list. you have to add a button for the print in se51 . if you are already using defined pf-status you have to modify the same pf-status to add the print button. you have to write the code according to ok-code given to that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 09:10:02 GMT</pubDate>
    <dc:creator>former_member673464</dc:creator>
    <dc:date>2008-08-26T09:10:02Z</dc:date>
    <item>
      <title>create screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390460#M1044031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am already displaying a report, but now I have to add a Print button to that page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was asking if I have to go to both tcode se51 to create a screen for that program and se41 to add the button or I should go directly to se41 to create the button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:05:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390460#M1044031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T09:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: create screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390461#M1044032</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 are displaying the data using the standard list then you have create a new pf-status for that list. you have to add a button for the print in se51 . if you are already using defined pf-status you have to modify the same pf-status to add the print button. you have to write the code according to ok-code given to that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390461#M1044032</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2008-08-26T09:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: create screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390462#M1044033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im a bit new to that, can you xplain in detail plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390462#M1044033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T09:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: create screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390463#M1044034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just go to se41 and enter status name and create..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can write SET PF-STATUS in your program and double click on it.it will automatically give you screen for creating status there you need to create button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390463#M1044034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T09:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: create screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390464#M1044035</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;Write SET PF-STATUS 'NAME'. in you code under START-OF-SELECTION event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double Click on the NAme and it will give you the screen where you ca set the Button in the status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390464#M1044035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T09:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: create screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390465#M1044036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you edit your program using SE80, all of its components, including screens, pf status etc etc will be available to you in the same place which makes building a program with screens much easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-screen/m-p/4390465#M1044036</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2008-08-26T09:27:30Z</dc:date>
    </item>
  </channel>
</rss>

