<?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: simple question for programmers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-question-for-programmers/m-p/7069914#M1504506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm consultant, not programmer and It's not a program failure. It is a modification that I need to make. At this time we don't make this date comparision and i need to make a IF with the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the date is under july i make A, and if the date is over july i make B. This is what i need in the modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this time the program works well, but people need this now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how a compare two dates?. IF DATE A &amp;lt; DATE B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jul 2010 08:39:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-08T08:39:20Z</dc:date>
    <item>
      <title>simple question for programmers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-question-for-programmers/m-p/7069912#M1504504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my colleague is programmer, but he is not at the office for some days. I have to make a litte modification in a program and i know only simple things about programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to compare two dates. This is what i need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF VBKD-FBUDA &amp;lt; 01.07.2010.&lt;/P&gt;&lt;P&gt;       A.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        B.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i don't know how to make this comparation because the date is like a text (or not). One will be a fixed date and the other a field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 08:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-question-for-programmers/m-p/7069912#M1504504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T08:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: simple question for programmers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-question-for-programmers/m-p/7069913#M1504505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go ahead and try it. Most programs dont bite &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh... do check the cause and effect in debug mode for better understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 08:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-question-for-programmers/m-p/7069913#M1504505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T08:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: simple question for programmers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-question-for-programmers/m-p/7069914#M1504506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm consultant, not programmer and It's not a program failure. It is a modification that I need to make. At this time we don't make this date comparision and i need to make a IF with the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the date is under july i make A, and if the date is over july i make B. This is what i need in the modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this time the program works well, but people need this now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how a compare two dates?. IF DATE A &amp;lt; DATE B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 08:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-question-for-programmers/m-p/7069914#M1504506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T08:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: simple question for programmers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-question-for-programmers/m-p/7069915#M1504507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, way too basic to be tolerated. These forums are not catering for beginners or non-ABAPers.&lt;/P&gt;&lt;P&gt;Thread locked.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 08:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-question-for-programmers/m-p/7069915#M1504507</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-07-08T08:43:03Z</dc:date>
    </item>
  </channel>
</rss>

