cancel
Showing results for 
Search instead for 
Did you mean: 

How to automatic generate empty methods in local class when an interface is included

RachamallaKiran
Participant
0 Kudos

hi all,

May i know how to automatically create empty method implementation for the interfaces included either in eclipse or sap GUI.

EX;

class abc defination.

interface if_abc.
endclass

in the above code now i want all the methods in the interface if_abc to be created with empty implementation.

Regards,

kiran rachamalla.

Accepted Solutions (1)

Accepted Solutions (1)

Sandra_Rossi
Active Contributor

Your code has an invalid syntax, but anyway, using Eclipse, ctrl+1 (quickfix) on "interfaces if_abc" will propose one option to create the empty implementations.

RachamallaKiran
Participant
0 Kudos

hi sandra,

i already tried with ctrl+1 but i am not getting any option to create the empty implementation

Regards,

kiran rachamalla.

Sandra_Rossi
Active Contributor

Syntax error, you must add PUBLIC SECTION

Answers (1)

Answers (1)

0 Kudos

You can use constructor simple