<?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: Time Constraint Error when calling a Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141747#M1191722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer Notes : 361522, 356876, 361522 &amp;amp; 569141. depending on current version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2009 05:00:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-29T05:00:14Z</dc:date>
    <item>
      <title>Time Constraint Error when calling a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141745#M1191720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help will be greatly appreciated - Thanks RM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time Constraint Error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Information on where terminated&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Termination occurred in the ABAP program "SAPUP50R" - in&lt;/P&gt;&lt;P&gt;"CHECK_TIME_CONSTRAINT_S1".&lt;/P&gt;&lt;P&gt;The main program was "MP000000 ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the source code you have the termination point in line 1069&lt;/P&gt;&lt;P&gt;of the (Include) program "UP50RU01".&lt;/P&gt;&lt;P&gt;Error occurred during batch input processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source Code Extract&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_is_inconsistent = 'X'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if there are inverted time periods. &lt;/P&gt;&lt;P&gt;IF l_prelp_line-begda &amp;gt; l_prelp_line-endda.&lt;/P&gt;&lt;P&gt;l_is_inconsistent = 'X'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if there are overlaps or gaps. &lt;/P&gt;&lt;P&gt;IF NOT l_prelp_before IS INITIAL.&lt;/P&gt;&lt;P&gt;l_date_difference = l_prelp_line-begda - l_prelp_before-endda.&lt;/P&gt;&lt;P&gt;IF l_date_difference 1.&lt;/P&gt;&lt;P&gt;l_is_inconsistent = 'X'.&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;l_prelp_before = l_prelp_line.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF l_prelp_before-endda '99991231'.&lt;/P&gt;&lt;P&gt;l_is_inconsistent = 'X'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF l_is_inconsistent = 'X'.&lt;/P&gt;&lt;P&gt;IF p_access_type = 'R'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;490 Datenbankschiefstand Personalnummer &amp;amp; Infotyp &amp;amp; &lt;/P&gt;&lt;P&gt;MESSAGE x490 WITH l_prelp_before-pernr l_prelp_before-infty.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;491 Unzulässige Daten Personalnummer &amp;amp; Infotyp &amp;amp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Line 1069 Error occcurs &amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/STRONG&gt; MESSAGE x491 WITH l_prelp_before-pernr l_prelp_before-infty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM. " CHECK_TIME_CONSTRAINT_S1 "XYVN0352581&lt;/P&gt;&lt;P&gt;&amp;amp;----&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;*&amp;amp; Form clear_no_adapter_needed new "XREN844998&lt;/P&gt;&lt;P&gt;&amp;amp;----&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;FORM clear_no_adapter_needed .&lt;/P&gt;&lt;P&gt;CLEAR no_adapter_needed.&lt;/P&gt;&lt;P&gt;ENDFORM. " clear_no_adapter_needed&lt;/P&gt;&lt;P&gt;&amp;amp;----&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;*&amp;amp; Form set_no_adapter_needed new "XREN844998&lt;/P&gt;&lt;P&gt;&amp;amp;----&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;FORM set_no_adapter_needed .&lt;/P&gt;&lt;P&gt;no_adapter_needed = 'X'.&lt;/P&gt;&lt;P&gt;ENDFORM. " clear_no_adapter_needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 16:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141745#M1191720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T16:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Time Constraint Error when calling a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141746#M1191721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a standard SAP program - have you looked for notes??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 16:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141746#M1191721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T16:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Time Constraint Error when calling a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141747#M1191722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer Notes : 361522, 356876, 361522 &amp;amp; 569141. depending on current version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 05:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141747#M1191722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T05:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Time Constraint Error when calling a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141748#M1191723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes we checked the SAP notes and all the notes were applied. But I will doublecheck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 14:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141748#M1191723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T14:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Time Constraint Error when calling a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141749#M1191724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please help me for the problem arising in ECC 6.0 and 4.7 and refer some solution&amp;lt;&amp;lt; removed by moderator &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note :&lt;/STRONG&gt; All notes are applied till ver 4.6c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Dec 22, 2010 1:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 13:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141749#M1191724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T13:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Time Constraint Error when calling a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141750#M1191725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Ours is ECC6.0. I am also facing this issue.. Any idea?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 11:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141750#M1191725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-17T11:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Time Constraint Error when calling a Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141751#M1191726</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;Well, are you trying to do a batch input on infotype 0000? If yes you need to check that the proposed values respects the time constraint, meaning no gap, no overlaps and no inversions. Also fields SUBTY, OBJPS, SPRPS and SEQNR must remain initial when processing IT0000...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 13:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-constraint-error-when-calling-a-function-module/m-p/5141751#M1191726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-17T13:41:35Z</dc:date>
    </item>
  </channel>
</rss>

