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: 

ABAP Unite : how to get the generated log

former_member246786
Participant
0 Kudos

Hi all,

I'm looking for a way to get the log of the execution of a program linked abap unit tests.

Imagine that I'm using se38 transaction, I launch Program >> test >> Unit Test.

It give me a result screen with the result of defined assert.

What I need is a way to do my own program that can access to this result in order to export them to a specific extarnal test management tool.

So, I would like to know the transaction code of the abap unit transation, the table filled by the log and so on ...

Thanks for help,

Kind Regards

Morgan

1 ACCEPTED SOLUTION

former_member183804
Active Contributor
0 Kudos

Hello Morgan,

there is no API to access ABAP Unit results in release 6.40 und 7.00. You will have to wait for 7.10.

Sorry

Klaus

PS: You may try to access Code Inspector Results meanwhile.

1 REPLY 1

former_member183804
Active Contributor
0 Kudos

Hello Morgan,

there is no API to access ABAP Unit results in release 6.40 und 7.00. You will have to wait for 7.10.

Sorry

Klaus

PS: You may try to access Code Inspector Results meanwhile.