<?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: pre def function module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pre-def-function-module/m-p/3193156#M760801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;I want to get the opening balance , through function module sap standard for a perticular customer .&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2007 10:58:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-28T10:58:00Z</dc:date>
    <item>
      <title>pre def function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pre-def-function-module/m-p/3193154#M760799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gurus ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sir i m generating a program in FI ,I have faceied a problem regarding to get the opening balance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_GET_OPENING_BALANCE1'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                KUNNR  = ITAB-KUNNR&lt;/P&gt;&lt;P&gt;                GJAHR  = GJAHR&lt;/P&gt;&lt;P&gt;                MONTH  = MONTH&lt;/P&gt;&lt;P&gt;           IMPORTING&lt;/P&gt;&lt;P&gt;                OPBAL  = OPBAL&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;                OTHERS = 1.&lt;/P&gt;&lt;P&gt;is there any prdefined function module in sap like above .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz rply its urjent  .&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>Fri, 28 Dec 2007 10:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pre-def-function-module/m-p/3193154#M760799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: pre def function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pre-def-function-module/m-p/3193155#M760800</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;Choose the one which is most relevant for you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPI_AR_ACC_GETCURRENTBALANCE&lt;/STRONG&gt;  Closing balance of customer account in current fiscal year&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPI_AR_ACC_GETKEYDATEBALANCE&lt;/STRONG&gt;  Customer account balance at a key date&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPI_AR_ACC_GETPERIODBALANCES&lt;/STRONG&gt;  Posting period totals per customer account in current fiscal year&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;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pre-def-function-module/m-p/3193155#M760800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: pre def function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pre-def-function-module/m-p/3193156#M760801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;I want to get the opening balance , through function module sap standard for a perticular customer .&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 10:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pre-def-function-module/m-p/3193156#M760801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T10:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: pre def function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pre-def-function-module/m-p/3193157#M760802</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;These BAPI's are for getting the customer balance. &lt;/P&gt;&lt;P&gt;Closing balance of the previous period/year is the opening balance for the next period/year when you carry forward balances!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the above BAPI's in SE37!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you need the GL balances use:&lt;/P&gt;&lt;P&gt;BAPI_GL_ACC_GETBALANCE         Closing balance of G/L account for chosen year&lt;/P&gt;&lt;P&gt;BAPI_GL_ACC_GETCURRENTBALANCE  Closing balance of G/L account for current year&lt;/P&gt;&lt;P&gt;BAPI_GL_ACC_GETPERIODBALANCES  Posting period balances for each G/L account&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 11:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pre-def-function-module/m-p/3193157#M760802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T11:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: pre def function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pre-def-function-module/m-p/3193158#M760803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM &lt;STRONG&gt;FDBL_BALANCES_DISPLAY&lt;/STRONG&gt;. Also refer program &lt;STRONG&gt;RFGLBALANCE&lt;/STRONG&gt; on how to use/call this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 11:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pre-def-function-module/m-p/3193158#M760803</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-12-28T11:08:41Z</dc:date>
    </item>
  </channel>
</rss>

