cancel
Showing results for 
Search instead for 
Did you mean: 

Naming Sharing Reference of a WD

Former Member
0 Kudos

Hi forum:

How can i to know the naming of a WD, for use like a Sharing Reference in another WD ?

Thnks

Josue

Accepted Solutions (1)

Accepted Solutions (1)

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Josue,

deployable object names (correspond to Web Dynpro DCs) are named like this:

<b><vendor-name>/<name segment 1>~<name segment 2>...</b>

<u>Example:</u>

<b>DC-name: sap.com/wd/test/ui

Deployable Object Name: sap.com/wdtestui</b>

You can list all deployed DC via the telnet console of your SAP J2EE engine:

1) Open telnet via SAPMMC: tree node <i><system name> - <hostname></i> - open context menu and then select item <i>All Tasks -> Telnet</i>

2) enter login and password

3) enter jump 0

4) enter "add deploy"

5) enter shell command "list_app"

You can then see all deployed applications/dcs with their deployable object names.

Regards, Bertram

Answers (1)

Answers (1)

Erin2
Advisor
Advisor
0 Kudos

Hi Josue,

If you want one WD to use another, you first need to create them in as Development Components not as Web dynpro projects. Then you can create public parts and used DC references. One other way, if they are a part of the same Web dynpro DC or proejct, you can embed one WD in the other WD.

Cheers,

Erin