<?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: Modifying the standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669314#M1766063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this hacking? if yes, we must learn it in more n more efficient way. moreover this portal is for professionals to fulfill client requirements not for college students to learn ABAP basics. though its just my view still i think we all should focus on smart work rather than hard work all the time specially when we are working with a technology which already given us everything with great flexibility of Customization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2013 16:24:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-04T16:24:20Z</dc:date>
    <item>
      <title>Modifying the standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669308#M1766057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES is for the current fiscal year. If I need to add one more parameter to the interface which will take any given year, how should i proceed. This requirement I am doing for creating a report which is like the &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;S_ALR_87012172&lt;/SPAN&gt; (Customer balances in local currency). So if i am&amp;nbsp; not modifying this BAPI, the other way to achieve this is through the calculations with KNC1,KNC3, BSID&amp;nbsp; and BSAD tables. Which one would be better? With the BAPI or through own manipulation of data through the tables.?&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;Marina.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 17:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669308#M1766057</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2013-09-03T17:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying the standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669309#M1766058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Honestly, I'd break open the BAPI to determine how it works (ie. what FM's and forms are called and how) and build my own BAPI.&amp;nbsp; This makes sense, because this BAPI is only for returning data and not for changing data.&amp;nbsp; Otherwise, my answer would be completely different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 17:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669309#M1766058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-03T17:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying the standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669310#M1766059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any other helpful answer.&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;Marina.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 02:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669310#M1766059</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2013-09-04T02:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying the standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669311#M1766060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as you just need to add one more field in the interface and filter output accordingly enhancing the BAPI would not be the best option. few things you can consider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) copy the BAPI in a Z version, add additional field and just filter the records based on input year on a specific place only (it could be a select query or a FM call). yes, you have to debug the BAPI to get correct place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii) develop whole logic in a Z program or function. but this will be little time consuming which is not in above case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would rather prefer first option as very often we used to get requirements which is very similar to any existing standard object so instead of developing a new better to copy and make desire changes. this saves lot of time and more importantly it will have same look and feel as well as performance as standard transaction has.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 02:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669311#M1766060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T02:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying the standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669312#M1766061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You Might know standard BAPI will not allow you to customize. So, better you can migrate the BAPI to ZBAPI then add your parameter with corresponding program so that it will be easy to obtain result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 06:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669312#M1766061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T06:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying the standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669313#M1766062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What those below say is true.&amp;nbsp; Hacking it will quickly produce an answer and it will likely meet all specs.&amp;nbsp; However, if I treated my projects that way, I would not now have the career that I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My perspective says, "You learn nothing from hacking code.&amp;nbsp; But dis-assembly and reassembly gets your the greatest gain for the future."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 12:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669313#M1766062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T12:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying the standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669314#M1766063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this hacking? if yes, we must learn it in more n more efficient way. moreover this portal is for professionals to fulfill client requirements not for college students to learn ABAP basics. though its just my view still i think we all should focus on smart work rather than hard work all the time specially when we are working with a technology which already given us everything with great flexibility of Customization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 16:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669314#M1766063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T16:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying the standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669315#M1766064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&amp;nbsp; Your superior knowledge has completely invalidated my 15 years of ABAP experience.&amp;nbsp; I surrender. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 16:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669315#M1766064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T16:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying the standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669316#M1766065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neal, I'm extremely sorry for this. i have just half of your experience &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1735/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; but as per my understanding....develop an entire report just to add one more field is not a good idea. changing standard code too is not favorable option so i suggested that option. i'm not sure about experience level of owner of this blog but even if he is just a beginner ...he should learn THIS as well. it will definitely help him in career.&lt;/P&gt;&lt;P&gt;Again, its just my opinion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 16:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669316#M1766065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T16:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying the standard BAPI, BAPI_AR_ACC_GETPERIODBALANCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669317#M1766066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marin,&lt;/P&gt;&lt;P&gt; Using BAPI is Better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to find the Enhancement spots for that BAPI.&lt;BR /&gt;Source Code Enhancement there u can write Your&amp;nbsp; own logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 17:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-the-standard-bapi-bapi-ar-acc-getperiodbalances/m-p/9669317#M1766066</guid>
      <dc:creator>hiriyappa_myageri</dc:creator>
      <dc:date>2013-09-04T17:13:23Z</dc:date>
    </item>
  </channel>
</rss>

