<?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: Help needed in Logical Database Programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-logical-database-programming/m-p/3395574#M815328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) delete line  CHECK anepv-bzdat ge sav_gjbeg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) test with an asset , which has movements (purchases) in your intervall so_bzdat.&lt;/P&gt;&lt;P&gt;otherwise post a movement (e.g. transaction type 100) with tcode abzon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2008 12:28:33 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2008-02-12T12:28:33Z</dc:date>
    <item>
      <title>Help needed in Logical Database Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-logical-database-programming/m-p/3395573#M815327</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;I am working on a Report on ASSET ACTIVITY BY DATE RANGE .&lt;/P&gt;&lt;P&gt;The program is copied from std. program S_ALR_87011990.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above std. program displays for the whole financial year. This is modified for a particalar period range in the new leveraged program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is in the below code.&lt;/P&gt;&lt;P&gt;We are fetching data using LDB ADA. The statement "GET anlcv" works fine here, I mean Sy-subrc is 0 and anlcv structure has some data in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it comes to statement "GET anepv" in the below code, we are not getting any data into that structure and sy-subrc NE 0. Then it is skipping all the get statements and directly going to statement " PERFORM abga_simulieren.".&lt;/P&gt;&lt;P&gt;My logic lies in between this Get statement and the perform statement. When i see it in debugging mode my statement is not executed at all.&lt;/P&gt;&lt;P&gt;What needs to be done. Please anyone help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P&gt;GET anlcv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK select-options.&lt;/P&gt;&lt;P&gt;MOVE anlcv TO sav_anlcv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET anepv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nur Bewegungen des Jahres des Berichtsdatums durchlassen. &lt;/P&gt;&lt;P&gt;CHECK anepv-bzdat GE sav_gjbeg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK anepv-bzdat IN so_bzdat. "Added for SIR-3132&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bewegungen in SAV_ANEPV sammeln. &lt;/P&gt;&lt;P&gt;MOVE anepv TO sav_anepv.&lt;/P&gt;&lt;P&gt;APPEND sav_anepv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET anlb LATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check auf Bestandskonto bei Gruppensummen erst hier, wegen &lt;/P&gt;&lt;P&gt;fehlender Abgänge/Umbuchungen &lt;/P&gt;&lt;P&gt;IF NOT summb IS INITIAL.&lt;/P&gt;&lt;P&gt;IF NOT anlav-ktansw IN so_ktanw.&lt;/P&gt;&lt;P&gt;REJECT 'ANLAV'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANLCV aus Save-Area zurueckholen. &lt;/P&gt;&lt;P&gt;CHECK NOT sav_anlcv-anln1 IS INITIAL.&lt;/P&gt;&lt;P&gt;MOVE sav_anlcv TO anlcv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abg-Simu: Abgang simulieren. &lt;/P&gt;&lt;P&gt;PERFORM abga_simulieren.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************************************************************&lt;/P&gt;&lt;P&gt;Promise to reward points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 11:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-logical-database-programming/m-p/3395573#M815327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T11:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in Logical Database Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-logical-database-programming/m-p/3395574#M815328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) delete line  CHECK anepv-bzdat ge sav_gjbeg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) test with an asset , which has movements (purchases) in your intervall so_bzdat.&lt;/P&gt;&lt;P&gt;otherwise post a movement (e.g. transaction type 100) with tcode abzon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 12:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-in-logical-database-programming/m-p/3395574#M815328</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2008-02-12T12:28:33Z</dc:date>
    </item>
  </channel>
</rss>

