Pooled table

Pooled tables can be used to store control data (e.g. screen sequences, program parameters or temporary data). Several pooled tables can be combined to form a table pool. The table pool corresponds to a physical table on the database in which all the records of the allocated pooled tables are stored.

Pooled table

Pooled tables can be used to store control data (e.g. screen sequences, program parameters or temporary data). Several pooled tables can be combined to form a table pool. The table pool corresponds to a physical table on the database in which all the records of the allocated pooled tables are stored.

Structure

No data records exist in the database for a structure. Structures areused for the interface definition between programs or between screens andprograms. Append structureAn append structure defines a set of fields which belong to another tableor structure but which are treated in the correction administration asits own object.Append structures are used to support modifications.

Cluster table

Cluster tables contain continuous text, for example, documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table type. This permits object-by-object storage or object-by-object access. In order to combine tables in clusters, at least parts of the … Read more

Type of a table or structure

The table type determines how the logical table description defined inthe ABAP/4 Dictionary is reproduced on the database. There are the following table types:o transparent tableo structureo append structure For internal purposes, such as storing control data or update texts,there are in addition the following table types:o pooled tableo cluster tableo generated view structure

What are the roll and page areas ?

– Roll and page areas are SAP R/3 buffers used to storeuser contexts ( process requests ) . The SAP dispatcher assignsprocess requests to work processes as they are received. Ifthe work process is unavailable the process requests are queued in theroll and page areas.Paging area holds data from the application programs.Roll area holds data … Read more

What is a Spool request ?

– Spool requests are generated during dialog or background processing and placed in the spool database with information about the printer and print format. The actual data is placed in the Tem Se (Temporary Sequential objects).