Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

about tables

Former Member
0 Likes
428

7. what is the diff b/w transparent and customize table.?

7. what is the diff b/w transparent and customize table.?

2 REPLIES 2
Read only

Former Member
0 Likes
412

what is this customize table..

you have standard table which is provided by sap... Custom table is the table which we create..

Tranparent is a type of the table it can be a standard table or custom table.

there are three types of data base tables one can create .

transparent table, cluster table,pool table.

thanks

mahesh

Read only

Former Member
0 Likes
412

Hi,

Transparent table: A transparent table is the name for a regular database table. Nothing special, just a database table. Other types of database tables are pooled tables and cluster tables which are a little different. Just know that a transparent table is just a regular database table.

customize table:. Customizing table in the sense we create our own table

(ZCon_table1/ycon_table1)

for example we want to capture some details in the sales order creation and want to store in different tables which will be used to futher process.

In some cases the standard table provides some inculdes using that include we can add some more fieds to satisfy our functionality

thanks,

Sudhakar