Hi Gurus,
I am new to CAF GPs. While doing an application regarding
"Implementing WebdynPro Callable objects in GP".....in the Design Time for creating technical description i am using this piece of code..........
IGPTechnicalDescription technicalDescription = TechnicalDescriptionFactory.newTechnicalDescription("CO_NAME","CO_DESCRIPTION",resourceAccessor,locale);
My problem is its showing error like "TechnicalDescriptionFactory cannot be resolved."
For your reference i am including the link for my application's document
The below information i found in help.sap.com
Create technical description.
The technical description is created through the TechnicalDescriptionFactory.newTechnicalDescription() method. It requires resource accessor and original locale, as well as resource keys for the localizable name and description of the callable object.
I have reference for GPWebDynproResourceAccessor but i didnt understand what the others are.
Please solve my issue...i am desperately in need of it.