<?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: RANGES IN BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-in-bapi/m-p/6569231#M1432595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;if you want to select all data - your range table (erdat1) should be empty:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if not CREATED_ON is initial.
  APPEND ERDAT1.
else.
   REFRESH ERDAT1.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2010 17:35:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-12T17:35:13Z</dc:date>
    <item>
      <title>RANGES IN BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-in-bapi/m-p/6569230#M1432594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;while working on bapi I have one requirment. when we select the data form table then if in where condition if one input field is not blank then it should select data using input field if it is blank then it should select all the data.   I am try to use renge but it is not working. my code is that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: ERDAT1 FOR VBAK-ERDAT1.                                 &lt;/P&gt;&lt;P&gt;  ERDAT-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;  ERDAT-OPTION = 'EQ'.&lt;/P&gt;&lt;P&gt;  ERDAT-LOW = CREATED_ON.                                   "it is bapi import parameter&lt;/P&gt;&lt;P&gt;  APPEND ERDAT1.&lt;/P&gt;&lt;P&gt;  CLEAR: ERDAT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example: &lt;/P&gt;&lt;P&gt;select * form vbak into i_vbak where erdat in erdat.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if erdat is blank then it should select all data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know i want to use with the help of ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 17:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-in-bapi/m-p/6569230#M1432594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-12T17:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: RANGES IN BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-in-bapi/m-p/6569231#M1432595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;if you want to select all data - your range table (erdat1) should be empty:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if not CREATED_ON is initial.
  APPEND ERDAT1.
else.
   REFRESH ERDAT1.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 17:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-in-bapi/m-p/6569231#M1432595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-12T17:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: RANGES IN BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-in-bapi/m-p/6569232#M1432596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI..&lt;/P&gt;&lt;P&gt;THANK YOU VERY MUCH..........I REALLY APPRICIATE.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 18:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges-in-bapi/m-p/6569232#M1432596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-12T18:52:32Z</dc:date>
    </item>
  </channel>
</rss>

