cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while creating Callable object for Webdynpro GP Interface

Former Member
0 Kudos

Hai,

I followed the tutorial "<b>Implementing a WebDynpro CallableObject whichImplements the GPInterface</b>"

I done the webynpro component as described , build and deployed successfully.

When i try to create a callable object at GP design time , My component is not displaying in second step(Define object).

Wht is the problem might be?

Regards,

Naga

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Naga,

Are u getting any error?

Have u added <b>caf/eu/gp/api in Library reference</b> of the dc project?

Also U must select the callable object type as <b>WebDynpro->WebDynproComponent(GP Interface)</b> in first step.

Then in second step the component will come as <b> packagename. ComponentName</b>. It will list all the GP components. Just scroll down the table if not found..

Regards

Fahad Hamsa

Former Member
0 Kudos

Hai Fahad,

I didnt get any error. I added the library reference.

It listed components, but my component is not appeared in the listed table.

Regards,

Naga

Former Member
0 Kudos

Hi Naga,

Please undeploy and redeploy the component from the Remote Gui (SDMTool).

and restart the SDM.

I have faced this several times.

Regards

Amit

Former Member
0 Kudos

Hai Amit,

I tried this , but not worked for me,

Is there any problem with authorizations?

Regards,

Naga

Former Member
0 Kudos

hi Naga,

Try this, create a new project and with the same name and copy paste the entire content delete the previous component.Deploy the newly created DC.

Regards

Amit

Former Member
0 Kudos

Hi amit,

I tried , but no use.

Regards,

Naga

Former Member
0 Kudos

Hi,

restarting the server is also not solved the problem

Regards,

Naga

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Iam using local dcs.

need Suggetions

Regards,

Naga

Former Member
0 Kudos

Hi,

I am using 2004s sp6 server--> got this problem.

I tried this application n 2004s sp11. its worked fine.

what is the problem, I need to do this application in sp6 only.

regards,

Naga

former_member751941
Active Contributor
0 Kudos

Hi Naga,

The problem is version incompatibility.If you create your application in NWDS SP11 and try to deploy it in SP6 Server it will not work you will not get will your component name during creation of callable object.You have to create your WD application in NWDS SP6 then only it will work in SP6 server. interface name has been changed.

I have done it in SP7 and SP10.In SP7 after adding “caf/eu/gp/api” I get interface name “IGPWebDynproCO” in SP7 and “IWebDynproCO” in SP10.

Your NWDS version and WAS version should be Compatible.

Regards,

Mithu