‎2014 Oct 10 1:57 PM
Hi,
I am trying to apply SAP note 2074542. This note makes the changes in
Include LTAX1F02. After implementation it gives error as ‘Method
"CHECK_ACTIVE" is unknown or PROTECTED or PRIVATE.’
I have checked the related class ‘cl_tax_rfd_serv’. It does not have any
method or attribute named CHECK_ACTIVE.
BR,
Omkar
‎2014 Oct 10 2:08 PM
Hi Omkar
Go to SE24 and check if in class CL_TAX_RFD_SERV exists the method CHECK_ACTIVE.
Have you take into account all the prerequired notes?
Regards
JCD
‎2014 Oct 10 2:04 PM
Hi Omkar ,
Have you checked the side effects(1359126) mentioned below the note .
Regards,
Lokesh
‎2014 Oct 10 2:21 PM
Hi Chandra,
I have checked, note 1359126 which is already being implemented in our system.
As per the note suggestion SAP note 2074542 is solution for note 1359126. Can you plz elaborate what can be the problem in this case. I am not able to figure out. Thanks in advance.
Note 1359126 is also making changes in same include LTAX1F02.
BR,
Omkar
‎2014 Oct 10 2:08 PM
Hi Omkar
Go to SE24 and check if in class CL_TAX_RFD_SERV exists the method CHECK_ACTIVE.
Have you take into account all the prerequired notes?
Regards
JCD
‎2014 Oct 10 2:34 PM
Hi JCD,
Thanks for reply, I have checked the class ‘cl_tax_rfd_serv’. It does not
have any method or attribute named CHECK_ACTIVE. All the pre-required notes
also have been implemented already. While implementing note 2074542, system didn’t
throw any pop-up for pre-required notes.
But now it is giving an error while activating include LTAX1F02 as ‘Method "CHECK_ACTIVE" is
unknown or PROTECTED or PRIVATE.’
Regards,
Omkar
‎2014 Oct 10 4:09 PM
Hi Omkar,
The reason of the error message is that the method CHECK_ACTIVE doesn't exist in class CL_TAX_RFD_SERV.
Have you implemented note 1775026?
Regards
JCD
‎2014 Oct 13 8:21 AM
Thanks JDC 🙂 , note 1775026 resolved the issue.
Regards,
Omkar