How is it possible to create a ‘table cluster’ in ABAP?
SAP Online Classes provides Best SAP training Online based on current industry standards that helps attendees to secure placements in their dream jobs at MNCs. SOC is one of the most credible ERP SAP Online training provider, offering hands on practical knowledge and full job assistance with basic as well as advanced level ERP SAP Implementation Training. At SOC ERP SAP training Online is conducted by subject specialist corporate professionals with 14+ years of experience in managing real-time ERP SAP projects.
How is it possible to create a ‘table cluster’ in ABAP?
Answer
When we want to create a table cluster in ABAP, then we have to follow some steps such as;
-
1. First, we open the ABAP dictionary, and then choose the object type table and add a table name and also choose to create.
2. Then, a field maintenance screen for the table will be shown. Kindly note that the table type transparent table will set as default.
3. Now make the essential entries in the short description and also delivery classified on the Attributes page. After then, we can specify the fields of the table. When a transparent table is created, then we can proceed. And also, at the time, we can save our entries.
4. Now select on the EXTRAS Change table category, and when a dialogue box comes, then choose the table type with the name Cluster table or Pooled table. Now go back to the field maintenance screen for the table.
5. Cluster name or field pool will be displayed on the Attributes tab page apart from the standard fields. Lastly, write the name of the table pool or table cluster to where we want to specify the cluster table.