Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while applying SAP note 2074542

Former Member
0 Likes
1,376

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

1 ACCEPTED SOLUTION
Read only

JuanCarlosDelga
Contributor
0 Likes
1,240


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

6 REPLIES 6
Read only

Lokeshchemiti
Explorer
0 Likes
1,240

Hi Omkar ,

Have you checked the side effects(1359126) mentioned below the note .

Regards,

Lokesh

Read only

0 Likes
1,240

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

Read only

JuanCarlosDelga
Contributor
0 Likes
1,241


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

Read only

0 Likes
1,240

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

Read only

0 Likes
1,240

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

Read only

0 Likes
1,240

Thanks JDC 🙂 , note 1775026 resolved the issue.

Regards,

Omkar