<?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 Changing code inside CL_HRPA_INFOTYPE_0021 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-code-inside-cl-hrpa-infotype-0021/m-p/11633683#M1942505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to change the&amp;nbsp; logic inside the method &lt;SPAN style="color: #222222; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;CHECK_FIELDS &lt;/SPAN&gt;of CL_HRPA_INFOTYPE_0021.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;What is the way to change the code inside the method "&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;CHECK_FIELDS" &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When I try to change the code of&amp;nbsp; the method "&lt;SPAN style="color: #222222; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;CHECK_FIELDS" &lt;/SPAN&gt;, the system&amp;nbsp; lock the code (even if I inserted the change key).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2016 16:34:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-04-18T16:34:47Z</dc:date>
    <item>
      <title>Changing code inside CL_HRPA_INFOTYPE_0021</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-code-inside-cl-hrpa-infotype-0021/m-p/11633683#M1942505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to change the&amp;nbsp; logic inside the method &lt;SPAN style="color: #222222; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;CHECK_FIELDS &lt;/SPAN&gt;of CL_HRPA_INFOTYPE_0021.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;What is the way to change the code inside the method "&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;CHECK_FIELDS" &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When I try to change the code of&amp;nbsp; the method "&lt;SPAN style="color: #222222; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;CHECK_FIELDS" &lt;/SPAN&gt;, the system&amp;nbsp; lock the code (even if I inserted the change key).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 16:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-code-inside-cl-hrpa-infotype-0021/m-p/11633683#M1942505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-18T16:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing code inside CL_HRPA_INFOTYPE_0021</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-code-inside-cl-hrpa-infotype-0021/m-p/11633684#M1942506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a quick and dirty way to do your change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. copy your Class to a custom class&lt;/P&gt;&lt;P&gt;2. change the configuration table &lt;SPAN style="color: #333333; font-size: 12px;"&gt;V_T582ITVCLAS to link the check class to your new custom class. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have said, it's dirty because you have to consider that this is already a custom class that might be impacted if you want to change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, you can try implementing BADI HRPAD00INFTYBL and add logic to MODIFY_COMPUTATIONS or something to add new customer specific checks then filter implementation to INFTY 0021. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 01:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-code-inside-cl-hrpa-infotype-0021/m-p/11633684#M1942506</guid>
      <dc:creator>benedict-torres</dc:creator>
      <dc:date>2016-04-19T01:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing code inside CL_HRPA_INFOTYPE_0021</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-code-inside-cl-hrpa-infotype-0021/m-p/11633685#M1942507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Benedict, thank you for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you suggest the first proposal is the dirty way but and I will use that as last option. &lt;/P&gt;&lt;P&gt;Regarding the implementation of the BADI &lt;SPAN style="color: #333333; font-size: 12px;"&gt;HRPAD00INFTYBL, in your opinion, is it possible to disable some consistency&amp;nbsp; check of some field by implementing &lt;SPAN style="color: #333333; font-size: 12px;"&gt;MODIFY_COMPUTATIONS filtering to &lt;SPAN style="color: #333333; font-size: 12px;"&gt;INFTY 0021 ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help .&lt;/P&gt;&lt;P&gt;Ciao,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 20:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-code-inside-cl-hrpa-infotype-0021/m-p/11633685#M1942507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-19T20:07:51Z</dc:date>
    </item>
  </channel>
</rss>

