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