<?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: HCM Processes and Forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hcm-processes-and-forms/m-p/6194596#M1375126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Parameter TSTMP1 has invalid value 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either pass a correct parameter to the method, or surround your call to it with a TRY...CATCH...ENDTRY block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, if all the programs are SAP standard, search on OSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2009 08:02:44 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2009-10-12T08:02:44Z</dc:date>
    <item>
      <title>HCM Processes and Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hcm-processes-and-forms/m-p/6194595#M1375125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have designed a test HR form, following the steps provided in docuement "How to Create a Process with Design Time (EhP2) ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing all the steps when we try to execute the process through program "RPASR_TEST_PROCESS_EXECUTION" we get an error/dump as mentioned below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help in resolving this issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         UNCAUGHT_EXCEPTION&lt;/P&gt;&lt;P&gt;Except.                CX_PARAMETER_INVALID_RANGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;    An exception occurred that was not caught.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    The exception 'CX_PARAMETER_INVALID_RANGE' was raised, but it was not caught&lt;/P&gt;&lt;P&gt;     anywhere along&lt;/P&gt;&lt;P&gt;    the call hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Since exceptions represent error situations and this error was not&lt;/P&gt;&lt;P&gt;    adequately responded to, the running ABAP program&lt;/P&gt;&lt;P&gt;     'CL_ABAP_TSTMP=================CP' has to be&lt;/P&gt;&lt;P&gt;    terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_PARAMETER_INVALID_RANGE', was not&lt;/P&gt;&lt;P&gt;     caught in&lt;/P&gt;&lt;P&gt;    procedure "SUBTRACT_TIMESTAMPS" "(METHOD)", nor was it propagated by a RAISING&lt;/P&gt;&lt;P&gt;     clause.&lt;/P&gt;&lt;P&gt;    Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;    exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;    The reason for the exception is:&lt;/P&gt;&lt;P&gt;    Parameter has invalid value: Parameter TSTMP1 has invalid value 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Missing RAISING Clause in Interface&lt;/P&gt;&lt;P&gt;    Program                                 CL_HRASR00_PROCESS_UTILITIES==CP&lt;/P&gt;&lt;P&gt;    Include                                 CL_HRASR00_PROCESS_UTILITIES==CM00H&lt;/P&gt;&lt;P&gt;    Row                                     1&lt;/P&gt;&lt;P&gt;    Module type                             (METHOD)&lt;/P&gt;&lt;P&gt;    Module Name                             SUBTRACT_TIMESTAMPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger Location of Exception&lt;/P&gt;&lt;P&gt;    Program                                 CL_ABAP_TSTMP=================CP&lt;/P&gt;&lt;P&gt;    Include                                 CL_ABAP_TSTMP=================CM002&lt;/P&gt;&lt;P&gt;    Row                                     13&lt;/P&gt;&lt;P&gt;    Module type                             (METHOD)&lt;/P&gt;&lt;P&gt;    Module Name                             SUBTRACT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2009 14:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hcm-processes-and-forms/m-p/6194595#M1375125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-10T14:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: HCM Processes and Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hcm-processes-and-forms/m-p/6194596#M1375126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Parameter TSTMP1 has invalid value 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either pass a correct parameter to the method, or surround your call to it with a TRY...CATCH...ENDTRY block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, if all the programs are SAP standard, search on OSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 08:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hcm-processes-and-forms/m-p/6194596#M1375126</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-10-12T08:02:44Z</dc:date>
    </item>
  </channel>
</rss>

