Skip to Content
0
Former Member
Dec 02, 2006 at 02:21 PM

Cannot import DCs, necessary for Web Dynpro use in CAF GP

27 Views

Hello!

I'm a newbie in SAP technologies. I want to develop a Web Dynpro (WD) application, which will be used as UI in CAF GP. The problem is that I cannot import necessary DCs for this!

As I understand, the following ones are necessary to develop a WD app for use in GP:

  • caf/eu/gp/api

  • caf/eu/gp/api/wd

  • com.sap.security.api.sda

(according to http://help.sap.com/saphelp_nw2004s/helpdata/en/b2/06ae42848bb211e10000000a155106/content.htm)

I acted as it is described in "Implementing a Web Dynpro CO which Implements the GP Interface" (https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59).

Actually, those DCs don't exist in my local configuration - so, as it is told in "Implementing a Web Dynpro CO which Implements the GP Interface", I tried to get the DCs from remote host (there's a server in Intranet with all stuff installed). In NetWeaver Dev Studio, in "Preferences -> Development Configuration Pool" I have written http://<local server>:50100. Actually, I don't know, what port should be used - I've written the one, which handles requests to SAP NetWeaver Portal. The response to "ping" button click is "HTTP response code: 403 (Forbidden)".

I tried to check the status of SLD, and went to http://<local server>:50100/sld. I have successfully logged in, but when I try to go to tab "Administration", I receive the message " 403 Forbidden. You are not authorized to view the requested resource."

Is there a problem with my roles & groups? Actually, I'm in group SAP_SLD_ADMINISTRATOR.

What is wrong?

How can I get the detailed information about the error (log files or something)?

Thanks in advance!