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

implicit enhancement in Class Constructor

Former Member
0 Likes
516

Hi

i am trying to develop one implicit enhancement in Constructor method.. but that enhancement method allowing only one line of code only. i need to write the more then that.. how to solve this problem ..

i am new to abap objects.. plz give me a right suggestion..

2 REPLIES 2
Read only

Former Member
0 Likes
386

Hi,

The Constructor which you are using is of custom class or standard class?

If is a custom class make sure that you are calling the super->constructor.

Regards,

Azaz Ali.

Read only

0 Likes
386

that is standard Class..