[SAP] – Pooled and Cluster Table

Pooled and Cluster Table

Secara artian, pooled dan cluster table adalah :

“Table pools (pools) and table clusters (clusters) are special table types in the ABAP Dictionary. The data from several different tables can be stored together in a table pool or table cluster. Tables assigned to a table pool or table cluster are indicated as pooled tables or cluster tables.
You must use a table pool or table cluster exclusively for storing internal control information (screen sequences, program parameters, temporary data, continuous texts such as documentation). Data of commercial relevance is stored in transparent tables”.

(https://help.sap.com/).

Jika kita perlu untuk melakukan mapping table misalkan yang antar table memiliki keterikatan dan dapat dijadikan head dan item, maka untuk mempermudah, abaper dapat membuat tabel dengan mode cluster table (akses menggunakan transaction SE54).
Adapun Step by Step pembuatan cluster table seperti berikut, pada case ini kita akan menggunakan 3 level table.

  • Tentukan table dan key nya
    a. Create Head (ZTA_AB_HEAD), Item (ZTA_AB_ITEM), dan SUB_ITEM (ZTA_AB_SUBITEM1 & ZTA_AB_SUBITEM2).
    b. Setelah selesai, kemudian buat view pada masing-masing table
  • Buat View pada masing-masing table yang dibuat

  • Generate pada view yang telah dibuat dengan table maintenance generator
  • Maintain table pada transaction se54
  • Masukkan View yang telah dibuat dan digenerate pada object structure.
  • Masukkan Field Dependence dan Predecessornya
  • Test Dengan Tcode SE54
  • Buat tcodenya, Run Transaction SE93

Done
jika ada yang perlu didiskusikan, please contact me at : yudho.guritno@gmail.com

_TerimaKasih,
GuritnoY
https://www.linkedin.com/in/guritno-yudho-wibowo-95944236/

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *