<?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: Call same smart screen for two different Programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-same-smart-screen-for-two-different-programs/m-p/5922126#M1331701</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 don't know if this is feasible to call screen of different program but you can copy that screen to your program. Of course not element by element but with a simple trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Export&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- go to source program and get to screen flow logic&lt;/P&gt;&lt;P&gt;- in &lt;EM&gt;command line&lt;/EM&gt; (where you normally type transaction code) just type &lt;STRONG&gt;UTDL&lt;/STRONG&gt; ,  you will be prompted to save the screen as flat file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Import&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- in target program create empty screen and go to its flow logic&lt;/P&gt;&lt;P&gt;- now type (in same place as above) &lt;STRONG&gt;UTUL&lt;/STRONG&gt; , indicate the file from which the screen is supposed to be imported&lt;/P&gt;&lt;P&gt;- activate all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can copy screen content b/w programs even on different non-connected systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@ Peter and Faisal&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Guys this is only relevant for subscreens, not main screen. So if the screen type is normal it won't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Marcin Pciak on Jul 9, 2009 9:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2009 07:26:05 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2009-07-09T07:26:05Z</dc:date>
    <item>
      <title>Call same smart screen for two different Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-same-smart-screen-for-two-different-programs/m-p/5922122#M1331697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;              I have a smart screen named as &lt;/P&gt;&lt;P&gt;Program: ZPTCL_PROJ_STATUS_PERIOD_Wise&lt;/P&gt;&lt;P&gt;Screen Number: 0101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to call this screen for two different  se38 Programs with        "Call Screen '0101' ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it Possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or how to call a screen with it's Program name and screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sohail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 07:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-same-smart-screen-for-two-different-programs/m-p/5922122#M1331697</guid>
      <dc:creator>muhammad_sohail</dc:creator>
      <dc:date>2009-07-09T07:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Call same smart screen for two different Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-same-smart-screen-for-two-different-programs/m-p/5922123#M1331698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muhammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use subscreen for this. First, you need to create a screen for your current program then create a subscreen. Then, on the PBO of your new screen, you need to include this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN sub_area INCLUDING prog dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub_area - the name of the subscreen control which is in the new screen you have created&lt;/P&gt;&lt;P&gt;prog - is the program name where the screen to display is located&lt;/P&gt;&lt;P&gt;dynnr - is the screen number you wish to be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 07:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-same-smart-screen-for-two-different-programs/m-p/5922123#M1331698</guid>
      <dc:creator>peter_ruiz2</dc:creator>
      <dc:date>2009-07-09T07:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Call same smart screen for two different Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-same-smart-screen-for-two-different-programs/m-p/5922124#M1331699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sohail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i thinks what u have said may not be possible.u can call screens of ur main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create tcode for ur common program Program: ZPTCL_PROJ_STATUS_PERIOD_Wise &amp;amp; Screen Number: 0101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can call this tcode from ur both reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: shaik sajid on Jul 9, 2009 9:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 07:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-same-smart-screen-for-two-different-programs/m-p/5922124#M1331699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T07:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Call same smart screen for two different Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-same-smart-screen-for-two-different-programs/m-p/5922125#M1331700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sohail  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call Subscreen of any of your program to other program using following statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL SUBSCREEN SUB_SCREEN_AREA INCLUDING 'PROGRAM_NAME' 'SCREEN_NUMBER'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply if any confusion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 07:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-same-smart-screen-for-two-different-programs/m-p/5922125#M1331700</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-07-09T07:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Call same smart screen for two different Programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-same-smart-screen-for-two-different-programs/m-p/5922126#M1331701</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 don't know if this is feasible to call screen of different program but you can copy that screen to your program. Of course not element by element but with a simple trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Export&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- go to source program and get to screen flow logic&lt;/P&gt;&lt;P&gt;- in &lt;EM&gt;command line&lt;/EM&gt; (where you normally type transaction code) just type &lt;STRONG&gt;UTDL&lt;/STRONG&gt; ,  you will be prompted to save the screen as flat file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Import&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- in target program create empty screen and go to its flow logic&lt;/P&gt;&lt;P&gt;- now type (in same place as above) &lt;STRONG&gt;UTUL&lt;/STRONG&gt; , indicate the file from which the screen is supposed to be imported&lt;/P&gt;&lt;P&gt;- activate all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can copy screen content b/w programs even on different non-connected systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@ Peter and Faisal&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Guys this is only relevant for subscreens, not main screen. So if the screen type is normal it won't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Marcin Pciak on Jul 9, 2009 9:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 07:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-same-smart-screen-for-two-different-programs/m-p/5922126#M1331701</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-07-09T07:26:05Z</dc:date>
    </item>
  </channel>
</rss>

