‎2013 Jun 28 11:42 AM
Hi ,
We have one requirement of using the output of ABAP Code inspector in our program . This we do not want to do using call transaction as per our requirement the output has to be formated in a different manner .
Kindly suggest .
Thanks and Regards,
NS.
‎2013 Jun 28 1:03 PM
You can look at class CL_CI_INSPECTION and see in debug how it is being used.
‎2013 Jun 28 11:51 AM
Hi Neha,
Can you be please clear on your requirement as what you are objective do with.
Regards,
Mohammed
‎2013 Jun 28 1:03 PM
You can look at class CL_CI_INSPECTION and see in debug how it is being used.
‎2013 Jul 03 12:01 PM
Hi Manish ,
Thanks for the reply . My query was resolved I had used function module SCI_INSPECT_LIST . It agve me all the errors are warnings that are coming through code isnpector.
‎2013 Jul 03 12:01 PM
Hi Manish ,
Thanks for the reply . My query was resolved I had used function module SCI_INSPECT_LIST . It agve me all the errors are warnings that are coming through code isnpector.
‎2013 Jun 28 1:10 PM
Hi Neha,
the Code Inspector API class is CL_CI_CHECK.
In NW7.02, SP12 the ABAP Test Cockpit (ATC) wraps Code Inspector and displays it's results, maybe that's more in a format that you like.
Best Regards, Randolf