2013 Jul 01 12:34 PM
Hi,
What are the tables to get selected check boxes along with tests in SCI for a particular check variant.
Thanks,
cs
2013 Jul 01 12:40 PM
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
2013 Jul 01 12:51 PM
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