cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

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!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try adding any of the following roles and retrying:

SAP_SLD_CONFIGURATOR

SAP_SLD_DEVELOPER

SAP_SLD_GUEST

SAP_SLD_ORGANIZER

Former Member
0 Kudos

Barry, as I understand, I have no these roles, available for granting. Maybe, I've acted in a wrong way (the version of SAP NetWeaver is "Release 2004s".):

I logged in NetWeaver portal as administrator, went to section "User administration", selected my user, opened the tab "Assigned Groups" and searched for the groups you've written - I found no one

Former Member
0 Kudos

These roles are from the ABAP Stack (if you have it)!

I have them as Admin for our landscape and we have ABAP + Java all in one!

Former Member
0 Kudos

Actually, I don't know, what we have...Is there a way to find it (configuration of SAP components, I mean) out?

All I know is:

1) we have SAP Full Java Edition2004s-Trial (maybe, those roles don't exist in trial edition?)

2) we use Java, and we aren't familiar with ABAP. We have deployed some Web services, written in Java on that server - and they work fine.