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

check daily development quality with code inspector

franck_bargmann
Discoverer
0 Likes
482

Hello,

I would like to schedule the SAP code inspector in order to check all transport requests content made by our consultants. I don't want to make the check directly after the release of each order.

Instead I want to schedule a job daily that will make the inspection on all ABAP which are in a transport req and have been released that day.

And I would like to receive the result via mail

Is this possible ?

Did someone allready made / developped such a solution ?

Any help or advice would be appreciated.

For the moment I only managed to make a manual check on objects included in a TR.

Regards

Franck

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
445

You could easily build a small report that analyze table E070 to get request released since last execution of report, get list of objects with TR_GET_OBJECTS_OF_REQ_AN_TASKS  and execute SCI with TRINT_INSPECT_OBJECTS.

Regards,

Raymond