Application Development and Automation 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: 
Read only

How to use sql export follow data?

0 Likes
714

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

2 REPLIES 2
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
646

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 .

Read only

Former Member
0 Likes
646

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.