‎2008 Feb 21 5:47 AM
What will if we had not mentioned delivery class while creation database table?
‎2008 Feb 21 6:05 AM
Delivery class means it decides what type of table you are going to create.ex:is it a master table or transaction table.
what type of data it is going to store in it?
what is the frequency of data change in that table?
is it needed to delete the data or overwrite the data?
depending on all these criteria tables are categorized and while designing table considering these criterias we choose delivery class.
it will identify the owner of the table.
it will indicate which type of table is going to be created in the database i.e master or transactional
thanks,
Anon
‎2008 Feb 21 5:53 AM
No harm, Just it wont allow you to activate the table. Delivery Class is Mandatory field.
‎2008 Feb 21 6:02 AM
Hi,
anyway the first point is that it will not allow you without Delivery class. by mentioning the delivery class user can understand whether it is 'Customizing table, maintenance only by customer., not SAP import' or it is 'Application table (master and transaction data)' etc.
reward if helpful.
Regards
Venkat
‎2008 Feb 21 6:05 AM
Delivery class means it decides what type of table you are going to create.ex:is it a master table or transaction table.
what type of data it is going to store in it?
what is the frequency of data change in that table?
is it needed to delete the data or overwrite the data?
depending on all these criteria tables are categorized and while designing table considering these criterias we choose delivery class.
it will identify the owner of the table.
it will indicate which type of table is going to be created in the database i.e master or transactional
thanks,
Anon
‎2008 Feb 23 3:07 PM
we have to mention the delivery class .with out it dont activates