Google News
logo
SAP ABAP - Interview Questions
How can a cluster table be created?
The following steps must be followed to create a cluster table :
 
* From the dictionary of ABAP, the object type table must be selected. Table name should be entered and then the create option must be chosen.

* A maintenance screen gets displayed for the table. The transparent table must be set as the default for the table type option.  

* On the page of attributes, changes must be done in the description box or parallel. Next, table fields get defined.  

* Save the entries for the creation of the transparent table.  

* The category of EXTRAS Change must be chosen. 
 
* Pooled or cluster table - any one of the two table types must be selected from the dialogue box.  

* The next step includes returning to the field maintenance screen for the table.  

* Lastly, the name of the cluster or pooled table must be selected entered.
Advertisement