What are the table types in SAP®?
SAP® has three table types. Transparent, Pool, and Cluster. The transparent tables have database fields that are readable by the Oracle® database. Pooled tables are grouped together under one Oracle® table, and their information is stored in a raw Cobol structure format, basically unusable outside of the SAP® tools and framework. Cluster tables are also pooled into one Oracle® table, with the data stored in an encrypted raw format.
The pool tables contain lookups, and lists, that are used to classify information in transparent tables. Without access to pool tables, it is hard to use Oracle® database access for anything useful.
The cluster tables are used in cases where the data needs to be encrypted - payroll.
What does the Pool Table Viewer do?
The pool table viewer software creates Oracle® database views that display the pooled tables as if they were regular Oracle® tables.
We have a customized SAP® module. Will the Pool Table Viewer work with our special environment?
The Pool Table Viewer dynamically generates pool tables based on your own environment. Any customizations to pool tables will be properly shown.
Does the Pool Table Viewer work with Microsoft SQL*Server?
At this time, Pool Table Viewer
works only with Oracle®.
A SQL*Server product will be available in
Mid-2010.
I get a ORA-20001: License Error. Contact Killer Cool Development, LLC. when selecting form a pool view.
The Licensing is not correct for the given database. Licenses are specific to the Oracle® database instance. Initially, a license of 360 Days is provided. Renewals can be purchased
here.
One has to purchase a license for every database instance.
Why did KCD create the Pool Table Viewer.
Hibbard Engler, the company founder, was working on a transition of a business to SAP®, when he found out that reading from the Oracle® database directly was a "big no-no". Wanting to make SAP® compatible with his web based reporting software, and undaunted by such a statement, Hibbard looked at ways to read and present the pool table directly. After much work and time, this new product is the end result.