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

Regarding Code inspector

Former Member
0 Likes
551

Hi

I am using SCI(Code inspectory) to check error.

How to check error for Class object?

I have Method ZPPZZ~Mxxxxx for Class ZCL_SSSS.

I tried giving ZCL_SSSS name in Class/Interface in Object selection, and unchecked all other Func groups dictionary type and type group. But the result is giving someother program.

Pls cofirm how it should be executed.

Regards

kumar

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
509

Hello Kumar,

Which version of SAP are you using? In the object selection block, which option did you use - Object Set, Request/Task, Single?

In SCII (ABAP Release 7.0) i selected the "single" option --> CLAS --> ZCL_* (custom class), the code inspector behaves as expected.

BR,

Suhas

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
510

Hello Kumar,

Which version of SAP are you using? In the object selection block, which option did you use - Object Set, Request/Task, Single?

In SCII (ABAP Release 7.0) i selected the "single" option --> CLAS --> ZCL_* (custom class), the code inspector behaves as expected.

BR,

Suhas

Read only

Former Member
0 Likes
509

Hi Suhas

Thanks

I was working in SCI not SCII. also working in ERP6.0

Now i executed in SCII using single option it works.

Thanks