<?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 PROVIDE Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204314#M1204019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question concerning the usage of the PROVIDE statement... I wrote a function module, in which I used the statement PROVIDE to easily get the intervalls of internal tables, 3 of them...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But during the code check I get the following error message:&lt;/P&gt;&lt;P&gt;Old and new exceptions may not be used simultaniously... (just a try of translation from german to english...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a solution for me... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2009 12:43:41 GMT</pubDate>
    <dc:creator>former_member50022</dc:creator>
    <dc:date>2009-02-19T12:43:41Z</dc:date>
    <item>
      <title>PROVIDE Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204314#M1204019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question concerning the usage of the PROVIDE statement... I wrote a function module, in which I used the statement PROVIDE to easily get the intervalls of internal tables, 3 of them...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But during the code check I get the following error message:&lt;/P&gt;&lt;P&gt;Old and new exceptions may not be used simultaniously... (just a try of translation from german to english...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a solution for me... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 12:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204314#M1204019</guid>
      <dc:creator>former_member50022</dc:creator>
      <dc:date>2009-02-19T12:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROVIDE Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204315#M1204020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I think PROVIDE is an obsolete statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 12:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204315#M1204020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T12:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROVIDE Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204316#M1204021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;There are two form of PROVIDE statement available.&lt;/P&gt;&lt;P&gt;May be you are using Obsolete version of PROVIDE STATEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F1 on the Provide statement on the Editor.&lt;/P&gt;&lt;P&gt;It will give you two version ( Absolete/New version).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i think due to the obsolete version you are getting error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;Note: Obsolete Statement will always give ECP Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 12:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204316#M1204021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T12:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: PROVIDE Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204317#M1204022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are 2 versions of the PROVIDE Statement... the short und the extended form of usage...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The extended form can still be used, what I read in the ABAP documentation... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I think, it can be used, but in what way...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably the error occurs because of the usage in a function module context...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Stephan Huschke on Feb 19, 2009 1:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 12:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204317#M1204022</guid>
      <dc:creator>former_member50022</dc:creator>
      <dc:date>2009-02-19T12:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROVIDE Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204318#M1204023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provide statement is used with predefined Macros, if we use macros it is assured that will work properly, the data has been retrived based on structures tables. and it cant be used without logical data base or GETPERNR Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Moreover i think Provide statement is obselete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 12:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204318#M1204023</guid>
      <dc:creator>nivaskumar2</dc:creator>
      <dc:date>2009-02-19T12:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: PROVIDE Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204319#M1204024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephan,&lt;/P&gt;&lt;P&gt;                This forbidden form of the provide statement is a short form of the permitted variant.The compiler distinguishes the long and short forms by the addition fields to be specified explicitly before the component specification.In principle the short form of the provide statement works like the permitted variant.Unlike the permitted variant, however fewer additions are allowed here.In short form you cannot specify a table several times.The internal tables must have headers and the runtime environment as described below.For the PROVIDE loop to function correctly , the same conditions apply as in the long form.However now exceptions are raised if one of the involved tables is not sorted or there are overlapping intervals.&lt;/P&gt;&lt;P&gt;Hope it gives you some information.Hoping your query resolves soon.&lt;/P&gt;&lt;P&gt;For nmore information you may go to ABAP obsolete section of Library.&lt;/P&gt;&lt;P&gt;Have a best day ahead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 13:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provide-statement/m-p/5204319#M1204024</guid>
      <dc:creator>gaursri</dc:creator>
      <dc:date>2009-02-19T13:01:08Z</dc:date>
    </item>
  </channel>
</rss>

