‎2016 Apr 14 1:54 AM
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
‎2016 Apr 14 5:54 AM
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
‎2016 Apr 14 5:54 AM
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
‎2016 Apr 14 4:09 PM