Hi Vig.
Just another simple question.
I happen to have an extension that it's not String, but text.
Do you know what's the name of the object I have to create in order to assign the value?
The error it throws is the following:
class java.lang.String:null incompatible with interface com.sap.odp.common.db.PersistentTextIfc:sap.com/E-Sourcing-Server@com.sap.engine.boot.loader.ResourceMultiParentClassLoader@77658153@alive
So, I Assume I need a PersistentText object to assign it, but it's not found on the namespace. Also, I cannot instantiate a PersistentTextIfc, because it is an interface.
I tried searching in the api with no success.
Thanks in advance!