Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between SAP memory and ABAP memory?
What is the difference between AT SELECTION-SCREEN and AT SELECTION-SCREEN OUTPUT?
What is the difference between SAPSCRIPT and SMARTFORM?
How is the table sorted when you do not specify field name and Ascending or Descending? On what criteria will the table be sorted? Do internal table have keys?
In realtime do we configure ALE systems or Administator will take care of that?
What is the difference between SY-INDEX and SY-TABIX?
Synchronous and asynchronous methods in BDC ?
What is the difference between User Exit and Function Exit?
What are the standard IDOC's used?
What is the difference between Call Transaction Method and the Session method ?
I am sending a mail from my mailbox to XYZ mailbox ,SAP PI picks up mail from xyz mail box with disclaimer - Hear my question is how to get the disclaimer?
How can we identify User exits in our screen?
What do you mean by table control???Where will we use this?
What is the difference between INSTANCE methods and STATIC methods?
What is the difference between VIEW and a TABLE?