<?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: copy Function Pool  program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815131#M1588396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I did manage to do the required changes as needed , the mistake i did is in se93 while creating my new ztcode i missed out to mention the service name which is required for my application. The problem is solved now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2011 02:18:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-19T02:18:49Z</dc:date>
    <item>
      <title>copy Function Pool  program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815126#M1588391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am trying to modify  one screen in SAPLWOSE_GR_ENTRY_DLG (function-pool) to my requirement,  and need to know how to do assign them to transaction code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 05:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815126#M1588391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T05:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: copy Function Pool  program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815127#M1588392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uma,&lt;/P&gt;&lt;P&gt;as far as I know, you cannot launch a transaction which directly calls a function-pool. It should be to a report or a module-pool + dynpro_number instead.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 09:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815127#M1588392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-17T09:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: copy Function Pool  program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815128#M1588393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Thanks for sharing your thoughts. If you could try the transaction wsted, i have got few screens , now i need to modify screen 230 only for my requirement, and leave other screens remain as standards. How to do these changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 06:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815128#M1588393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-18T06:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: copy Function Pool  program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815129#M1588394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately I'm not able to run transaction WSTED, since it cannot be lauched from the SAPGUI, and I have no authorization to run transactions from the web browser.&lt;/P&gt;&lt;P&gt;Nevertheless, if you take a glance at the definition of transaction WSTED (thru tx SE93), you'll see that WSTED runs program SAPLWOSE_DOGR with dynpro 0100.&lt;/P&gt;&lt;P&gt;From your last answer I can see that you must modify dynpro 0230. Now how do you want the transaction to run?&lt;/P&gt;&lt;P&gt;- If as the standard behaviour, you could copy module-pool SAPLWOSE_DOGR to a (say) ZSAPLWOSE_DOGR, copy all the dynpros, and then modify screen 0230.&lt;/P&gt;&lt;P&gt;- If you wish to start with screen 0230, just create a Z transaction which calls module-pool SAPLWOSE_DOGR and dynpro 0230.&lt;/P&gt;&lt;P&gt;- If you want the standard transaction WSTED to have your changes (&lt;STRONG&gt;not recommended&lt;/STRONG&gt;, it's altering SAP's standards), just change dynpro 0230 of module-pool SAPLWOSE_DOGR. Then when you run transaction WSTED it will show your changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if I didn't understand exactly your requirements. Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 07:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815129#M1588394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-18T07:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: copy Function Pool  program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815130#M1588395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Thanks for you understanding. I need to have transaction ZWSTED, having all screens as that of transaction WSTED,&lt;/P&gt;&lt;P&gt;except for screen 0230 to be modified as per my needs. I dont want to modify any sap standards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your time...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 08:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815130#M1588395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-18T08:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: copy Function Pool  program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815131#M1588396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I did manage to do the required changes as needed , the mistake i did is in se93 while creating my new ztcode i missed out to mention the service name which is required for my application. The problem is solved now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 02:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815131#M1588396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T02:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: copy Function Pool  program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815132#M1588397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 02:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-function-pool-program/m-p/7815132#M1588397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-19T02:20:42Z</dc:date>
    </item>
  </channel>
</rss>

