<?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 Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1513580#M236598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take user entered months into variable x_months.&lt;/P&gt;&lt;P&gt;then write this code to find count months:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if x_months between 1 and 12.
         x_CountMonths = 12 / x_months .
      else.
         message s000(xxx) 'Invalid month'.
      endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Aug 2006 14:11:24 GMT</pubDate>
    <dc:creator>Laxmana_Appana_</dc:creator>
    <dc:date>2006-08-28T14:11:24Z</dc:date>
    <item>
      <title>help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1513579#M236597</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;plz help me how to code for the following given description.&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;Number of months entered by user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Validate number between 1 and 12.  From this number, calculate the value &amp;#147;Count Months&amp;#148; where Count Months = 12 divided by # number of months entered by user.  Example, 1 times bins counted per year results in Count Months = 12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;siri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 14:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1513579#M236597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T14:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1513580#M236598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take user entered months into variable x_months.&lt;/P&gt;&lt;P&gt;then write this code to find count months:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if x_months between 1 and 12.
         x_CountMonths = 12 / x_months .
      else.
         message s000(xxx) 'Invalid month'.
      endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 14:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1513580#M236598</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-08-28T14:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1513581#M236599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sounds pretty simple...&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter: p_count type i. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not p_count is initial.&lt;/P&gt;&lt;P&gt;if not ( p_count ge '1' and p_count le '12' ).&lt;/P&gt;&lt;P&gt;message 'Error'.&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;count_months = 12 / p_count.&lt;/P&gt;&lt;P&gt;(count_months will give u a value depending on the type u declare it with..if its type i, u ll get integer values, else decimal values )..&lt;/P&gt;&lt;P&gt;hope it helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 14:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1513581#M236599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T14:12:24Z</dc:date>
    </item>
  </channel>
</rss>

