<?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: BAPI_AR_ACC_GETKEYDATEBALANCE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141785#M1513577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call transaction SU20, look for your field name/data element, doublec-click and it will display some attributes and the list of objects which use this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If none found, build your own via SU20 (create field if field not found) and SU21 (create a z-object)&lt;/P&gt;&lt;P&gt;([Authorizations|http://help.sap.com/abapdocu_70/en/ABENBC_AUTHORITY_CHECK.htm] and [Programming Authorization Checks|http://help.sap.com/saphelp_nw04/helpdata/en/52/6712ac439b11d1896f0000e8322d00/frameset.htm])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Sep 2010 06:49:14 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2010-09-03T06:49:14Z</dc:date>
    <item>
      <title>BAPI_AR_ACC_GETKEYDATEBALANCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141780#M1513572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body tell me how can I pick open balance using BAPI_AR_ACC_GETKEYDATEBALANCE in my main progam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report which shows customer summary. for this I have to pick the open balance using BAPI_AR_ACC_GETKEYDATEBALANCE function module. please help me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 10:49:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141780#M1513572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T10:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_AR_ACC_GETKEYDATEBALANCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141781#M1513573</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; you need to pass the parameters Customer, Company code, KEYDATE, Balance per special G/L indicator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This method supplies a customer's total balance at a given key date. The total balance includes both standard and special general ledger transactions. If you so wish, noted items can also be included in this balance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vamsi Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 10:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141781#M1513573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T10:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_AR_ACC_GETKEYDATEBALANCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141782#M1513574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the parameters are few and simple, what cause you some trouble in this BAPI ?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : gt_bapi3007_3 TYPE TABLE OF bapi3007_3.
CALL FUNCTION 'BAPI_AR_ACC_GETKEYDATEBALANCE'
     EXPORTING
          companycode = p_bukrs
          customer    = p_kunnr
          keydate     = p_budat
     TABLES
          keybalance  = gt_bapi3007_3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The BAPi will then read useful records from BSID/BSAD. (posted before the date and not cleared or cleared after the date) and perform summation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 11:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141782#M1513574</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-08-27T11:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_AR_ACC_GETKEYDATEBALANCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141783#M1513575</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;I know how to pass the variables in the function module and   i have done that also. My function module program is showing correct output. but from that program I am not able to retrieve the open balance in my main program ( customer summary ) .that I want to know .I have already used the SUBMIT key word and also declared the memory ID .but still it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Aug 2010 07:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141783#M1513575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-28T07:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_AR_ACC_GETKEYDATEBALANCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141784#M1513576</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;how to put authority check on region ( field REGIO ) in a report ?  What is the authority object ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to put authority check on plant ( WERKS ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody solve this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 05:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141784#M1513576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-03T05:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_AR_ACC_GETKEYDATEBALANCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141785#M1513577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call transaction SU20, look for your field name/data element, doublec-click and it will display some attributes and the list of objects which use this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If none found, build your own via SU20 (create field if field not found) and SU21 (create a z-object)&lt;/P&gt;&lt;P&gt;([Authorizations|http://help.sap.com/abapdocu_70/en/ABENBC_AUTHORITY_CHECK.htm] and [Programming Authorization Checks|http://help.sap.com/saphelp_nw04/helpdata/en/52/6712ac439b11d1896f0000e8322d00/frameset.htm])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 06:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141785#M1513577</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-09-03T06:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_AR_ACC_GETKEYDATEBALANCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141786#M1513578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m not getting values in internal table gt_bapi3007_3 &lt;/P&gt;&lt;P&gt;how to get those values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;loop &lt;SPAN class="L0S52"&gt;at&lt;/SPAN&gt; it_bsid &lt;SPAN class="L0S52"&gt;INTO&lt;/SPAN&gt; wa_bsid.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt; : gt_bapi3007_3 &lt;SPAN class="L0S52"&gt;TYPE&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;TABLE&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;OF&lt;/SPAN&gt; bapi3007_3,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bapi &lt;SPAN class="L0S52"&gt;TYPE&lt;/SPAN&gt; bapi3007_3.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L0S33"&gt;'BAPI_AR_ACC_GETKEYDATEBALANCE'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; companycode&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; bukrs-low&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; kunnr-low&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keydate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; budat-low&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; BALANCESPGLI&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ' '&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; NOTEDITEMS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ' '&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;* IMPORTING&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; RETURN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;tables&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; keybalance&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = gt_bapi3007_3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2014 05:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-ar-acc-getkeydatebalance/m-p/7141786#M1513578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-03T05:42:43Z</dc:date>
    </item>
  </channel>
</rss>

