cancel
Showing results for 
Search instead for 
Did you mean: 

Read SLD data from Abap part in SolMan

0 Kudos

hello,

is it possible to read the SLD data with the Abap part of the SolMan?

Sometimes we have no current data in the SLD and we need a report to check

the SLD data.

regards

Konrad

Accepted Solutions (0)

Answers (2)

Answers (2)

MakotoS
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

From technical perspective, it is possible to access to SLD with SLD ABAP API.

there are some sample code around here.

http://wiki.sdn.sap.com/wiki/display/Snippets/SLDMassiveTransportTargetCheck+Utility

http://wiki.sdn.sap.com/wiki/display/Snippets/BatchBusinessSystemsCreationUtility

And this is a bit old help but should be valid in latest release as well.

http://help.sap.com/saphelp_sm32/helpdata/de/89/453d474c6807419be93dd74bdb3384/frameset.htm

Best regards,

makoto

0 Kudos

dear Makoto,

thanks for the helpfull information

best regards

Konrad

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

No, I don't think so it is possible, you need to check from SLD Java only.

Thanks

Sunny

0 Kudos

hello Sunny,

I think the same, but perhaps has someone an idea, how I can read the SLD data

regards

Konrad

Former Member
0 Kudos

Hello,

You mentioned - Sometimes we have no current data in the SLD and we need a report to check the SLD data.

Does it mean you don't have the periodic data transfer happening at SLD?

But best practice is to setup the data transfer to SLD atleast once a day, so that the system and SLD are in Snyc?

0 Kudos

hello Bhaskar,

in all our SAP systems we have implemented the data transfer via RZ70,

but sometimes the data is SLD are not current.

regards

Konrad

Former Member
0 Kudos

Hi,

If you've scheduled the data transfer through RZ70, it should periodically update the data at SLD and SLD should always have the updated data as in the SAP system, provided the RFCs working fine whenever the data transfer happens.

So, you need to ensure that the SLD server is always up and running and also the RFCs.

Apart from that, I haven't come across any alternative way of getting the information in ABAP part.

The Solution Manager System Landscape maintenance functionality in turn fetches the information from SLD.