Skip to Content
0
Former Member
Sep 24, 2008 at 12:22 PM

Interface cannot be used !! how to solve this

514 Views

HI all,

I am creating a Badi. I have created an interface and in that i have created two methods.

1st method name is : GET_USER_EMAILID & its parameters are

parameter type Associated type

sy-uname

USERNAME Importing

EMAILID changing AD_SMTPADR

2nd method name is : GET_USER_ADDRESS_DATA & its parameters are

parameter type Associated type

UNAME Importing SY-UNAME

ADDRESSDATA changing USR03

===========================================

But i am getting Error like Interface cannot be used.

both the methods are Instance methods.

How do i solve this ?