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 in private methods when implementing a BAdI

Former Member
0 Likes
511

Hi,

I implemented a BAdI and added some custom private methods in my implementing class. When I looked at the object list, my private methods are marked with a color red circular shape, which I guess it means those have error. But, when I tried to activate and test the BAdI, it works fine. Any idea why it marks my private methods as error? Am I missing something here?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
478

it denotes Accessibility / Visibility of those methods .

regards

Prabhu

2 REPLIES 2
Read only

Former Member
0 Likes
479

it denotes Accessibility / Visibility of those methods .

regards

Prabhu

Read only

0 Likes
478

Thanks Prabhu