cancel
Showing results for 
Search instead for 
Did you mean: 

List Deployed Content

Former Member
0 Kudos

Hi,

I want to create a method, which is going to list all deployed contets. Is it possible through WebDynpro?

Thank you

achim trabold

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Try using the following code:

final IWDDeployableObject obj = WDDeployableObject.getDeployableObject("sap.com/tcwddispwda");

final IWDDeployableObject[] allobj = obj.isReferencedByObjects();

sap.com/tcwddispwda=referenced to your deployed projects.

Kind Regards,

S.Saravanan.

Former Member
0 Kudos

Hi,

Thanks for your quick reply. I saw my deployed content through webdynpro.

Former Member
0 Kudos

Hi,

I am also trying to develop similar application. Could you give me step-by-step instruction how to do that.

Thanks.

Sasi.

Answers (0)