Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to use sql export follow data?

0 Kudos

I want to use SQL to query follow data ,how should i do?

2 REPLIES 2

nabheetscn
Active Contributor
0 Kudos

Please check in this tcode how the alv data is getting filled. It may happen what you see is calculated value based on some other table .

Former Member
0 Kudos

Why not try to use ST05 to trace your operation in your calling of transaction "ST03"? and you will find everything in the trace log.

Normally this kind of data is stored in Table: SWNCMONI,  detailed log in field CLUSTD, but this table is a cluster table, that means you need to use IMPORT to read the data. For example pls refer to FM:SWNC_COLLECTOR_GET_SYSTEMLOAD  line 45.

Hope this can do help.