Hello,
I am migrating a web dynpro application from 7.0 to 7.3 .
I am facing troubles correcting the deparcated imports .
import com.sapportals.wcm.util.usermanagement.WPUMFactory;
import com.sapportals.portal.security.usermanagement.IUMPrincipal;
Let me know the imports to be replaced with?
Also the resource context code is giving errors.
context = new ResourceContext(wdContext.currentContextElement().getEP5User());
Fileresource = factory.getResource(FileTypeRID, context)
(ResourceContext constructor is deparcated)
Kindly help me with the soultion..