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

Code inspector - checks tables

Former Member
0 Likes
1,197

Hi,

What are the tables to get selected check boxes along with tests in SCI for a particular check variant.

Thanks,

cs

2 REPLIES 2
Read only

Former Member
0 Likes
816

Hi Chandra Sekar,

You can leave the default checkbox selection and pass the required variant. Also, you can select all the checkboxes. It is better if you leave the default selection. Hope it works 🙂

Regards

Shahir Mirza

Read only

former_member184455
Active Participant
0 Likes
816

Hi Chandra Sekhar,

the selected checkboxes of a SCI check variant are not stored in a 'readable' format, but in a BLOB field (table SCICHKV_PA).

The settings of a transportable global check variant are stored (and transported) as an include where only the single check names are in clear text, their parameters as X-Strings.

BTW: one should not just select all check boxes to define a new check variant. Rather copy an existing one and change it as needed.

Best Regards, Randolf