<?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: Regarding Matchcode &amp; Some Date calculation FM?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-matchcode-some-date-calculation-fm/m-p/1849611#M360052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A matchcode is no more than a table with values....If you have a report for materials, you should have a matchcode which gives you all the available materials...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD_DATETIME_DIFFERENCE&lt;/P&gt;&lt;P&gt;FIRST_AND_LAST_DAY_IN_YEAR_GET&lt;/P&gt;&lt;P&gt;LAST_DAY_OF_MONTHS&lt;/P&gt;&lt;P&gt;MONTH_NAMES_GET&lt;/P&gt;&lt;P&gt;RH_PM_CONVERT_DATE_TO_MONTH&lt;/P&gt;&lt;P&gt;MC_PERIO_CONVERT_TO_WEEK_MONTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2007 20:05:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-22T20:05:35Z</dc:date>
    <item>
      <title>Regarding Matchcode &amp; Some Date calculation FM??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-matchcode-some-date-calculation-fm/m-p/1849610#M360051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.this is Arijit ....could anyone tell me the real life example of Matchcode&lt;/P&gt;&lt;P&gt;&amp;amp; where it is used,why it is used???this question was asked me in I.B.M interview.&lt;/P&gt;&lt;P&gt;and plese give me the  some date calculation function module.....like between yr&lt;/P&gt;&lt;P&gt;,between month,between date etc..dont sent me any CONVERT FM...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 19:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-matchcode-some-date-calculation-fm/m-p/1849610#M360051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T19:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Matchcode &amp; Some Date calculation FM??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-matchcode-some-date-calculation-fm/m-p/1849611#M360052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A matchcode is no more than a table with values....If you have a report for materials, you should have a matchcode which gives you all the available materials...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD_DATETIME_DIFFERENCE&lt;/P&gt;&lt;P&gt;FIRST_AND_LAST_DAY_IN_YEAR_GET&lt;/P&gt;&lt;P&gt;LAST_DAY_OF_MONTHS&lt;/P&gt;&lt;P&gt;MONTH_NAMES_GET&lt;/P&gt;&lt;P&gt;RH_PM_CONVERT_DATE_TO_MONTH&lt;/P&gt;&lt;P&gt;MC_PERIO_CONVERT_TO_WEEK_MONTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 20:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-matchcode-some-date-calculation-fm/m-p/1849611#M360052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T20:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Matchcode &amp; Some Date calculation FM??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-matchcode-some-date-calculation-fm/m-p/1849612#M360053</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;Matchcode objects are replacerd by search help from the realese 4.6C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if u r creating a table in which a field is called empno. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U r using this field in a selection screen and u want the user to select the emp number from the table by pressing F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u need to create a seach help for that field in SE11. and use it like this in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: P_EMPNO LIKE YTABLE-EMPNO MACHCODE OBJECT &amp;lt;b&amp;gt;"ZEXM"&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here ZEXM is the search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 20:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-matchcode-some-date-calculation-fm/m-p/1849612#M360053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T20:18:30Z</dc:date>
    </item>
  </channel>
</rss>

