Cluster Table - ooxxvv/MySAPnotes GitHub Wiki
PageOutline {{{#!comment -------------------- 以上的部份是固定的,不要變動 ----- ---------------------------------------- 在建立連結時,請標明連結的頁面類型,例如:wiki:WikiStart,而不要只用 WikiStart ----- }}}
- 在 ABAP Dictionary 中一種特殊表格,和 Transparent Table 不同的是此種表格並非實際存在於 Database 中
- 在使用時有以下限制:
- 不能使用 SELECT DISTINCT 或 GROUP BY 語法
- 不能使用 Native SQL
- 不能使用 specify field names after the order by clause
- 不能再建立次索引
- 查詢時一定要用 KEY FIELD