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

Query on ABAP code inspector

Former Member
0 Likes
883

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
694

You can look at class CL_CI_INSPECTION and see in debug how it is being used.

5 REPLIES 5
Read only

Former Member
0 Likes
694

Hi Neha,

Can you be please clear on your requirement as what you are objective do with.

Regards,

Mohammed

Read only

Former Member
0 Likes
695

You can look at class CL_CI_INSPECTION and see in debug how it is being used.

Read only

0 Likes
694

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.

Read only

0 Likes
694

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.

Read only

former_member184455
Active Participant
0 Likes
694

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