<?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 logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic/m-p/3256501#M777703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i require some logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is i have to fetch debit and credit values from LFC1 table&lt;/P&gt;&lt;P&gt;i need to fetch only vendor from last 15  months there is no transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg: today date is 09/01/2008 &lt;/P&gt;&lt;P&gt;15 months back means 09/11/2006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inbetween these two dates i.e., 09/11/2006 to  09/01/2008 there is no transaction , means&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                           debit                                         credit&lt;/P&gt;&lt;P&gt;11/2006                   0                                            0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;01/2008                  0                                              0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to get this 15 months debit and credit details , only if the values are zeros for both credit and debit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help how to write logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2008 12:02:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-09T12:02:28Z</dc:date>
    <item>
      <title>logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic/m-p/3256501#M777703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i require some logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is i have to fetch debit and credit values from LFC1 table&lt;/P&gt;&lt;P&gt;i need to fetch only vendor from last 15  months there is no transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg: today date is 09/01/2008 &lt;/P&gt;&lt;P&gt;15 months back means 09/11/2006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inbetween these two dates i.e., 09/11/2006 to  09/01/2008 there is no transaction , means&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                           debit                                         credit&lt;/P&gt;&lt;P&gt;11/2006                   0                                            0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;01/2008                  0                                              0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to get this 15 months debit and credit details , only if the values are zeros for both credit and debit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help how to write logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 12:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic/m-p/3256501#M777703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T12:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic/m-p/3256502#M777704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Latha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get all the vendor code lifnr from rable ekko where aedat between 09/11/2006 to 09/01/2008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then pass all those vendor in table LFC1 to get debit credit values &amp;amp; store them into an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that just code&lt;/P&gt;&lt;P&gt;delete itab where debit &amp;gt; 0&lt;/P&gt;&lt;P&gt;                and credit  &amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is usefull pls reward pts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srimanta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 12:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic/m-p/3256502#M777704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic/m-p/3256503#M777705</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 FM LFC1_GENERIC_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy and modify the above FM by adding two more import parameters fromdate and todate, change the code also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it requires small changes like in select statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: chandra madapati on Jan 9, 2008 1:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 12:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic/m-p/3256503#M777705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T12:14:40Z</dc:date>
    </item>
  </channel>
</rss>

