<?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: ABAP development in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167198#M1978635</link>
    <description>&lt;P&gt;Hi Nithi,&lt;/P&gt;&lt;P&gt;Error could be at program level select query, share the error received...&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2020 11:32:40 GMT</pubDate>
    <dc:creator>Abinathsiva</dc:creator>
    <dc:date>2020-03-05T11:32:40Z</dc:date>
    <item>
      <title>ABAP development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167195#M1978632</link>
      <description>&lt;P&gt;I have added Company Code as a parameter(Input screen) in the report &lt;/P&gt;
  &lt;P&gt;But now according to the requirement in the report for company code from and to should be added.&lt;/P&gt;
  &lt;P&gt;I tried replacing parameter with select option but it is throwing some other error. &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 11:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167195#M1978632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-05T11:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167196#M1978633</link>
      <description>&lt;P&gt;Did you give like this:?&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_bukrs FOR bkpf-bukrs OBLIGATORY.&lt;/P&gt;&lt;P&gt;This should be the righ way.&lt;/P&gt;&lt;P&gt;Else, update us with the error you received.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 11:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167196#M1978633</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-03-05T11:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167197#M1978634</link>
      <description>&lt;P&gt;What code?&lt;/P&gt;&lt;P&gt;What syntax error?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 11:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167197#M1978634</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-05T11:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167198#M1978635</link>
      <description>&lt;P&gt;Hi Nithi,&lt;/P&gt;&lt;P&gt;Error could be at program level select query, share the error received...&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 11:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167198#M1978635</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-03-05T11:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167199#M1978636</link>
      <description>&lt;P&gt;Hello Sir, I have done the same. can I share the code for the reference&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 11:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167199#M1978636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-05T11:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167200#M1978637</link>
      <description>&lt;P&gt;Hi Nidhi,&lt;/P&gt;&lt;P&gt;If the code is working it is fine&lt;/P&gt;&lt;P&gt;If still not working, then share the code&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 12:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167200#M1978637</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-03-05T12:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167201#M1978638</link>
      <description>&lt;OL&gt;
&lt;LI&gt;output should be for the plant which belong's to that company code only.&lt;/LI&gt;&lt;LI&gt;If plant does not belong to company code which is given in the selection parameter then it should throw an error.&lt;/LI&gt;&lt;LI&gt;Output should be as per the input in the selection screen.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This problem comes after replacing parameter with select options on input screen&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 05:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167201#M1978638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-06T05:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167202#M1978639</link>
      <description>&lt;P&gt;I've received that 'some other error'. It's almost impossible to resolve.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 06:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-development/m-p/12167202#M1978639</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2020-03-06T06:45:31Z</dc:date>
    </item>
  </channel>
</rss>

