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

How to create subclass

Former Member
0 Likes
557

Hi,

There is one class interface CL_DOPR_WRITER, in that there is a method called NEW_TABLE.

Now my reqirement is i want to modify this method as per my requirement.

Please let me know how can i do that.

It it is through subclass, how can i impliment i need the steps to proceed.

Thanks

Venkatrami Reddy

Hi,

There is one class interface CL_DOPR_WRITER, in that there is a method called NEW_TABLE.

Now my reqirement is i want to modify this method as per my requirement.

Please let me know how can i do that.

It it is through subclass, how can i impliment i need the steps to proceed.

Thanks

Venkatrami Reddy

1 REPLY 1
Read only

Former Member
0 Likes
375

Hello,

First of all: You have already posted the same question - why this second thread?

You can not create a Subclass of CL_DOPR_WRITER because this class is defined as final !!!

Regards

Thomas