SAP - Code Coverage Analyzer Results -
i'm trying extract results code coverage analysis own abap program database in sap.
at following website coverage analyzer: technology find information: initially, rscvr_collect transfers data 'staging area' of table covres0. finally, new data aggregated statistics in tables covres , covref, among others.
in table covres can see 1 row program listed there no further information statistics branch coverage, etc.
can give me hint, can find results of code coverage analyzer, able extract them further processing?
best regards bernhard
copied comments above:
instead of using code code coverage analyzer (scov), use coverage api.
interfaces if_scv* in se24
Comments
Post a Comment