<?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: regading function group in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329820#M168327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this online document and go to function group and function module section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2006 04:11:37 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2006-06-06T04:11:37Z</dc:date>
    <item>
      <title>regading function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329815#M168322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone tell me what is a function group. I know it contains group of function modules what the purpose of function group .We give a function group in table maintenance generator for a ztzble ,whats the purpose of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me what is function module too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 02:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329815#M168322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T02:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: regading function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329816#M168323</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;just like what u mentioned... pl check this &amp;lt;a href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/db992335c111d1829f0000e829fbfe/frameset.htm"&amp;gt;SAP help&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 02:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329816#M168323</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-06-06T02:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: regading function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329817#M168324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A function module is kind of the equivalent of a function in the C programming language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A function module is a piece of code with a unique purpose that can be "shared" by other programs/pieces of code.  A func mod frequently has IMPORT and EXPORT parameters.  These parameters provide the inputs and outputs of the func module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A function group IS a group of function modules.  Specifically, it is the parent/main program of all function modules in the function group.  Function modules are actually code snippets (if you will).  If you view the source code of a func module, it is NOT a complete ABAP program.  The remaining parts of the function mod that make it a compiled ABAP program are stored in the function group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view this, open a function mod in SE37.  Then from the menu bar, choose GOTO &amp;gt; Main Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will take you the parent/main program/the function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has all of the other variables, etc that are required OUTSIDE of each function module to make each func module run/execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget those points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 02:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329817#M168324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T02:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: regading function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329818#M168325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please refer the forum threads.&lt;/P&gt;&lt;P&gt;This point is covered there..&lt;/P&gt;&lt;P&gt;The funcion group is where i guess the screen along with some code for generator are stored. Thats the reason we mention the Function group while creating the tabkle maintainence generator..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Tanveer.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please mark helpful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 03:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329818#M168325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T03:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: regading function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329819#M168326</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;Func. Group is the place where in all the global decalration are done for all the FM which are being included in it.&lt;/P&gt;&lt;P&gt;the Func. Group has all the global data declarations,screen defination etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 04:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329819#M168326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T04:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: regading function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329820#M168327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this online document and go to function group and function module section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 04:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329820#M168327</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-06-06T04:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: regading function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329821#M168328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Deepthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. specially function group.. what is its significance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we generate table maintenance,&lt;/P&gt;&lt;P&gt;the system , based upon the table fields,&lt;/P&gt;&lt;P&gt;automatically,&lt;/P&gt;&lt;P&gt;generates &lt;/P&gt;&lt;P&gt;PROGRAM CODE, SCREEN FOR ENTERING DATA,&lt;/P&gt;&lt;P&gt;LOGIC FOR SAVING DATA, LOGIC FOR DISPLAYING DATA &lt;/P&gt;&lt;P&gt;ETC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. All this are BUNCHED under &lt;/P&gt;&lt;P&gt;a FUNCTION GROUP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if you open that function group in se80, after &lt;/P&gt;&lt;P&gt;creatting table maintenacne,&lt;/P&gt;&lt;P&gt;u will see the program code, screens, gui status etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Hence, to BUNCH all these various objects,&lt;/P&gt;&lt;P&gt;SAP uses the concept of function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;&lt;P&gt;4. And also why do we need to give two screens there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not necessary to have to screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. ONE SCREEN MEANS:&lt;/P&gt;&lt;P&gt;only one screen with table control to enter data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TWO SCREEN means :&lt;/P&gt;&lt;P&gt;first screen : only primary key fields will appear&lt;/P&gt;&lt;P&gt;second screen : rest of the fields will appear to enter data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. When the table consists of many fields,&lt;/P&gt;&lt;P&gt;its practically more convenient to have two screens,&lt;/P&gt;&lt;P&gt;so that all fields come vertically downwards.&lt;/P&gt;&lt;P&gt;(instead of scrolling horizontally in the table &lt;/P&gt;&lt;P&gt;control, in case of one screen concept) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of the FG is only this the Table Maintainance Generator part. Neednt be declared anywhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes u need to create a FG and the use it in Table maint. gen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/a7/513520407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/a7/513520407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt; - a link for basics on Table Maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Check out this weblog on table maintenance:&lt;/P&gt;&lt;P&gt;/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 04:29:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regading-function-group/m-p/1329821#M168328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T04:29:43Z</dc:date>
    </item>
  </channel>
</rss>

