Skip to Content
0
Former Member
Jun 18, 2008 at 05:46 AM

Re: WebdynPro Callable object implementation

21 Views

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

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bf45657a-0601-0010-0ca9-98d6ac940e7f

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.