cancel
Showing results for 
Search instead for 
Did you mean: 

How to get DB System Log Table Size in %

harishankar714
Participant

Hi ppl,

I need to get the size of DB System log in to my report Program.

Any standard Function module available ? if not, what's the other way.

Answers Appreciated and Rewarded.

shabeer
Contributor
0 Kudos

Which DB you are using?

harishankar714
Participant
0 Kudos

using MSSQL

Accepted Solutions (0)

Answers (2)

Answers (2)

nomssi
Active Contributor
0 Kudos

try FUNCTION 'GET_SERVERDBSTATISTICS_SDB'.

regards,

JNN

S_Sriram
Active Contributor
0 Kudos

Hi Hari

For MS SQL use the SAP transaction code ST04 to get the DB & log space, from this program you have to create Z-report to get the details program name SAPLSMSSCCMS

Regards

SS