<?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: Sharing Screen in Module Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-screen-in-module-pool/m-p/4152442#M992893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same screen will be used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in Background what is happening...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is create they open the Fields for Input.&lt;/P&gt;&lt;P&gt;if it is change they open the fields for edit/input&lt;/P&gt;&lt;P&gt;if is display then it will be in Display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can achieve that using LOOP AT SCREEN and modify the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you take the same example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T180-TRTYP contents 'H',  "Creation&lt;/P&gt;&lt;P&gt;T180-TRTYP contents 'A',  "Display&lt;/P&gt;&lt;P&gt;T180-TRTYP contents 'V',  Change&lt;/P&gt;&lt;P&gt;in sales order creation based on the parameter TRTYP , the screens will be changed from Display to Change etc.&lt;/P&gt;&lt;P&gt;According to the Parameter value the coding is done in side sales order application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2008 14:06:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-24T14:06:40Z</dc:date>
    <item>
      <title>Sharing Screen in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-screen-in-module-pool/m-p/4152441#M992892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Requirement is an application to be developed in Module Pool where one screen will be responsible for create,change and display.Let's talk abt an application to create sales order using  module pool,this  application will have 1 screen where user will input all the required data to create sales order and same screen will be used for displaying and changing sales order . Help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 13:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-screen-in-module-pool/m-p/4152441#M992892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T13:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Screen in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-screen-in-module-pool/m-p/4152442#M992893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same screen will be used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in Background what is happening...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is create they open the Fields for Input.&lt;/P&gt;&lt;P&gt;if it is change they open the fields for edit/input&lt;/P&gt;&lt;P&gt;if is display then it will be in Display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can achieve that using LOOP AT SCREEN and modify the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you take the same example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T180-TRTYP contents 'H',  "Creation&lt;/P&gt;&lt;P&gt;T180-TRTYP contents 'A',  "Display&lt;/P&gt;&lt;P&gt;T180-TRTYP contents 'V',  Change&lt;/P&gt;&lt;P&gt;in sales order creation based on the parameter TRTYP , the screens will be changed from Display to Change etc.&lt;/P&gt;&lt;P&gt;According to the Parameter value the coding is done in side sales order application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 14:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-screen-in-module-pool/m-p/4152442#M992893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T14:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Screen in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-screen-in-module-pool/m-p/4152443#M992894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't totally get that functionality with only 1 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make use of tabstrips in your main screen.. but for that you need to create subscreens for each tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 05:32:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-screen-in-module-pool/m-p/4152443#M992894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T05:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Screen in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-screen-in-module-pool/m-p/4152444#M992895</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 use the same screen for Create , Change and Display. I have worked on a similar requirement .&lt;/P&gt;&lt;P&gt; All you have to do is create three different transaction code with same program name .&lt;/P&gt;&lt;P&gt;Use the system variable sy-tcode , Do the necessary moidifcations . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want further help let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 05:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-screen-in-module-pool/m-p/4152444#M992895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T05:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing Screen in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-screen-in-module-pool/m-p/4152445#M992896</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;You  can use a single screen for all operations.&lt;/P&gt;&lt;P&gt;You need to structure down your operations, like under PAI do your operations like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case sy-tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'ZCREATE'&lt;/P&gt;&lt;P&gt;&amp;lt;do these operations&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'ZCHANGE'&lt;/P&gt;&lt;P&gt;&amp;lt;do these operations&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'ZDISPLAY'&lt;/P&gt;&lt;P&gt;&amp;lt; do these operations&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For display, where you do not need any input, just make a group which includes all your input fields and disale them so that user can not enter value but only view them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 07:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sharing-screen-in-module-pool/m-p/4152445#M992896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T07:10:43Z</dc:date>
    </item>
  </channel>
</rss>

