<?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 Error in date format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-date-format/m-p/8379939#M1642736</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 have created a FM module which is RFC enabled ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am testing this FM  using SOAP UI application .&lt;/P&gt;&lt;P&gt;When i execute it via SOAP UI application I am getting error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;RETURN&amp;gt;
            &amp;lt;TYPE&amp;gt;E&amp;lt;/TYPE&amp;gt;
            &amp;lt;ID&amp;gt;00&amp;lt;/ID&amp;gt;
            &amp;lt;NUMBER&amp;gt;065&amp;lt;/NUMBER&amp;gt;
            &amp;lt;MESSAGE&amp;gt;Enter date in the format __.__.____&amp;lt;/MESSAGE&amp;gt;
            &amp;lt;LOG_NO/&amp;gt;
            &amp;lt;LOG_MSG_NO&amp;gt;000000&amp;lt;/LOG_MSG_NO&amp;gt;
            &amp;lt;MESSAGE_V1&amp;gt;__.__.____&amp;lt;/MESSAGE_V1&amp;gt;
            &amp;lt;MESSAGE_V2/&amp;gt;
            &amp;lt;MESSAGE_V3/&amp;gt;
            &amp;lt;MESSAGE_V4/&amp;gt;
  &amp;lt;/RETURN&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i Try to execute via SE37 with the same DATA it is updating successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What needs to be done in this case .&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;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2011 07:44:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-14T07:44:37Z</dc:date>
    <item>
      <title>Error in date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-date-format/m-p/8379939#M1642736</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 have created a FM module which is RFC enabled ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am testing this FM  using SOAP UI application .&lt;/P&gt;&lt;P&gt;When i execute it via SOAP UI application I am getting error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;RETURN&amp;gt;
            &amp;lt;TYPE&amp;gt;E&amp;lt;/TYPE&amp;gt;
            &amp;lt;ID&amp;gt;00&amp;lt;/ID&amp;gt;
            &amp;lt;NUMBER&amp;gt;065&amp;lt;/NUMBER&amp;gt;
            &amp;lt;MESSAGE&amp;gt;Enter date in the format __.__.____&amp;lt;/MESSAGE&amp;gt;
            &amp;lt;LOG_NO/&amp;gt;
            &amp;lt;LOG_MSG_NO&amp;gt;000000&amp;lt;/LOG_MSG_NO&amp;gt;
            &amp;lt;MESSAGE_V1&amp;gt;__.__.____&amp;lt;/MESSAGE_V1&amp;gt;
            &amp;lt;MESSAGE_V2/&amp;gt;
            &amp;lt;MESSAGE_V3/&amp;gt;
            &amp;lt;MESSAGE_V4/&amp;gt;
  &amp;lt;/RETURN&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i Try to execute via SE37 with the same DATA it is updating successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What needs to be done in this case .&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;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 07:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-date-format/m-p/8379939#M1642736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-14T07:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error in date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-date-format/m-p/8379940#M1642737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In SE37 it is taking defaults system format because you might have declared your field with type SYDATUM or similar.&lt;/P&gt;&lt;P&gt;But in SOAP UI the format is different, so you have to check for the correct format and convert the date coming from SAP system into the format suitable to SOAP UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;LG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 08:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-date-format/m-p/8379940#M1642737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-14T08:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-date-format/m-p/8379941#M1642738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resolved !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue in SOAP UI format !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 08:43:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-date-format/m-p/8379941#M1642738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-14T08:43:46Z</dc:date>
    </item>
  </channel>
</rss>

