How to create ‘table cluster’?
Answer / chaitanya
a) In ABAP dictionary, select object type Table, enter a table name and choose create
b) A field maintenance screen for the table is displayed. Table type Transparent table, set it as a default
c) Make the necessary entries in the short description and delivery classified on the Attributes page. Then define the fields of the table.
d) Proceed as when creating a transparent table. Now save your entries
e) Now choose EXTRASàChange table category
f) When a dialogue box appears you have to select the table type ‘Pooled table’ or ‘Cluster table’
g) After selecting the table, return to the field maintenance screen for the table. Field pool or cluster name is displayed on the Attributes tab page in addition to the standard fields.
h) Now enter the name of the table cluster or table pool to which you want to assign the cluster table.
Is This Answer Correct ? | 0 Yes | 0 No |
How can we identify User exits in our screen?
What do you mean by BDC (Batch Data Communications) programming?
What is the difference between INSTANCE methods and STATIC methods?
Mention the difference between ABAP and OOABAP? In what situation do you use OOABAP?
There are 1000’s of IDOCs in your system and say you no longer need some of them? How will you get rid of those IDOCs?
What is the difference between SY-INDEX and SY-TABIX?
How do you find Function Exit?
Without using Tcode SE11, How can we enter the values in to the table?
How system does if I don’t want w/tax for some of vendors for some period & again I wnt to use it?
What are the internal tables?
What is a foreign key relationship?
What do you mean by an ABAP data dictionary?