‎2008 Sep 06 2:00 PM
Hi,
I have created a persistent class and included fields of the custom table in persistent mapping.
But when I tried to activate the class I am getting the following error
Method IF_OS_FACTORY~CREATE_TRANSIENT has already been implemented.
Pls suggest how this can be resolved.
Regards,
Savitha
‎2008 Sep 08 8:54 AM
Hi Savitha,
By the error I can deduce that there are multiple implementations done for the method CREATE_TRANSIENT
of the interface IF_OS_FACTORY which is not recommended..
So please check the Where used list of that method or interface so that you could come to a conclusion.
Hope this would help you.
Good luck
Narin
‎2011 May 09 1:43 PM