Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while activating a persistent class

Former Member
0 Likes
466

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

2 REPLIES 2
Read only

narin_nandivada3
Active Contributor
0 Likes
408

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

Read only

Former Member
0 Likes
408

solved.