<?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: Function Module to get the Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393004#M1044557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to check the class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_WB_SCREEN_PAINTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS_DYNPRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP internally uses this method, so try to debug and find the information,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2008 18:39:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-28T18:39:06Z</dc:date>
    <item>
      <title>Function Module to get the Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393001#M1044554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody provide me a Function Module to get the Screen by giving Program Name and Screen Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 14:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393001#M1044554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T14:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to get the Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393002#M1044555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  check FM  RS_IMPORT_DYNPRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
   CALL FUNCTION 'RS_IMPORT_DYNPRO'
      EXPORTING
        dylang = pmlang
        dyname = programname
        dynumb = screen
      IMPORTING
        header = header
      TABLES
        ftab   = ifields
        pltab  = iflowlogic.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt;or you have to create join b/w table reposrc and tadir .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anirudh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 15:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393002#M1044555</guid>
      <dc:creator>former_member745780</dc:creator>
      <dc:date>2008-08-28T15:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to get the Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393003#M1044556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anirudh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need a FM to get a popup screen with the screen displaying in the popup screen by passing Program name and Screen Number.&lt;/P&gt;&lt;P&gt;I have awarded you points.Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 17:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393003#M1044556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T17:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to get the Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393004#M1044557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to check the class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_WB_SCREEN_PAINTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS_DYNPRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP internally uses this method, so try to debug and find the information,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 18:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393004#M1044557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T18:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to get the Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393005#M1044558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. But i need to get the screen display of all the elements in the screen by giving program name and screen number.&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, 29 Aug 2008 10:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393005#M1044558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T10:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to get the Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393006#M1044559</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;use this FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_DYNPRO_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Snehi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 10:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-screen/m-p/4393006#M1044559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T10:34:36Z</dc:date>
    </item>
  </channel>
</rss>

