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 ?