<?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: Porblem during screen programming... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830615#M921091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WRITE ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Write 'is a syntax in list processing , right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are in dialog programming and ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to continue in dialog programming.. then you should keep some text field of screen say txt1,  and pass this value to this text field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else,  use, leave-to list processing...and us ewrite statement...&lt;/P&gt;&lt;P&gt;then u dont have to write..., pbo and all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess, what you are trying is, based on your inputs on screen 1, you need to have a report output on screen 2, right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use oops alv method ..and call screen 2002...and use set_table_for fist_display in pbo of 2002.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2008 19:38:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-15T19:38:42Z</dc:date>
    <item>
      <title>Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830607#M921083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working on screen programming and I am new to it. I am stuck here. I have two screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Screen 1000 - PBO1000, PAI1000&lt;/P&gt;&lt;P&gt;2) Screen 2000 - PBO2000, PAI2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when the user executes the custom transaction, the control goes to PBO1000 and he is presented with a push button. When clicks on push button, some logic is executed in PA1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want to display some message based on the logic excuted in screen 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is I am not able to display it on screen 2000.  I am using following immediately after the logic in PA11000.&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;            SET SCREEN 2000.&lt;/P&gt;&lt;P&gt;            LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in PBO2000, I am passing that message but its not getting displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I supposed to do it in different way ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 18:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830607#M921083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T18:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830608#M921084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any inputs will be greatly appreciated...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 18:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830608#M921084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T18:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830609#M921085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your question is not very clear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i assume that you want to display screen B, when a pushbutton is hit on screen A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN 2000.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PAI of screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in pbo of screen 2000, write code to display message..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 18:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830609#M921085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T18:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830610#M921086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right. But there is a internal table which gets filled which I want to display in Screen 2000 once screen 200 appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830610#M921086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T19:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830611#M921087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the issue in displaying the internal table in 2000 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep a table control in 2000, and place the fields of the itab in that table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop on the internal table, in the pbo of 2000..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830611#M921087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T19:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830612#M921088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of displaying the whole internal table for testing, I am just trying to write following in PBO of 2000 but the text does not get displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_2000 OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SET PF-STATUS 'STATUS1000'.&lt;/P&gt;&lt;P&gt; SET TITLEBAR 'TITLE1000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; WRITE: /'Its working'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " 2000  OUTPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830612#M921088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T19:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830613#M921089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't just use WRITE statement in screen processing. You will have to define some output field for displaying data on your screen. In this case create a text field and in here display your message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830613#M921089</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-15T19:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830614#M921090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate more ? How can I do this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830614#M921090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T19:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830615#M921091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WRITE ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Write 'is a syntax in list processing , right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are in dialog programming and ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to continue in dialog programming.. then you should keep some text field of screen say txt1,  and pass this value to this text field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else,  use, leave-to list processing...and us ewrite statement...&lt;/P&gt;&lt;P&gt;then u dont have to write..., pbo and all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess, what you are trying is, based on your inputs on screen 1, you need to have a report output on screen 2, right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use oops alv method ..and call screen 2002...and use set_table_for fist_display in pbo of 2002.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830615#M921091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T19:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830616#M921092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use 'WRITE' for dialogue programming. Use Message S/W for your purpose. You can only use WRITE in report programs/selection screen programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830616#M921092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T19:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830617#M921093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can't use the WRITE statement in PBO or In Any Screen.&lt;/P&gt;&lt;P&gt;But, you can display message box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do Like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI 1000.&lt;/P&gt;&lt;P&gt;Call Screen 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO 2000.&lt;/P&gt;&lt;P&gt;set pf-status.&lt;/P&gt;&lt;P&gt;set title bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;WRITE : "WAT EVR U REQUIRE, THAT MAY BE INTERNAL TABLE DATA".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note : But in the screen 2000 itself you want display Internal table data, you need to use table control.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830617#M921093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T19:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Porblem during screen programming...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830618#M921094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I can....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On your second second screen, where you want to display your message, you must go to the LAYOUT screen (button with arrow at top of screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the next screen you can create (drag and drop) UI elements onto your screen. In this case take the text field. Give it a name. use this name in the PBO (Process Before Output) for displaying your message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/porblem-during-screen-programming/m-p/3830618#M921094</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-15T19:41:47Z</dc:date>
    </item>
  </channel>
</rss>

