Application Development 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: 

accessing attributes of class in over-write exit

Former Member
0 Kudos

Hi,

I have a standard sap delivered class.

I created an over-write exit of the method of this class. Now, this over-write exit would be implemented as alternative implementation of the original method......am I right?

Now, I pasted the original method's code in the over-write exit but I cannot access the attributes of the class.

And what about the signatute of the original method, will it be accessible in theover-write exit, I think Yes?

Is there any special way to access the attributes of the class in the over-write exit?

Thanks & regards,

Ravish

1 REPLY 1

Former Member
0 Kudos

The attributes which I am trying to access is private attribute of the class.