<?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 Background Job:CALL_FUNCTION_CONFLICT_TYPE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-background-job-call-function-conflict-type/m-p/6845948#M1473823</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; We ran one job some 2 or 3 times on the same day but it is getting cancelled now due dump error ABAP/4 processor: CALL_FUNCTION_CONFLICT_TYPE. This dump is coming due to parameter type conflict in the function module JOB_CLOSE.&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_SY_DYN_CALL_ILLEGAL_TYPE', was&lt;/P&gt;&lt;P&gt;not caught in&lt;/P&gt;&lt;P&gt;procedure "SUBMIT_JOB" "(FORM)", nor was it propagated by a RAISING 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;The call to the function module "JOB_CLOSE" is incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module interface allows you to specify only&lt;/P&gt;&lt;P&gt;fields of a particular type under "TARGETSERVER".&lt;/P&gt;&lt;P&gt;The field "MYNAME" specified here is a different&lt;/P&gt;&lt;P&gt;field type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'JOB_CLOSE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;jobname = jobname&lt;/P&gt;&lt;P&gt;jobcount = jobcount&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;strtimmed = 'X'. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;strtimmed = 'X' &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TARGETSYSTEM = SY-HOST. &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;targetsystem = sy-host &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;targetserver = myname &lt;/P&gt;&lt;P&gt;EXCEPTIONS "QIZK001068&lt;/P&gt;&lt;P&gt;cant_start_immediate = 1 "QIZK001068&lt;/P&gt;&lt;P&gt;invalid_startdate = 2 "QIZK001068&lt;/P&gt;&lt;P&gt;jobname_missing = 3 "QIZK001068&lt;/P&gt;&lt;P&gt;job_close_failed = 4 "QIZK001068&lt;/P&gt;&lt;P&gt;job_nosteps = 5 "QIZK001068&lt;/P&gt;&lt;P&gt;job_notex = 6 "QIZK001068&lt;/P&gt;&lt;P&gt;lock_failed = 7 "QIZK001068&lt;/P&gt;&lt;P&gt;OTHERS = 8. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA myname LIKE msxxlist-name. &lt;/P&gt;&lt;P&gt;Structure MSXXLIST Active&lt;/P&gt;&lt;P&gt;NAME MSNAME2 CHAR 40 0 Application Server Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module JOB_CLOSE Active &lt;/P&gt;&lt;P&gt;TARGETSERVER LIKE BTCTGTSRVR-SRVNSPACE&lt;/P&gt;&lt;P&gt;Structure BTCTGTSRVR Active&lt;/P&gt;&lt;P&gt;SRVNAME BTCSRVNAME CHAR 20 0 Server name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is why is this dump coming now after running the same job again, as earlier it got run successfully. Also, do i need to fix this this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: deepti Gandham on May 18, 2010 2:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 May 2010 12:54:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-18T12:54:36Z</dc:date>
    <item>
      <title>Error in Background Job:CALL_FUNCTION_CONFLICT_TYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-background-job-call-function-conflict-type/m-p/6845948#M1473823</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; We ran one job some 2 or 3 times on the same day but it is getting cancelled now due dump error ABAP/4 processor: CALL_FUNCTION_CONFLICT_TYPE. This dump is coming due to parameter type conflict in the function module JOB_CLOSE.&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_SY_DYN_CALL_ILLEGAL_TYPE', was&lt;/P&gt;&lt;P&gt;not caught in&lt;/P&gt;&lt;P&gt;procedure "SUBMIT_JOB" "(FORM)", nor was it propagated by a RAISING 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;The call to the function module "JOB_CLOSE" is incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module interface allows you to specify only&lt;/P&gt;&lt;P&gt;fields of a particular type under "TARGETSERVER".&lt;/P&gt;&lt;P&gt;The field "MYNAME" specified here is a different&lt;/P&gt;&lt;P&gt;field type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'JOB_CLOSE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;jobname = jobname&lt;/P&gt;&lt;P&gt;jobcount = jobcount&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;strtimmed = 'X'. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;strtimmed = 'X' &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TARGETSYSTEM = SY-HOST. &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;targetsystem = sy-host &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;targetserver = myname &lt;/P&gt;&lt;P&gt;EXCEPTIONS "QIZK001068&lt;/P&gt;&lt;P&gt;cant_start_immediate = 1 "QIZK001068&lt;/P&gt;&lt;P&gt;invalid_startdate = 2 "QIZK001068&lt;/P&gt;&lt;P&gt;jobname_missing = 3 "QIZK001068&lt;/P&gt;&lt;P&gt;job_close_failed = 4 "QIZK001068&lt;/P&gt;&lt;P&gt;job_nosteps = 5 "QIZK001068&lt;/P&gt;&lt;P&gt;job_notex = 6 "QIZK001068&lt;/P&gt;&lt;P&gt;lock_failed = 7 "QIZK001068&lt;/P&gt;&lt;P&gt;OTHERS = 8. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA myname LIKE msxxlist-name. &lt;/P&gt;&lt;P&gt;Structure MSXXLIST Active&lt;/P&gt;&lt;P&gt;NAME MSNAME2 CHAR 40 0 Application Server Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module JOB_CLOSE Active &lt;/P&gt;&lt;P&gt;TARGETSERVER LIKE BTCTGTSRVR-SRVNSPACE&lt;/P&gt;&lt;P&gt;Structure BTCTGTSRVR Active&lt;/P&gt;&lt;P&gt;SRVNAME BTCSRVNAME CHAR 20 0 Server name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is why is this dump coming now after running the same job again, as earlier it got run successfully. Also, do i need to fix this this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: deepti Gandham on May 18, 2010 2:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 12:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-background-job-call-function-conflict-type/m-p/6845948#M1473823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T12:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Background Job:CALL_FUNCTION_CONFLICT_TYPE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-background-job-call-function-conflict-type/m-p/6845949#M1473824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the data types of the parameters TARGETSERVER &amp;amp; MYNAME. They might be different, and hence the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some one might have changed the types recently. Hence there was no error previously. The error might have come after the change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly correct the data types so that they match. Or else the error would continue to occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 13:39:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-background-job-call-function-conflict-type/m-p/6845949#M1473824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T13:39:22Z</dc:date>
    </item>
  </channel>
</rss>

