<?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 SapConsole question. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629621#M1090346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, looking the sapconsole develops, in the system, I noticed that are developed in a function group instead a modul pool or an excutable program. Are there a razon for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2008 17:21:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-16T17:21:52Z</dc:date>
    <item>
      <title>SapConsole question.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629621#M1090346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, looking the sapconsole develops, in the system, I noticed that are developed in a function group instead a modul pool or an excutable program. Are there a razon for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 17:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629621#M1090346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T17:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: SapConsole question.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629622#M1090347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to ask if this is your question so that others can answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why we need function groups and function modules if we have module or executable programs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is then function modules are for avoiding recursive coding.&lt;/P&gt;&lt;P&gt;we can use same functional module in any number of programs without coding again and again.All related function modules are stored in one function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db970e35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db970e35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more search Help.sap.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 17:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629622#M1090347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T17:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: SapConsole question.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629623#M1090348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well my question is: &lt;/P&gt;&lt;P&gt;Are there any razon to use function group and function modules instead a Modul pool or an executable program? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a FM is more apropiated and why is it more apropiated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 17:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629623#M1090348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T17:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: SapConsole question.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629624#M1090349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it supposed to be a trick question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try using a Module pool or executable program for say BAPI_PO_GETDETAIL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules give you the reusable code which can be called by other programs if needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 17:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629624#M1090349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T17:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: SapConsole question.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629625#M1090350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but I think that I maked the question in a wrong way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create several transaction, for sap console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why Would I use a FM instead a Modul Pool, to create these transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That I saw created was a function group with several dynpros and a transaction code that executes the start dynpro. But I dont know if that is the best way, because I think the idea is not to create something like a BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transactions are user final transactions. These transaction will be executed from a mobile device, not from another program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not saying that use the FM is the wrong way to do it, I want to know if there are an advantage if I use a FM instead a Modul Pool for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 20:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629625#M1090350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T20:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: SapConsole question.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629626#M1090351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no right or wrong way of doing anything. You need to check your requirements, and reusability of your code, and decide which is better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 02:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629626#M1090351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T02:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: SapConsole question.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629627#M1090352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 19:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapconsole-question/m-p/4629627#M1090352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T19:49:42Z</dc:date>
    </item>
  </channel>
</rss>

