<?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 Date format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/2144980#M452294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;                I have to selection scren parameter as p_gjhar like mkpf-gjhar.&lt;/P&gt;&lt;P&gt;I wanna reduce the fiscal year by one year in the select stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mkpf&lt;/P&gt;&lt;P&gt;into i_mkpf&lt;/P&gt;&lt;P&gt; where gjhar = p_gjhar - 1( one year less than the selection screen input)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz let me know how to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;alson.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Apr 2007 05:22:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-07T05:22:12Z</dc:date>
    <item>
      <title>Date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/2144980#M452294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;                I have to selection scren parameter as p_gjhar like mkpf-gjhar.&lt;/P&gt;&lt;P&gt;I wanna reduce the fiscal year by one year in the select stmt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mkpf&lt;/P&gt;&lt;P&gt;into i_mkpf&lt;/P&gt;&lt;P&gt; where gjhar = p_gjhar - 1( one year less than the selection screen input)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz let me know how to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;alson.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 05:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/2144980#M452294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T05:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/2144981#M452295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;p_gjhar = p_gjhar - 1.&amp;lt; or take it in another variable and pass that to select statement&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mkpf&lt;/P&gt;&lt;P&gt;into i_mkpf&lt;/P&gt;&lt;P&gt;where gjhar = p_gjhar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 05:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/2144981#M452295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T05:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/2144982#M452296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program, before select statement, use the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p_gjhar = p_gjhar - 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mkpf&lt;/P&gt;&lt;P&gt;into i_mkpf&lt;/P&gt;&lt;P&gt;where gjhar = p_gjhar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 05:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/2144982#M452296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-07T05:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/2144983#M452297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before the select statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p_gjahr = p_gjahr - 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh S&lt;/P&gt;&lt;P&gt;*Award points if reply is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2007 05:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/2144983#M452297</guid>
      <dc:creator>learnsap</dc:creator>
      <dc:date>2007-04-07T05:33:45Z</dc:date>
    </item>
  </channel>
</rss>

