var fDesc=new Array(); fDesc[0] = "Winshuttle Query enables functional analysts and business users to use a familiar interface—such as Excel—to create ad-hoc reports from real-time SAP data, which can help improve a company’s operational and strategic decision making processes. Query is the perfect platform for companies that want to implement a non-technical solution that makes real-time SAP data more accessible.
Query satisfies governance and audit requirements by complying with organizational-level security and standard SAP table security—a notable improvement over other more limited SAP query tools such as SE16, SQVI, SQ01, SQ02, and SQ03. It also introduces the patent-pending Adaptive Query Throttling™ technology that optimizes Query performance based on the SAP system load.
Query enables users to:
* Create ad-hoc reports based on real-time SAP data from various data sources, including tables and table joins, infosets, and logical databases
* Use pre-built templates for specific SAP modules and find tables by transaction codes
* Search a data dictionary by table or field name and description
* Extract data in their preferred layout directly to Excel, Access, SQL and forms
* Access only the data and tables that they would otherwise be permitted to access according to organizational-level and SAP authorizations
* Optimize performance without slowing SAP system performance
* Schedule unattended data downloads and receive email notification upon completion"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }