‎2007 May 23 2:23 PM
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..
‎2007 May 23 2:54 PM
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.
‎2007 May 24 11:00 AM