<?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: receiving error from function CALL 'DATE_CONV_EXT_TO_INT'. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220927#M1717415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;The logic Vinoth has given is already used in the code before calling the function module. I guess this logic should not be there if we are calling the function module. Either to use this logic or function module, correct ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2013 10:44:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-03T10:44:57Z</dc:date>
    <item>
      <title>receiving error from function CALL 'DATE_CONV_EXT_TO_INT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220921#M1717409</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;I am getting error as 'Wrong Date' when function module 'CONVERT_DATE_TO_INTERNAL' is used. In this function module when it is accessing the function &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CALL 'DATE_CONV_EXT_TO_INT'&lt;/P&gt;&lt;P&gt;ID 'DATINT' FIELD H_DATE_INTERNAL&lt;/P&gt;&lt;P&gt;ID 'DATEXT' FIELD H_DATE_EXTERNAL.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;I am getting sy-subrc as 3.&amp;nbsp; The date which is passed to H_DATE_EXTERNAL is 02012013. But when I pass the date 02012012 then there is no error. I guess it is showing error for the date of 2013, can you please suggest what I need to do in this scenario ?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 09:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220921#M1717409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-03T09:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: receiving error from function CALL 'DATE_CONV_EXT_TO_INT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220922#M1717410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;use simple calculations like &lt;/P&gt;&lt;P&gt;date1 = 01022013.&lt;/P&gt;&lt;P&gt;concatenate date+4(4) date+2(2) date+0(2) into date2.&lt;/P&gt;&lt;P&gt;this will give you 20120201.&lt;/P&gt;&lt;P&gt;regards and hope this helps,&lt;/P&gt;&lt;P&gt;Vinoth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 09:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220922#M1717410</guid>
      <dc:creator>vinoth_aruldass</dc:creator>
      <dc:date>2013-01-03T09:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: receiving error from function CALL 'DATE_CONV_EXT_TO_INT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220923#M1717411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is better to use standard utility function modules instead of writing your own logic (unless you have a very specific requirement). I just checked in my system by passing 01022013 to CONVERT_DATE_TO_INTERNAL and it worked fine. Maybe there is a bug in your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 10:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220923#M1717411</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2013-01-03T10:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: receiving error from function CALL 'DATE_CONV_EXT_TO_INT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220924#M1717412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinoth,&lt;/P&gt;&lt;P&gt;This calculation is already there in the code but still the function module is used. So you are saying that this function module is not necessary if we are using the calculation you'hv suggested.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 10:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220924#M1717412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-03T10:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: receiving error from function CALL 'DATE_CONV_EXT_TO_INT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220925#M1717413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no i didnt say that exactly . its better always using standard function modules that are provided by SAP. But since you are getting error that can be solvable by simple logic this code will work that i provided . Kindly debug your code to get the error.&lt;/P&gt;&lt;P&gt;hope it wil be helpful.&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 10:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220925#M1717413</guid>
      <dc:creator>vinoth_aruldass</dc:creator>
      <dc:date>2013-01-03T10:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: receiving error from function CALL 'DATE_CONV_EXT_TO_INT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220926#M1717414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinoth and Kumar,&lt;/P&gt;&lt;P&gt;May I know any other function modules I can try using for the date conversion ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 10:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220926#M1717414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-03T10:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: receiving error from function CALL 'DATE_CONV_EXT_TO_INT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220927#M1717415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;The logic Vinoth has given is already used in the code before calling the function module. I guess this logic should not be there if we are calling the function module. Either to use this logic or function module, correct ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 10:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220927#M1717415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-03T10:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: receiving error from function CALL 'DATE_CONV_EXT_TO_INT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220928#M1717416</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;Give input date as 01022013, i guess you are giving as 20130102&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Govind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 11:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220928#M1717416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-03T11:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: receiving error from function CALL 'DATE_CONV_EXT_TO_INT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220929#M1717417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well yes. I don't see any reason in having two pieces of code doing the same thing. But, I would still recommend the use of the standard function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 11:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220929#M1717417</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2013-01-03T11:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: receiving error from function CALL 'DATE_CONV_EXT_TO_INT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220930#M1717418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola &lt;/P&gt;&lt;P&gt;98978779 20120102 (20.12.0102) INCORRECTO&lt;/P&gt;&lt;P&gt;79879798 01022012 (01.02.2012) INCORRECTO&lt;/P&gt;&lt;P&gt;79879897 02012012 (02.01.2012) CORRECTO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;79869896 03012013 (03.01.2013) CORRECTO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LA FORMA CORRECTA ES DDMMYYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK THIS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_INVDT_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_INVDT_OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Módulo funciones&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONVERSION_EXIT_INVDT_INPUT&lt;/P&gt;&lt;P&gt;&amp;nbsp; Parámetros p.import&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valor&lt;/P&gt;&lt;P&gt;&amp;nbsp; INPUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03012013&lt;/P&gt;&lt;P&gt;&amp;nbsp; Parámetros export&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valor&lt;/P&gt;&lt;P&gt;&amp;nbsp; OUTPUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 79869896&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Módulo funciones&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONVERSION_EXIT_INVDT_OUTPUT&lt;/P&gt;&lt;P&gt;&amp;nbsp; Parámetros p.import&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valor&lt;/P&gt;&lt;P&gt;&amp;nbsp; INPUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 79869896&lt;/P&gt;&lt;P&gt;&amp;nbsp; Parámetros export&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Valor&lt;/P&gt;&lt;P&gt;&amp;nbsp; OUTPUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03.01.2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Javier Ruiz Stgo. Chile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/receiving-error-from-function-call-date-conv-ext-to-int/m-p/9220930#M1717418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-03T13:05:54Z</dc:date>
    </item>
  </channel>
</rss>

