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

Implementation method of class_constructor wont execute !

Former Member
0 Likes
657

Hi Abap community,

during the debugging procedure of a small code, the class_contructor method are never executed. But he should be executed. I dont why !

look at the linenumer 67-70 !

thx for helpful hints.

BR,

Hon

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

Hi,

Kindly change Your CLASS-METHODS: class_contructor to CLASS-METHODS:class_constructor.

There is a spelling mistake and nothing else 'S'is missing . Also change it in implementation .


Cheers,

Manish

2 REPLIES 2
Read only

Former Member
0 Likes
587

Hi,

Kindly change Your CLASS-METHODS: class_contructor to CLASS-METHODS:class_constructor.

There is a spelling mistake and nothing else 'S'is missing . Also change it in implementation .


Cheers,

Manish

Read only

Former Member
0 Likes
586

THANK YOU VERY MUCH !