Судя по комментарию из кода, это апи?
X++:
static void lookupAOTTables(FormStringControl _ctrl)
{
// [url]http://msdn.microsoft.com/en-us/library/aa632599(v=ax.10).aspx[/url]
// This table enables you to create, read, update, and delete X++ code and metadata.
Ensure that the user has access to the Development Security Key (SysDevelopment) before calling this API.
SysTableLookup sysTableLookup = SysTableLookup::newParameters(tablenum(UtilidElements), _ctrl);