<?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: How to locate Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067826#M93839</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;In SE37,F4 Help,restrict your search by entering FI-GL in Application Component.Then you can see all the related function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2005 06:10:53 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2005-10-13T06:10:53Z</dc:date>
    <item>
      <title>How to locate Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067824#M93837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;      I wanted to know how can i locate function module available for FI module. I wanted a function module to extract all gl accounts for open items on the given keydate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2005 06:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067824#M93837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-13T06:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to locate Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067825#M93838</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;in SE37 search with some keywords like &lt;STRONG&gt;GL&lt;/STRONG&gt;open*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BKK_GL_ITEM_GET this function module is helpful for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2005 06:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067825#M93838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-13T06:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to locate Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067826#M93839</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;In SE37,F4 Help,restrict your search by entering FI-GL in Application Component.Then you can see all the related function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2005 06:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067826#M93839</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-10-13T06:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to locate Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067827#M93840</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;&lt;/P&gt;&lt;P&gt;you can program it by yourselve:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT (fld) FROM  bsis APPENDING  TABLE ztab
           WHERE  bukrs  = it01-bukrs
           AND    hkont  IN hkont
           AND    budat  le keydate.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2005 06:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067827#M93840</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-10-13T06:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to locate Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067828#M93841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;        FIAA_GL_ACCOUNTS_GET..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some other FMs  releated to GL acc--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FI_SPECIAL_GL_IND_PROPERTIES&lt;/P&gt;&lt;P&gt;FI_SPECIAL_GL_TRANSACT_CHECK&lt;/P&gt;&lt;P&gt;FI_SPECIAL_GL_TRANSACT_DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FI_EWU_APPEND_GL_BALANCE&lt;/P&gt;&lt;P&gt;FI_EWU_CHECK_GL_BALANCE&lt;/P&gt;&lt;P&gt;FI_EWU_GET_GL_BALANCE_CYEAR&lt;/P&gt;&lt;P&gt;FI_EWU_POST_GL_BALANCE&lt;/P&gt;&lt;P&gt;FI_EWU_RESET_GL_BALANCE&lt;/P&gt;&lt;P&gt;FI_EWU_SAVE_GL_BALANCE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Award points if it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2005 06:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067828#M93841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-13T06:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to locate Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067829#M93842</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 function module to get all items BAPI_GLX_GETDOCITEMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to see more related to general ledger go to transactio 'bapi'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2005 11:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-locate-function-module/m-p/1067829#M93842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-13T11:33:48Z</dc:date>
    </item>
  </channel>
</rss>

