cancel
Showing results for 
Search instead for 
Did you mean: 

Read SLD Data from Web Dynpro Application

Former Member
0 Kudos

Hi Gurus,

is it possible (and how) to read the SLD Data from a Web Dynpro Application?

I'd like to read all Message Servers (The values from the drop down if you create a JCO Connection) and the System Name.

Any ideas?

Thanks

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check my web log /people/anilkumar.vippagunta2/blog/2007/02/06/dynamic-jco-creation .

I think you can use the API to get the details .

Ex :

WDSystemLandscape.getJCOClientConnectionNames(WDSystemLandscape

.getCurrentJ2EEClusterName());

then you can read the messageserver and other info.

Regards,Anilkumar

Answers (0)