‎2015 Jul 22 3:59 PM
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.
‎2015 Jul 23 6:05 AM
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.
‎2015 Jul 24 9:04 AM
Hi Lars,
Thanks for your reply!
If you have any additional information, Please update.
‎2022 Mar 17 6:00 PM
Can you please guide how it can be achieved, if by now its been possible?