<?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>Question Re: Application Job parameters do not refresh in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13641584#M4822233</link>
    <description>&lt;P&gt;Hello, a refresh button will be available next release. Currently, for such changes the object must be deleted and created again.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2024 12:54:18 GMT</pubDate>
    <dc:creator>michael_szardenings</dc:creator>
    <dc:date>2024-03-18T12:54:18Z</dc:date>
    <item>
      <title>Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaq-p/13638124</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I have created an application job template and application job catalog entry using ADT in Eclipse. Therefore I used the method GET_PARAMETERS of the Interface IF_APJ_DT_EXEC_OBJECT. At first I only added the first selection parameter (SO_WERKS) and created an application job for it, which was running quite fine. Later I added additional parameters, so that it loos now like this:&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;  METHOD if_apj_dt_exec_object~get_parameters.

    "# Return the supported selection parameters here
    et_parameter_def = VALUE #(
      ( selname = 'SO_WERKS' kind = if_apj_dt_exec_object=&amp;gt;select_option datatype = 'C' length = 4 param_text = 'Werk' changeable_ind = abap_true )
      ( selname = 'SO_MATNR' kind = if_apj_dt_exec_object=&amp;gt;select_option datatype = 'C' length = 40 param_text = 'Materialnummer' changeable_ind = abap_true )
      ( selname = 'SO_BERID' kind = if_apj_dt_exec_object=&amp;gt;select_option datatype = 'C' length = 10 param_text = 'Dispobereich' changeable_ind = abap_true )

       ).

    "# Return the default parameters values here
    et_parameter_val = VALUE #(
      ( selname = 'SO_WERKS'    kind = if_apj_dt_exec_object=&amp;gt;select_option sign = 'I' option = 'EQ' low = '2000' )
      ( selname = 'SO_MATNR'    kind = if_apj_dt_exec_object=&amp;gt;select_option sign = 'I' option = 'EQ' low = 'FGR_ROH' )
      ( selname = 'SO_BERID'    kind = if_apj_dt_exec_object=&amp;gt;select_option sign = 'I' option = 'EQ' low = '1000' )

      ).

  ENDMETHOD.&lt;/LI-CODE&gt;&lt;P&gt;But even, when I refresh or activate all the different objects (template, catalog entry, implementing class,...) the additional parameter are not shown.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felix_grab_0-1710411995416.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/80633i3508BE16C781444F/image-size/medium?v=v2&amp;amp;px=400" alt="felix_grab_0-1710411995416.png" title="felix_grab_0-1710411995416.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any way to trigger a refresh of the parameters later?&lt;/P&gt;&lt;P&gt;Thanks and greetings&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 10:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaq-p/13638124</guid>
      <dc:creator>felix_grab</dc:creator>
      <dc:date>2024-03-14T10:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13638554#M4821880</link>
      <description>&lt;P&gt;Hello Felix, I have faced the same issue. when I delete and recreate Job Catalog Entries &amp;amp; Job Templates then new parameters are getting populated. I didn't find any refresh option or auto refresh in the Job related objects&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 15:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13638554#M4821880</guid>
      <dc:creator>Muthu_raja</dc:creator>
      <dc:date>2024-03-14T15:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13641064#M4822168</link>
      <description>&lt;P&gt;Hello, yes we are currently also seeing no other way then deleting and recreating... but especially for addons it would be nice, if we could refresh it with the current data, and not having to recreate it. So hundreds of cutomers would have to change their jobs after an update...&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 08:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13641064#M4822168</guid>
      <dc:creator>felix_grab</dc:creator>
      <dc:date>2024-03-18T08:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13641584#M4822233</link>
      <description>&lt;P&gt;Hello, a refresh button will be available next release. Currently, for such changes the object must be deleted and created again.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 12:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13641584#M4822233</guid>
      <dc:creator>michael_szardenings</dc:creator>
      <dc:date>2024-03-18T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13663220#M4824822</link>
      <description>Hello, thanks for the answer. So, this will be available in the next public cloud release and the next private cloud release? Greetings Felix</description>
      <pubDate>Tue, 09 Apr 2024 06:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13663220#M4824822</guid>
      <dc:creator>felix_grab</dc:creator>
      <dc:date>2024-04-09T06:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13663254#M4824841</link>
      <description>And second question: we tried to create an application job, let the job run, deleted the catalog entry and the template, and recreated them with the same name as before. But then the job could not be planned once again, because of the error "Zustand der Ressource (Entität) wurde bereits geändert (If-Match)". Is it not possible to recreate it with the same name?</description>
      <pubDate>Tue, 09 Apr 2024 06:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13663254#M4824841</guid>
      <dc:creator>felix_grab</dc:creator>
      <dc:date>2024-04-09T06:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13663685#M4824882</link>
      <description>&lt;P&gt;Deletion and re-creation should work. Probably you were in the App in parallel. If the issue persist, please open an incident.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 09:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13663685#M4824882</guid>
      <dc:creator>michael_szardenings</dc:creator>
      <dc:date>2024-04-09T09:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13767499#M4837779</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/767153"&gt;@michael_szardenings&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for suggestion, it helped and probably saved me a couple of hours for debugging ! Just in case, if someone is also looking at this issue, I had to delete &amp;amp; recreate both: application job catalog &amp;amp; application job template. Recreation of job template only, did not help me.&lt;/P&gt;&lt;P&gt;P.S. Though it looks as a valid workaround, I tend to consider it as a bug. It would be fine if SAP could fix it in future.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bohdan&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 08:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13767499#M4837779</guid>
      <dc:creator>Bohdan</dc:creator>
      <dc:date>2024-07-22T08:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13869791#M4884320</link>
      <description>&lt;P&gt;Hello together,&lt;/P&gt;&lt;P&gt;there is an easier workaround without deleting and recreating:&lt;/P&gt;&lt;P&gt;In your&amp;nbsp;&lt;SPAN&gt;Application Job Catalog Entry delete the check class, activate, then paste it again and activate. Then everything gets refreshed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And yes it took me hours to find it...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;BR /&gt;Asif&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 13:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/13869791#M4884320</guid>
      <dc:creator>asif_cosar</dc:creator>
      <dc:date>2024-09-18T13:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/14204071#M4924829</link>
      <description>Thank you &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1502294"&gt;@asif_cosar&lt;/a&gt;. This approach helped me and avoided the deletion and recreation of the JT and JC</description>
      <pubDate>Tue, 02 Sep 2025 07:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/14204071#M4924829</guid>
      <dc:creator>Murugan1</dc:creator>
      <dc:date>2025-09-02T07:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/14208070#M4925235</link>
      <description>Hi Michael, May I know from which release refresh button will be available? ~Pavan Meda</description>
      <pubDate>Fri, 05 Sep 2025 04:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/14208070#M4925235</guid>
      <dc:creator>pavan512</dc:creator>
      <dc:date>2025-09-05T04:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/14326017#M4936810</link>
      <description>&lt;P&gt;Dear Asif,&lt;/P&gt;&lt;P&gt;&amp;nbsp;This approach helped after adding parameter in already existing job.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil Kulkarni&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 08:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/14326017#M4936810</guid>
      <dc:creator>getnikhilk</dc:creator>
      <dc:date>2026-02-11T08:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Application Job parameters do not refresh</title>
      <link>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/14367811#M4939917</link>
      <description>&lt;P&gt;For everyone still struggling with the missing refresh of the application job in 2023 like myself:&amp;nbsp;&lt;/P&gt;&lt;P&gt;* create another implementation class inheriting from your implementation&lt;/P&gt;&lt;P&gt;* whenever you change the "metadata" (e.g. parameters), switch between the two class names (the actual implementation and the class to inherit) in the application job catalog entry and activate.&lt;/P&gt;&lt;P&gt;* when you are done with development simply delete the inheriting class and stay with the original one&lt;/P&gt;&lt;P&gt;This reduces the efforts significantly.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 14:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/application-job-parameters-do-not-refresh/qaa-p/14367811#M4939917</guid>
      <dc:creator>marcelhermanns</dc:creator>
      <dc:date>2026-04-07T14:00:43Z</dc:date>
    </item>
  </channel>
</rss>

