<?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: Subscreen in module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-module-pool/m-p/4457385#M1056595</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;i got a solution for your problem and i tried it and is successful, i hope this wil resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you said when you execute the transaction the table control wil be displayed, but for that you  creat one more empty subscreen and make it default subscreen.&lt;/P&gt;&lt;P&gt;then you assign your subscreen with table control to be called when pushbutton is pressed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: NUMBER(3) TYPE N VALUE '300'. "empty subscreen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN AREA INCLUDING SY-REPID NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_0100.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN AREA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0100 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'DISPLAY'.&lt;/P&gt;&lt;P&gt;NUMBER = '200'. "subscreen with table control&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " USER_COMMAND_0100  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;prakash reddy .s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2008 12:39:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-09T12:39:47Z</dc:date>
    <item>
      <title>Subscreen in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-module-pool/m-p/4457381#M1056591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Iam new to module pool.My requirement is to display data on the same screen in table control when the end user clicks on a pushbutton.For that I have created a work area in the main screen.I have created a subscreen with the table control I want data I want.But it is getting displayed immediately when the first screen is getting displayed.It should get displayed when user clicks on a pushbutton.&lt;/P&gt;&lt;P&gt;I think my question is clear,if not PLZ tell me where to clarify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-module-pool/m-p/4457381#M1056591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-module-pool/m-p/4457382#M1056592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rock&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify Screen Elements using &lt;STRONG&gt;Loop at Screen.....Endloop&lt;/STRONG&gt; in PBO of screen depending on the user action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amol Lohade&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-module-pool/m-p/4457382#M1056592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-module-pool/m-p/4457383#M1056593</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;in PAI module you write   &lt;/P&gt;&lt;P&gt;case sy-ucomm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; fill the table here and display the data ib pbo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;ramkrishnaiahY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-module-pool/m-p/4457383#M1056593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-module-pool/m-p/4457384#M1056594</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;in PBO module of 1st screen check for user action i.e.&lt;/P&gt;&lt;P&gt;check the value of sy-ucomm, if it is same as the name of pushbutton...&lt;/P&gt;&lt;P&gt;trigger the subscreen.&lt;/P&gt;&lt;P&gt;moreover the work area(to fetch the values) you  are using, used it ic subscreen instead of 1st screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-module-pool/m-p/4457384#M1056594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-module-pool/m-p/4457385#M1056595</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;i got a solution for your problem and i tried it and is successful, i hope this wil resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you said when you execute the transaction the table control wil be displayed, but for that you  creat one more empty subscreen and make it default subscreen.&lt;/P&gt;&lt;P&gt;then you assign your subscreen with table control to be called when pushbutton is pressed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: NUMBER(3) TYPE N VALUE '300'. "empty subscreen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN AREA INCLUDING SY-REPID NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_0100.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN AREA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0100 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'DISPLAY'.&lt;/P&gt;&lt;P&gt;NUMBER = '200'. "subscreen with table control&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " USER_COMMAND_0100  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;prakash reddy .s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-module-pool/m-p/4457385#M1056595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T12:39:47Z</dc:date>
    </item>
  </channel>
</rss>

