<?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 aging report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/aging-report/m-p/3580385#M861972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give the code snippet for the following case.&lt;/P&gt;&lt;P&gt;aging analysis program for open items:-&lt;/P&gt;&lt;P&gt;payments not receivecd for 15 days,30 ,60 ,90days&lt;/P&gt;&lt;P&gt;imput:&lt;/P&gt;&lt;P&gt;custno range&lt;/P&gt;&lt;P&gt;sales area&lt;/P&gt;&lt;P&gt;days 30,60,90 selection sort by cust no,sales organization&lt;/P&gt;&lt;P&gt;output :report program ALV grid format&lt;/P&gt;&lt;P&gt;my eid: &lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Mar 19, 2008 4:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 15:29:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-19T15:29:19Z</dc:date>
    <item>
      <title>aging report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aging-report/m-p/3580385#M861972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give the code snippet for the following case.&lt;/P&gt;&lt;P&gt;aging analysis program for open items:-&lt;/P&gt;&lt;P&gt;payments not receivecd for 15 days,30 ,60 ,90days&lt;/P&gt;&lt;P&gt;imput:&lt;/P&gt;&lt;P&gt;custno range&lt;/P&gt;&lt;P&gt;sales area&lt;/P&gt;&lt;P&gt;days 30,60,90 selection sort by cust no,sales organization&lt;/P&gt;&lt;P&gt;output :report program ALV grid format&lt;/P&gt;&lt;P&gt;my eid: &lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Mar 19, 2008 4:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 15:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aging-report/m-p/3580385#M861972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T15:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: aging report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aging-report/m-p/3580386#M861973</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;check this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="405560"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Mar 19, 2008 4:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 15:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aging-report/m-p/3580386#M861973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T15:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: aging report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aging-report/m-p/3580387#M861974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Ishwar-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For open G/L items refer to the table BSIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First fetch all the docs from  bsis(open items) based on the selection.&lt;/P&gt;&lt;P&gt;Use FM:HR_HK_DIFF_BT_2_DATES to find the difference between P.date and Sy-datum.&lt;/P&gt;&lt;P&gt;Till here you will get all the openitems based on the given selection.&lt;/P&gt;&lt;P&gt;One important thing to note,the reversal documents will not be present in BSIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this logic not OK or any problems in understanding send me your requirement to my mail id srinivas.oota@eds.com &lt;/P&gt;&lt;P&gt;i will build the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;~Srini...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 04:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aging-report/m-p/3580387#M861974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T04:27:29Z</dc:date>
    </item>
  </channel>
</rss>

