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

To check only changed/modified code through the code inspector(SCI)

Former Member
0 Likes
821

Hello All,

Presently, I have integrated code inspector with transport management system, while releasing task of transport request code inspector is checked.

Now we have requirement,where we would like to check only changed/modified code through the code inspector not the old code.

In other word only changed code in transport request should be checked.

is somebody come across this kind of scenario, please help on this topic? .

thanks in advance.

regards,

Anna.

3 REPLIES 3
Read only

larshp
Active Contributor
0 Likes
644

Hi,

I'm pretty sure this is not possible via the standard tools.

However it can be done via custom code, modify the BAdI that is called on release of transport.

I'm working on an open source project, larshp/abapOpenReview ยท GitHub where most of the required functionality is implemented, see class ZCL_AOR_CI and ZCL_AOR_DIFF. Note this is work in progress, but you might be able to piece something together from it.

Read only

Former Member
0 Likes
644

Hi Lars,

Thanks for your reply!

If you have any additional information, Please update.

Read only

0 Likes
644

Can you please guide how it can be achieved, if by now its been possible?