‎2008 Aug 12 2:51 PM
Hi all,
We are getting the below error message
Error message is Interfacemethod "IF_EX_LE_SHP_DELIVERY_PROC~SAVE_AND_PUBLISH_BEFORE has not yet been implemented".
Could somebody tell me how can i implement a class interface.
Class interface: ZCL_IM_ATP_WM
Appreicate your help.
‎2008 Aug 12 2:53 PM
‎2008 Aug 12 2:53 PM
‎2008 Aug 12 5:01 PM
Hi,
while double clicking on the method IF_EX_LE_SHP_DELIVERY_PROC~SAVE_AND_PUBLISH_
BEFORE
Error message is Interfacemethod "IF_EX_LE_SHP_DELIVERY_PROC~SAVE_AND_PUBLISH_BEFORE has not yet been implemented".
It is not opening to write my code.
Any suggestion.
Thank you
Mamatha
‎2008 Aug 12 5:12 PM
Hi Mamatha,
1. Define your class
2. Define methods and parameters
3 Give your interface name in the interface tab
4. Save and activate
It will show warning messages ignore them
5. Go to methods tab and double click it will work i have done it
Regards
Pavan
‎2008 Aug 12 9:12 PM
Hi All,
Thank you so much for your response.
I give me an idea to look further into my issue.
I assume data was not saved properly in the transprot. we regenerated the transport and seems to work now.
Appreciate your help.
points added to all .
‎2008 Aug 12 4:39 PM
Hi mamatha,
Provide your inreface name in the Interface tab of the class.
Then go to the interface method and write your code to implement the same
Regards
Pavan
‎2008 Aug 12 9:13 PM