what is the difference between transparent, pooled and
cluster table
Answer Posted / eswar
Table Pools
===========
A table pool or table cluster should be used exclusively for
storing internal control information (screen sequences,
program parameters, temporary data, continuous texts such as
documentation). Data of commercial relevance is usually
stored in transparent tables.
A table in the database in which all records from the pooled
tables assigned to the table pool are stored corresponds to
a table pool.
Table Clusters
==============
Several logical data records from different cluster tables
can be stored together in one physical record in a table
cluster.
A cluster key consists of a series of freely definable key
fields and a field (Pageno) for distinguishing continuation
records. A cluster also contains a long field (Vardata) that
contains the contents of the data fields of the cluster
tables for this key. If the data does not fit into the long
field, continuation records are created.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Give few names of pooled tables in sap ?
when u prefer lsmw?
Which FM do you use to find out who is reporting to whom
Select query optimisation
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
How many types of tables exist and what are they in data dictionary?
To find the date difference & excude saturday & sunday in between them
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
Define infotype ? : abap hr
What is off cycle payroll run
What will you code in start-of-selection & end-of-selecton & why?
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What is a projection view? : abap data dictionary
what are Hana Basics