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

Very basic help required for Classes.

former_member201275
Active Contributor
0 Likes
611

I have implemented a note for a method in a class which hasn't resolved the problem.

Having a look at the class, the methods are 'black' which means they are not implemented.

I assume this means that the note wouldn't make any difference anyway as the method is not implemented. Is this assumption correct?

1 ACCEPTED SOLUTION
Read only

former_member203501
Active Contributor
0 Likes
585

it will not get any effect if you didnt implement the class....you just declared the class...and the changes will be reflected only if the interface is implemented and activated.

5 REPLIES 5
Read only

Former Member
0 Likes
585

Hello,

You're looking for a class or an interface? If it's an interface, the methods aren't implemented just declared.

Regards.

Read only

former_member203501
Active Contributor
0 Likes
586

it will not get any effect if you didnt implement the class....you just declared the class...and the changes will be reflected only if the interface is implemented and activated.

Read only

former_member201275
Active Contributor
0 Likes
585

It is class CL_HRASR00_*, displayed with SE24. The method in the class IF_EX_RCM_WD_REC_ACTIVITIES~GET_ELEM_VISIBILITY.

Read only

0 Likes
585

Perhaps the note implements the method? Which note was it?

Read only

former_member201275
Active Contributor
0 Likes
585

Hi,

No, unfortunately the note only changed the source code in the method.